What problem does it solve?
It solves the problem of unclear, inconsistent Pull Request titles and descriptions by enforcing conventional commit formatting and a structured PR body that reviewers can quickly assess.
Core Features & Use Cases
- Conventional PR titles: Generates or validates PR titles using a consistent
<type>(<scope>): <description> convention to improve searchability and release hygiene.
- Reviewer-ready PR descriptions: Guides authors to write a structured body with Summary, Changes, Testing, and issue closing keywords (e.g., Closes #123).
- PR creation via GitHub CLI: Helps you draft, label, assign reviewers, and preview PR outcomes using
gh pr create.
Use case example: You’ve implemented an authentication fix and want a PR that clearly explains what changed, why it matters, what you tested, and how it relates to an existing issue—without writing the same review boilerplate every time.
Quick Start
Ask the assistant to create a draft PR using gh CLI with the title formatted as a conventional commit and a description that includes Summary, Changes, Testing checkboxes, and a Closes reference.