SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/kenryu42/agent-skills --skill atomic-commitコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Restate the last message in plain human language, with no jargon.
Improve repository test coverage with autonomous, test-only quick wins. Run `bun run test:coverage`, inspect coverage artifacts, add tests that exercise real production behavior, repeat until no quick wins remain, validate the result, and report opportunities that require source changes, external APIs, mocks, or user approval.
Manual multi-agent build workflow — Fable owns judgment (plan, investigate, design, review, decide), Opus owns execution (implement, fix, validate); a Fable planner designs a task-specific stage plan, then a Fable review + Opus fix loop closes it out.
| name | atomic-commit |
| description | Create atomic git commits |
| disable-model-invocation | true |
git statusgit diff HEADgit branch --show-currentgit log --oneline -10Based on the above changes, create atomic git commits.
Commit messages must follow Conventional Commits format:
feat: - new featurefix: - bug fixchore: - maintenance tasksdocs: - documentation changesrefactor: - code refactoringtest: - adding or updating testsRule: Enforce Atomic Git Commits
Stage and create the commit using a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.