What problem does it solve? Writing a complete pull request description requires reviewing every commit and diff on a branch, then mapping that work into the repository's PR template. This Skill automates that drafting process while enforcing pre-merge quality gates so no PR opens with failing checks or outdated documentation. ## Core Features & Use Cases - Template-driven drafting: Reads .github/PULL_REQUEST_TEMPLATE.md and fills each section (summary, linked issues, test notes, checklist) from the branch's commits and diffs. - Pre-flight quality gates: Runs the doc-keeper subagent to sync docs, diagrams, ADRs, and CHANGELOG, plus the pre-push hook replicating CI checks before opening the PR. - GitHub CLI integration: Creates the PR via gh pr create when the branch is pushed, or outputs the filled template for manual submission. - Use Case: After finishing a feature branch, ask for a PR and receive a fully drafted description with verified checks, ready to submit or review. ## Quick Start Ask the assistant to open a pull request for the current branch and it will gather the commits, run the checks, and draft the PR body from the repository template.