What problem does it solve?
Improper or inconsistent commit messages hinder traceability and project hygiene. This Skill enforces Sentry's conventional commit standards, guiding developers to craft clear subject lines, include necessary references, and apply proper branching practices.
Core Features & Use Cases
- Enforces conventional commit types (feat, fix, ref, perf, docs, test, build, ci, chore, style, meta) and ensures the subject line stays within 70 characters.
- Prevents commits on main/master without a feature branch and automatically coordinates with the create-branch skill for branch creation.
- Validates footer references (e.g., Fixes GH-1234) and supports AI-generated commits with Co-Authored-By attribution.
Quick Start
Begin committing with standardized messages by activating the commit skill and following the on-screen prompts.