Agent skill
helping-with-commits
Automates Git commit creation with Conventional Commits. Use when user wants to commit changes. (project)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/helping-with-commits
SKILL.md
Commit Helper
Create commits following Conventional Commits specification and project conventions.
Project-Specific Scopes
Use these scopes for leapmultix: arcade, i18n, ui, a11y, perf, pwa, test, deps
Omit scope if changes span multiple domains.
Validation Before Commit
Always run before committing:
npm run format:check # If fails → npm run format
npm run lint # If fails → npm run lint:fix
npm test
npm run i18n:compare # Only if i18n/* modified
Project Examples
feat(arcade): add power-up system to Multimiam
fix(i18n): correct missing Spanish translation keys
refactor(ui): extract modal component logic
chore(deps): update jest to 29.7.0
Rules
- Never commit without user approval - Always show the commit message and wait for explicit validation
- Never mention AI in commit messages (no "Generated with Claude", no "Co-Authored-By: Claude")
- Never commit if tests fail (unless explicit WIP request)
- Never commit secrets or API keys
- Multiple changes = multiple commits if they have different types (feat + fix = 2 commits)
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?