What problem does it solve?
This Skill prevents vague, inconsistent commit messages and pull request descriptions by turning code changes into clear, durable records of intent, scope, and verification.
Core Features & Use Cases
- Conventional Commits: Create correctly formatted commit messages with appropriate types, scopes, subjects, bodies, and breaking-change footers.
- PR Documentation: Draft structured pull request titles and descriptions covering summaries, changes, rationale, testing, breaking changes, and review checklists.
- Workflow Standards: Recommend atomic commits, branch naming conventions, commit hygiene, and definition-of-done checks.
- Use Case: After implementing an authentication feature, use this Skill to produce an imperative Conventional Commit, a reviewer-ready PR description, and a matching feature branch name.
Quick Start
Ask the commit-message skill to review the current diff and draft a Conventional Commit message and pull request description.