pr-naming-convention
Installation
SKILL.md
PR Naming Convention Validator
This skill validates pull request titles and branch names against the company's standardized naming convention. It helps catch formatting issues before code review.
When to use this skill
- A user asks you to validate a PR title or branch name
- A user wants to create a new PR and needs the correct title format
- A user asks about the team's PR or branch naming rules
- A user wants to fix a malformed PR title or branch name
Convention summary
PR title format: [TEAM-<number>] <type>: <description>
- Types:
feat,fix,docs,refactor,test,chore - Description: max 72 characters, lowercase start, no trailing period