create-pr-commit
Installation
SKILL.md
Create Commit / PR / Branch Names
Overview
Produce high-signal Git metadata that matches the repository's actual conventions instead of inventing random types or scopes.
Workflow
- Classify the change intent
- Determine the primary change type:
feat,fix,docs,style,refactor,perf,test,build,ci,chore, orrevert. - If multiple apply, choose the dominant user-facing impact.
- Determine the primary change type: