Automates the creation of structured git commits using the Conventional Commits standard with mandatory user verification.
The Git Commit skill for Claude Code streamlines your development workflow by automatically generating high-quality, professional commit messages. After you complete a task, the skill analyzes your changes, categorizes them (e.g., feat, fix, docs), and drafts a detailed message following the Conventional Commits specification. It prioritizes safety and repository integrity by always presenting the diff for review and requiring explicit user confirmation before executing the local commit, ensuring your project history remains clean, searchable, and professional.
主要功能
01Generates messages following the Conventional Commits specification
021 GitHub stars
03Supports detailed commit bodies and footer references for issue tracking
04Automatically analyzes file diffs to determine change type and scope
05Requires explicit user approval for every commit and message draft
06Enforces a strict local-only policy with no automated remote pushing
使用场景
01Standardizing commit history across collaborative development projects
02Ensuring logical units of work are committed locally before starting new tasks
03Automating the documentation of bug fixes and features after task completion