pull-request
Installation
SKILL.md
Pull Request
Goal
Turn the current branch into a review-ready GitHub pull request with a short, accurate description and enough targeted local evidence to catch likely CI failures without running broad validation by default.
Success means the title and body reflect the committed branch diff, the repository template is preserved when present, changed-area preflight checks pass, any authorized preflight repairs are committed under repository conventions, and an external pull request is created or updated only after one final approval.
Inputs
base: Base branch or ref. Default to the remote default branch without fetching.draft: Whether a newly created pull request is a draft. Default tofalse.action:prepare,create, orupdate. Infer from the request and default topreparewhen external write intent is unclear.