What problem does it solve?
It helps you quickly create a correct GitHub pull request by generating a review-ready title and Summary/Test-plan from the full branch diff, while preventing common mistakes like using the latest commit title or targeting the wrong base branch.
Core Features & Use Cases
- Diff-grounded PR drafting: Synthesizes a PR title and Summary bullets from the cumulative changes between the base branch and your branch (using
git diff <base>...HEAD), not just the latest commit message.
- Deterministic, reviewer-friendly body: Produces a structured body with a Summary section and a concrete checkbox-style Test plan, designed for reviewer engagement.
- Safe creation workflow: Runs preflight checks (repo remote presence, upstream tracking, commit presence, base branch detection) and requires a confirmation gate before publishing; opens as draft when commits indicate WIP or when requested.
Quick Start
Ask the assistant to open a pull request from your current branch and include a title and Summary/Test plan tailored to what changed.