What problem does it solve? Pull request descriptions often bury reviewers in work logs, file lists, and unverified claims, making it hard to decide on a diff quickly. This Skill produces a PR body a reviewer can act on in under 30 seconds, with enforced word budgets and a fixed label structure. ## Core Features & Use Cases - Fixed body shape: Bold inline labels for Why, What changed, Out of scope, and Verified, plus bold-led lines for decisions the diff cannot show. - Size budgets: Word caps per block and per change type (fix vs. feature), with optional headings allowed only for feature-tier PRs. - Public-repo compliance: Enforces the AGENTS.md ban on production-derived data, requiring numbers from local stands, fixtures, or test runs, and screenshots from seeded local data. - Use Case: After finishing a bugfix branch, ask for a PR description; the Skill reads the branch commits and diff, asks about decisions only you know, drafts the body, and applies it via gh pr create or gh pr edit. ## Quick Start Write the PR description for my current branch and apply it with gh pr create.