What problem does it solve?
Many pull requests lack a clear, reviewable description that explains why changes were made, what exactly changed, and how to verify them; this Skill automates composing a reviewer-friendly title and full description from the branch context so reviews are faster and more effective.
Core Features & Use Cases
- Generates an imperative PR title and a comprehensive description that covers the why, what, and how for reviewers with little prior context.
- Reads branch commits and diffs, detects and fills repository PR templates when present, and includes testing steps, migration notes, and risk/impact summaries.
- Inserts ASCII or Mermaid diagrams where they add clarity and accepts optional contextual arguments (ticket numbers, intent, audience) to tailor phrasing and references.
- Use case: a developer finishing a feature branch can run this to produce a ready-to-paste PR body that summarizes code changes, rationale, and test instructions.
Quick Start
Generate a pull request title and full description for the current branch and include the ticket number TICKET-123 as additional context.