Automates the creation of standardized git checkpoint commits when significant development milestones are reached.
The Checkpoint skill streamlines the development workflow within Claude Code by automatically managing git commits. It monitors for natural language triggers such as 'feature complete' or 'bug fixed' to initiate staging and committing processes. By enforcing Conventional Commit standards and strictly prohibiting AI-generated attribution or trailers, it ensures a clean, professional repository history. The skill handles git identity verification, selective file staging, and uses safe commit wrappers to provide a seamless version control experience without leaving the terminal.
主な機能
01Selective file staging to prevent accidental inclusion of unrelated changes
02Mandatory git identity verification to ensure correct authorship
03Strict enforcement of Conventional Commit message formats
04Automatic milestone detection based on project progress keywords
050 GitHub stars
06Zero-attribution policy that excludes AI-generated trailers or markers
ユースケース
01Ensuring project scaffolding and infrastructure changes are safely versioned
02Automatically documenting progress when fixing bugs or refactoring code
03Maintaining a consistent commit history during rapid feature development