What problem does it solve? After finishing substantive code work in the openai-agents-python repository, developers still need to manually write a PR title, description, and branch name. This Skill automates that final handoff step by inspecting the git working tree and producing a paste-ready pull request draft block. ## Core Features & Use Cases - Automatic Git Inspection: Collects branch name, staged/unstaged/untracked changes, diff stats, and commits ahead of the base fork point without asking the user. - Change Classification: Infers whether the work is a feature, fix, refactor, or docs change from touched paths, and flags backward-compatibility risk against the latest release tag. - Structured PR Output: Emits a Markdown block with a branch name suggestion, an imperative PR title, and a description starting with "This pull request <verb> ...", including auto-closing issue references for issue-<number> branches. - Use Case: After implementing a bug fix and running tests, invoke this Skill to instantly receive a complete PR draft block ready to paste into GitHub. ## Quick Start Use the pr-draft-summary skill to generate the PR-ready summary block, title, and draft description for my current changes.