Automates the creation of professional, conventional commit messages by analyzing code changes and performing pre-commit quality checks.
The Smart Git Commit Manager is a specialized Claude Code skill designed to streamline version control workflows. It intelligently analyzes code diffs to categorize changes into standard types like feat, fix, or docs, and automatically identifies the relevant module scope. Beyond message generation, the skill enhances repository integrity by performing quality checks for sensitive data and unfinished TODOs. Critically, it ensures a professional project history by omitting AI-branding, producing clean commits that look like they were written by a senior developer.
Key Features
01Automatic Conventional Commit type and scope detection
02Clean history preservation without AI tagging
03One-click professional commit creation
04Intelligent code change and diff analysis
05Sensitive data and TODO quality screening
060 GitHub stars
Use Cases
01Preventing accidental leaks of API keys or credentials in Git history
02Reducing the cognitive load of documenting complex code changes
03Standardizing commit history across large development teams