Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agentloom

agentloom에는 cchinchilla-dev에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
12
Stars
4
업데이트
2026-04-29
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

analyze
소프트웨어 개발자

Deep analysis of current changes before committing. Goes beyond lint — catches logic bugs, architectural violations, security, and performance issues.

2026-04-29
pr
소프트웨어 개발자

Create a pull request from the current branch, matching the repo's PR conventions (What/Why/Testing for features, Summary/Test-plan for small PRs).

2026-04-29
review
소프트웨어 품질 보증 분석가·테스터

Review staged or unstaged changes before committing. Catches bugs, style drift, and missing coverage.

2026-04-29
release
소프트웨어 개발자

Cut a release — promote Unreleased → versioned in CHANGELOG, bump version, commit. CI auto-tags and publishes from the version-bump commit.

2026-04-16
roadmap
소프트웨어 개발자

Create a release-tracking issue that organizes open issues into a phased roadmap. Pass a target version (e.g., `0.5.0`) to scope the plan.

2026-04-16
check
소프트웨어 품질 보증 분석가·테스터

Run the full quality gate — format, lint, tests, types. Use after changes to verify nothing is broken.

2026-04-14
ci-status
소프트웨어 개발자

Check GitHub Actions CI status. Shows recent runs, and if there are failures, reads the logs and suggests fixes.

2026-04-14
commit
소프트웨어 개발자

Stage and commit changes following the project's observed flow. Propose message + files for approval first, never push automatically.

2026-04-14
coverage
소프트웨어 품질 보증 분석가·테스터

Raise Codecov patch coverage above the 85% threshold by testing real edge cases or marking genuinely untestable code with `# pragma: no cover`.

2026-04-14
gen-tests
소프트웨어 품질 보증 분석가·테스터

Generate tests for a module or function. Focuses on edge cases and real failure modes, not happy paths.

2026-04-14
issue
소프트웨어 개발자

Create, view, or triage GitHub issues from the terminal. Pass an issue number to read it, or a description to create one.

2026-04-14
debug-workflow
소프트웨어 개발자

Debug a workflow YAML — validate, trace execution, simulate state flow, and catch issues before runtime.

2026-03-19