This skill streamlines the version control workflow by automatically staging all changes, analyzing file diffs, and crafting high-quality conventional commit messages. It intelligently categorizes changes into types like feat, fix, or refactor, ensuring your project history remains clean, readable, and searchable. By handling pre-commit hook failures and providing clear error recovery steps, it acts as a robust assistant for maintaining professional repository standards without the manual overhead of writing boilerplate messages.
Key Features
01Support for optional custom message overrides
02Built-in error handling for pre-commit hook failures
030 GitHub stars
04Automatic staging of all modified and untracked files
05Intelligent diff analysis to determine commit type and scope
06Standardized Conventional Commit message generation