What problem does it solve?
Ensures contributors create pull requests that strictly follow the repository's templates and standards to reduce review friction, omissions, and CI breakage.
Core Features & Use Cases
- Branch management guidance to avoid working directly on main and to create descriptive feature branches.
- Template discovery and adherence by locating and reading repository PR templates and preserving required headings and checklists.
- Drafting compliant PR descriptions, linking related issues, performing preflight build/test checks, and producing a gh CLI invocation to create the PR.
- Use case: When preparing a feature or bugfix PR, produce a ready-to-submit PR description that fills the template checklists, notes related issues, and includes a conventional-commit style title.
Quick Start
Create a pull request description for branch feature/login that follows the repository's PR template, marks completed checklist items, links related issues, and outputs the gh pr create command with a body file.