follow-up-on-pr
Installation
SKILL.md
Follow Up on PR
Take over an existing PR, bring it up to date, address all feedback, and push it to a merge-ready state. This skill is language- and framework-agnostic — substitute your project's actual build, lint, test, and format commands where examples are shown.
Inputs
- PR URL or number (required): e.g.
https://github.com/<owner>/<repo>/pull/9996or#9996 - Branch name (optional): If not provided, extract from PR metadata
Workflow
1. Study the PR
Fetch the PR via FetchUrl (or gh pr view) to get:
- File changes (diffs)
- Reviewer comments (inline and general)
- CI workflow status and logs
- PR description and any linked ticket