What problem does it solve? Pull request titles and descriptions are often vague, jargon-heavy, or copied from branch names, leaving reviewers unable to understand what actually changed. This Skill reads the full diff of one or more PRs and produces clear, plain-language titles and paste-ready descriptions. ## Core Features & Use Cases - Full-diff behavior inventory: Identifies every independently observable behavior in the diff, including fallbacks and preserved behavior, before writing anything. - Plain-language rewriting: Translates abstract jargon (operation id, registry, adapter) into concrete before/after explanations a non-expert reader can picture. - Direct PR updates: Applies the recommended title and description via gh pr edit and confirms the saved result with gh pr view. - Use Case: You have a PR with a cryptic title like "add operation id to registry". Run this Skill on the PR link to get a title like "Call the icon finder by its name tag instead of asking around" plus a structured description with What this adds, Why, and Verification sections. ## Quick Start Ask the AI to review a pull request link and rewrite its title and description from the full diff in plain language.