What problem does it solve? Writing a good pull request takes time — you need to survey the branch, summarize every meaningful change, link related issues, and give reviewers concrete verification steps. This Skill automates that entire drafting process so your PRs are consistent, honest, and easy to review. ## Core Features & Use Cases - Branch Survey: Inspects the current branch, commits since diverging from main, changed files, and open GitHub issues to ground the PR in real context. - Conventional Commit Titles: Generates titles in type(scope): description format (feat, fix, refactor, docs, and more) matching your commit history. - Structured PR Body: Produces a body with a two-sentence summary, optional Closes: #issue line, a Why section, a grouped What Changed checklist, and actionable Verification steps. - Team Announcement: After creating the PR via gh pr create, it writes a short, peer-toned announcement you can paste into Slack or release notes. - Use Case: You finished a feature branch with six commits. Ask to open a PR, review the drafted title and body, confirm, and get back the PR URL plus a ready-to-share announcement. ## Quick Start Ask the assistant to open a pull request for the current branch against main and confirm the drafted title and body before it is created.