commit-conventions
Installation
SKILL.md
Commit Conventions
Generates standardized commit messages following the conventions defined in .context/conventions.md. Ensures consistent git history with zero developer effort.
When to Use This Skill
- When preparing a git commit
- When squashing commits before merge
- When writing PR/MR descriptions
- When reviewing commit message quality
Commit Message Generation
Input
Analyze the staged diff (git diff --staged) and any active spec context to determine:
- Type — What category of change is this?
- Scope — Which module or feature is affected?
- Description — What was changed and why?