commit-helper
CommunityCraft perfect Git commits, automatically.
System Documentation
What problem does it solve?
Inconsistent or poorly formatted Git commit messages can hinder code review, project history tracking, and automated release notes. This Skill ensures all commits adhere to the Conventional Commits specification, making your project history clean, understandable, and ready for automated tooling.
Core Features & Use Cases
- Conventional Commit Guidance: Provides clear rules for
type,scope, anddescription(e.g.,feat(ui): add dark mode toggle) to standardize your commit messages. - Automated Analysis: Helps determine the correct commit type and scope by analyzing staged changes, reducing guesswork.
- Quality Gate Integration: Reminds you to run
lint,test, andi18n:comparebefore committing, ensuring code quality and preventing regressions. - Use Case: After implementing a new feature, activate this Skill to generate a perfectly formatted commit message that clearly communicates the change, its impact, and passes all quality checks, ready for a smooth Pull Request.
Quick Start
Stage your changes
git add <files>
Commit with a conventional message
git commit -m "type(scope): description"
Example with a body
git commit -m "$(cat <<'EOF' feat(ui): add user profile dashboard
This commit introduces a new user profile dashboard accessible from the top navigation bar. It displays user stats, badges, and customization options. EOF )"
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: commit-helper Download link: https://github.com/jls42/leapmultix/archive/main.zip#commit-helper Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.