What problem does it solve? Writing thorough pull request descriptions is time-consuming, and reviewers often receive empty or vague PRs that slow down code review. This Skill analyzes your branch's commits and diff to produce a structured, reviewer-friendly description and creates the PR automatically. ## Core Features & Use Cases - Automated Change Analysis: Inspects commit history and git diff against the base branch to understand what changed and why. - Structured Description Generation: Produces descriptions with Summary, Context, Changes, Testing steps, and Links, classified by change type (fix, feature, performance, refactor, docs, test, chore). - One-Command PR Creation: Writes the description to a temp file and creates the PR using the pre-authenticated GitHub CLI (gh pr create). - Use Case: After finishing a feature branch with several commits, ask for a PR and receive a complete description with testing instructions and related issue links, submitted to GitHub in one step. ## Quick Start Create a pull request for my current branch with a full description of the changes.