Review the changes and apply them as multiple commits divided into logical units.
現在の変更内容を確認し、論理的に意味がある単位で複数のコミットに分けて実行してください。
以下の手順で実行してください:
変更内容の確認
git statusで変更されたファイルを確認git diff --statで変更の統計情報を確認git log --oneline -10で最近のコミット履歴を確認し、コミットメッセージのスタイルを把握変更内容の分析
git diff [ファイルパス] | head -50)論理的な単位でコミット
git add [ファイル/ディレクトリ]とgit commitを実行git commit -m "$(cat <<'EOF'
変更の概要を1行で記述
詳細な説明(必要に応じて)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
EOF
)"
コミット後の確認
git statusで残りの変更を確認git log --oneline -10でコミット履歴を確認以下のファイルは通常コミットしない:
.envファイル(環境変数、機密情報)node_modules/(依存関係)これらのファイルが変更されている場合は、ユーザーに確認するか、無視してください。
npx skills add backpaper0/commit-by-logical-units下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer