Automates the creation of high-quality, conventional git commits by analyzing code changes and documenting project evolution.
This skill streamlines the developer workflow by intelligently analyzing staged and unstaged changes to generate meaningful commit messages. It follows the Conventional Commits specification, prioritizing the 'why' behind changes over the 'what' to ensure a clean and informative project history. Beyond just committing code, it automatically updates internal agent documentation like AGENTS.md or CLAUDE.md when new patterns or architectural decisions are introduced, ensuring your AI development environment stays perfectly in sync with your codebase.
主要功能
01Intelligent diff analysis and context gathering via git logs
02Shell-safe message generation using heredocs for special characters
031 GitHub stars
04Automatic updates for AGENTS.md and CLAUDE.md documentation
05Support for both staged-only and full-tree commit modes