Claude-skill-registry commit-session

Commit and push files modified in this session

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.md
source content

Commit Session

Instructions

今回のセッションで修正したファイルのみをcommit、pushする。

  1. コミット前にCIチェックを実行
    • just format
      (自動修正)
    • just clippy
    • just test
  2. 全て通ったらセッション中に修正したファイルのみを
    git add
  3. 変更内容を簡潔に日本語で記述したコミットメッセージを作成
  4. 現在のブランチにpush

Notes

  • コミットメッセージは日本語で簡潔に
  • セッション中に修正したファイルのみを対象とする
  • 全ての未コミット変更ではなく、今回の作業分のみ
  • CIチェックが失敗したらコミットせず、修正を行う