Agent skill
commit-helper
Generates clear, conventional commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/commit-helper-fwdslsh-crosstrain-fwdslsh-crosstrain
SKILL.md
Commit Helper Skill
Purpose
This skill helps generate high-quality commit messages following conventional commit format.
Instructions
- Run
git diff --stagedto see changes to be committed - Analyze the changes to understand:
- What files were modified
- What type of change (feat, fix, refactor, docs, etc.)
- What the impact of the change is
- Generate a commit message with:
- A summary line under 50 characters
- A blank line
- A detailed description explaining the "why"
- Optional: List of affected components
Commit Types
feat: New featurefix: Bug fixrefactor: Code refactoringdocs: Documentation changestest: Adding or updating testschore: Maintenance tasks
Examples
feat: add user authentication flow
Implement OAuth2 authentication with support for Google and GitHub providers.
This enables users to sign in without creating separate credentials.
Affected: src/auth/, src/components/Login.tsx
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?