Agent skill
commit-session
Commit and push files modified in this session
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/commit-session
SKILL.md
Commit Session
Instructions
今回のセッションで修正したファイルのみをcommit、pushする。
- コミット前にCIチェックを実行
just format(自動修正)just clippyjust test
- 全て通ったらセッション中に修正したファイルのみを
git add - 変更内容を簡潔に日本語で記述したコミットメッセージを作成
- 現在のブランチにpush
Notes
- コミットメッセージは日本語で簡潔に
- セッション中に修正したファイルのみを対象とする
- 全ての未コミット変更ではなく、今回の作業分のみ
- CIチェックが失敗したらコミットせず、修正を行う
Didn't find tool you were looking for?