The Git Commit skill automates the process of staging and committing code while ensuring your repository follows the conventional commit specification. It intelligently navigates to your repository root, stages all current changes, and crafts a concise, imperative message (e.g., feat:, fix:, docs:) that accurately reflects your work. Beyond simple automation, it provides robust handling for pre-commit hooks, guiding you through fixing failures rather than bypassing essential checks, resulting in a cleaner and more reliable version control history.
主要功能
01Verification of commit success using git log history
020 GitHub stars
03Enforcement of conventional commit message standards
04Imperative mood and character-limited message generation
05Automatic repository root detection for accurate staging
06Smart handling and resolution of pre-commit hook failures