What problem does it solve? Writing clear, convention-compliant pull request text is repetitive and easy to get wrong, especially when repositories enforce commitlint or semantic PR title checks. This Skill drafts ready-to-paste PR titles, bodies, issue-closing footers, and maintainer ping comments based on a concrete bug fix or feature change. ## Core Features & Use Cases - Convention-aware PR titles: Inspects .github/workflows/ and commitlint configs to decide between Conventional Commits style (fix(scope): subject) and plain prose titles. - Structured PR bodies: Produces Summary, Root cause, What changed, and optional Additional context sections, ending with a properly placed Fixes #123 footer. - Maintainer ping comments: Drafts short, polite review request comments under six lines that state concrete impact. - Use Case: After fixing a production bug in an open-source dependency, ask for a PR message and receive a commitlint-safe title, a concise review-ready body, and a maintainer ping comment you can paste directly into GitHub. ## Quick Start Draft a GitHub PR title and body for my fix that resolves the token refresh race condition, following the repo's conventional commit rules and closing issue #123.