Agent skill
Commit Changes
Stage files and create a conventional commit with a well-formed message.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/commit-carrot-foundation-methodology-rules-2
SKILL.md
-
Review changes: Run
git statusandgit diffto understand what changed. -
Run quality checks: Before committing, ensure
pnpm lint:affected,pnpm ts:affected, andpnpm test:affectedall pass. -
Stage specific files: Add files individually by name. Never use
git add .orgit add -Ato avoid accidentally staging sensitive or unrelated files. -
Write a conventional commit message following this format:
<type>(<scope>): <description>- Types:
feat,fix,docs,style,refactor,perf,test,chore,revert - Scopes:
nx,rule,shared,script - Use imperative mood, lowercase, no trailing period, max 100 characters
- Examples:
feat(rule): add vehicle definition validationfix(shared): prevent racing of requestsrefactor(rule): extract helper for document matching
- Types:
-
Create the commit: Use
git commit -m "<message>". If a pre-commit hook fails, fix the issue and create a new commit (do not amend).
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?