What problem does it solve? Writing clear, consistent Pull Request descriptions is time-consuming, and reviewers often receive vague PRs lacking context, test plans, or issue links. This Skill analyzes your branch's commit history and diff to produce a structured PR that follows the repository's PULL_REQUEST_TEMPLATE.md format. ## Core Features & Use Cases - Commit History Analysis: Inspects branch commits and diffs with git commands to extract What/Why/How for the PR body. - Template-Compliant Generation: Produces Summary, Type of Change, Related Issues, Changes, Test Plan, and Checklist sections matching the project template. - Issue Linking & Self-Review: References related Issues with Closes/Fixes keywords and integrates a self-review step before PR creation via the gh CLI. - Use Case: After finishing a feature branch with several commits, ask for a PR and receive a complete, reviewer-ready description with a test plan checklist and correct issue references, created directly with gh pr create. ## Quick Start Create a pull request for my current branch following the repository's PR template.