install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/commit-session" ~/.claude/skills/majiayu000-claude-skill-registry-commit-session && rm -rf "$T"
manifest:
skills/data/commit-session/SKILL.mdsource content
Commit Session
Instructions
今回のセッションで修正したファイルのみをcommit、pushする。
- コミット前にCIチェックを実行
(自動修正)just formatjust clippyjust test
- 全て通ったらセッション中に修正したファイルのみを
git add - 変更内容を簡潔に日本語で記述したコミットメッセージを作成
- 現在のブランチにpush
Notes
- コミットメッセージは日本語で簡潔に
- セッション中に修正したファイルのみを対象とする
- 全ての未コミット変更ではなく、今回の作業分のみ
- CIチェックが失敗したらコミットせず、修正を行う