Automates the creation of high-quality, context-aware Git commits using conventional standards and intelligent documentation updates.
This skill streamlines the version control process by enabling Claude to generate well-structured Git commits autonomously. It performs deep context gathering by analyzing git status, diffs, and commit history to ensure messages align with project-specific styles. Beyond just committing code, the skill intelligently updates internal documentation like AGENTS.md or CLAUDE.md when new architectural patterns or conventions are introduced, ensuring your project knowledge remains current. By prioritizing the 'why' behind changes and supporting conventional commit formats, it maintains a clean and professional repository history with minimal user intervention.
주요 기능
01Intelligently updates AGENTS.md or CLAUDE.md documentation
02Generates standardized messages using the Conventional Commits format
03Automatic context gathering from git history, status, and diffs
041 GitHub stars
05Supports 'Staged-Only' mode for precise control over commits
06Uses secure heredoc passing to prevent shell character interpretation
사용 사례
01Maintaining consistent version control standards across a collaborative team
02Generating descriptive commit messages for complex feature implementations
03Syncing project-specific agent instructions with recent code changes