Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
swissarmyhammer
GitHub 제작자 프로필

swissarmyhammer

1개 GitHub 저장소에서 수집된 28개 skills를 저장소 단위로 보여줍니다.

수집된 skills
28
저장소
1
업데이트
2026-07-03
저장소 탐색

저장소와 대표 skills

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

Run tests with coverage instrumentation, identify uncovered code, and produce kanban tasks for coverage gaps. Use when the user says "coverage", "what's untested", "find coverage gaps", or wants to know what needs tests.

2026-07-03
make-readme
소프트웨어 개발자

Replace README.md wholesale with a minimal, high-quality README modeled on the best open source packages — it writes a complete new file, never an incremental edit of the old one. Two modes — `library` (no logo, leads with an inline runnable usage example) and `application` (logo, installation, getting started). Use when the user says "make a readme", "write the readme", "readme", "improve the README", or a new project needs one. Pass `library` or `application` to force the mode; otherwise it is detected from the project manifest.

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

Code review workflow. Use this skill whenever the user says "review", "code review", "review this PR", "review my changes", or otherwise wants a code review.

2026-07-01
check-sah
소프트웨어 개발자

Monitor the performance of a sah /finish batch (the kanban implement→test→review→commit pipeline) running in a given project folder — locate the active finish session, report progress, scan for errors, quantify token usage by source, and surface sah tooling errors and behavior changes. Takes a project folder as its argument. Use when the user says "check sah", "watch the run", "monitor the finish run", "fire up the timer", "is the run healthy", "analyze token usage", or wants periodic status on a finish batch in a folder. Drives a self-paced 10-minute watch loop until the run completes.

2026-06-27
really-done
소프트웨어 품질 보증 분석가·테스터

Verify work before claiming it done. Use when the user says "really done", "are we done", "ready to ship", "ready to commit", "is this passing", or when about to claim work is complete, fixed, or passing. Also use before committing or creating PRs. Requires running verification commands and confirming output before any success claim — evidence before assertions, always.

2026-06-27
tdd
소프트웨어 품질 보증 분석가·테스터

Use before writing or changing production code — enforces strict test-driven development (RED, GREEN, REFACTOR) by writing the failing test first, watching it fail, then writing the code to pass. Use when the user says "tdd", "test first", "write the test first", "red-green-refactor", "write a failing test", or when implementing a new function, fixing a bug, or adding behavior that needs a regression test. Do NOT use for reading, exploring, or explaining existing code — use the explore skill instead. Do NOT use for running an already-written test suite — use the test skill. Do NOT use for pure refactors that add no new behavior and keep the existing tests green.

2026-06-27
finish
기타 컴퓨터 관련 직업

Drive kanban tasks from ready to done by looping implement → test → commit → review until each task is clean. Use when the user says "/finish", "drive tasks to done", "work the board", "finish the tasks", "finish the batch", or otherwise wants to orchestrate tasks through the full pipeline to done. Supports single-task mode (one task id) and scoped-batch mode (all ready tasks in a tag, project, or filter).

2026-06-27
issue
소프트웨어 개발자

Turn an issue into finished work. Use when a GitHub issue URL (e.g. github.com/owner/repo/issues/123) is pasted, or when the pasted text is clearly the body of an issue (title + description, "Steps to reproduce", "Expected/Actual behavior", labels). Also fires on "/issue", "make a task from this issue", "implement this issue", "do this issue". Converts the issue into one or more kanban tasks and then drives them to done.

2026-06-26
이 저장소에서 수집된 skills 28개 중 상위 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다