Agent skill
commit-conventions
Commit message style and structure for this repository.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commit-conventions
SKILL.md
Commit Message Conventions
Format
Use the following format:
<type>(<optional scope>): <short summary>
Examples:
feat(kql): add materialized views for sales KPIsfix(datagen): handle null payloads in streamingchore(notebooks): update Silver to Gold transforms
Types
feat– new user-facing featurefix– bug fixrefactor– structural code changes without behavior changechore– tooling, CI, non-runtime codedocs– documentation-only changesperf– performance improvementstest– adding or adjusting tests
Body
- Use when additional explanation is necessary.
- Include:
- Motivation for the change
- Notable design decisions
- Links to tickets or issues
Footer
- Include breaking change notes:
BREAKING CHANGE: [description]
- Include issue references:
Fixes #1234
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?