Automates the selection of optimal conventional commit types by analyzing git diffs and file change patterns.
The Commit Detection skill streamlines version control workflows by intelligently analyzing staged and unstaged changes to suggest the most accurate Conventional Commit type. By scanning file extensions, directory structures, and code diffs for specific keywords like 'fix', 'perf', or 'refactor', it eliminates manual categorization effort. This skill ensures repository consistency, facilitates automated changelog generation, and helps maintain a high-quality project history by correctly identifying everything from new features to minor documentation updates.
Características Principales
010 GitHub stars
02Automatic extraction of commit scope from project directory structure
03Automated commit type classification based on file extensions and paths
04Real-time change assessment using integrated Git CLI tools
05Support for the full Conventional Commits specification
06Smart diff analysis to detect bugs, fixes, and performance improvements
Casos de Uso
01Automating the preparation of clean, categorized git logs
02Determining the correct commit prefix before finalizing code changes
03Standardizing commit history across collaborative development teams