Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/aki77/skills --skill commitコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | commit |
| description | Create a git commit |
| license | MIT |
| allowed-tools | Bash(git add:*), Bash(git status:*), Bash(git commit:*) |
| model | sonnet |
git statusgit diff --cached; git diffgit branch --show-currentgit log --oneline -10 2>/dev/null || echo "(コミット履歴なし)"上記の変更に基づいて、適切な粒度でgitコミットを作成してください。
type: subject 形式で記述する。type は変更内容に応じて feat / fix / docs / refactor / test / chore などから選ぶfeat(pr-summary): ...)は「最近のコミット」のスタイルに倣うgit add <path> や git add -p で必要な変更だけをステージしてからコミットする