committing-changes
Installation
SKILL.md
Git Commit Conventions
Commit Message Format
[PM-XXXXX] <type>: <imperative summary>
<optional body explaining why, not what>
Rules
- Ticket prefix: Always include
[PM-XXXXX]matching the Jira ticket - Type keyword: Read
${CLAUDE_PLUGIN_ROOT}/references/change-type-labels.mdfor the full table of conventional commit types and their CI label mappings. If the type cannot be confidently determined, ask the user.
Examples
[PM-12345] feat: Add biometric unlock timeout configuration