Automates the creation of high-quality conventional commit messages with integrated GitHub issue tracking and history analysis.
This skill empowers developers to maintain a professional and machine-readable Git history by enforcing conventional commit standards and automatically linking work to GitHub issues. It analyzes staged changes to suggest appropriate commit types, identifies breaking changes, and facilitates git history cleanup. By integrating with local issue caches, it ensures every code change is properly contextualized with relevant issue references, making changelog generation and project maintenance seamless for individuals and teams alike.
主な機能
01Interactive commit workflow for guided, step-by-step message creation.
02Breaking change detection and automated footer documentation.
03Comprehensive git history analysis to detect patterns, issues, and atomic commit violations.
041 GitHub stars
05Automated conventional commit message generation based on staged changes.
06Deep integration with GitHub issue tracking for automatic 'Closes' and 'Refs' linking.
ユースケース
01Analyzing and cleaning up messy local git history before pushing to a shared repository.
02Ensuring repository compliance with standardized commit message formats for automated changelogs.
03Automatically finding and referencing relevant issue numbers in commits based on branch names or file context.