Browse / Git Commit Helper
Git Commit Helper
VerifiedGenerates conventional commit messages from your staged diff.
Install
npx skillhub-install install git-commit-helper@1.3.0About
Git Commit Helper analyzes your staged changes and generates a well-structured conventional commit message following the Conventional Commits specification.
It inspects your diff, identifies the type of change (feat, fix, chore, docs, refactor, test, style), and writes a concise, descriptive message with an optional body and breaking-change footer.
Features:
- Detects change type automatically
- Supports scoped commits
- Flags breaking changes
- Works with any git repository
Sandbox Preview
Tip: Press ⌘ Enter to run
Version History
v1.3.0
Add support for breaking change detection.
v1.2.0
Improve scope detection for monorepos.
v1.1.0
Add emoji prefix option.
v1.0.0
Initial release.
You might also like
PR Reviewer
VerifiedReviews pull requests for code quality, security, and style issues.
Skill Creator
VerifiedGuides you through creating well-structured SKILL.md files for Claude Code and AI coding tools.
Systematic Debugging
VerifiedEnforces root-cause analysis with a 4-phase Observe → Hypothesize → Verify → Fix process.