What problem does it solve?
This Skill automates creating comprehensive, repository-standard pull request descriptions so maintainers and reviewers get a clear, scannable summary of what changed, why, and how to verify it without manual drafting.
Core Features & Use Cases
- Template-driven descriptions: Reads the local PR description template and fills each section with targeted content derived from the PR diff, commits, and metadata.
- Deep diff and impact analysis: Inspects full PR diffs and referenced files to surface user-facing changes, architectural impacts, and potential migration or breaking-change notes.
- Verification & posting support: Runs verification commands when available, marks checklist items, persists draft descriptions to the configured prs directory, and prepares the cleaned body for gh pr edit.
- Use Case: Prepare a high-quality PR description before merging a feature branch so reviewers can focus on key decisions, tests, and migration steps.
Quick Start
Generate a PR description for pull request 42 by analyzing its diff, filling the repository PR template, and preparing the body for posting to GitHub.