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
Related skills
More from factory-ai/factory-plugins
no-use-effect
>-
286human-writing
|
126simplify
Review changed code for reuse, quality, and efficiency, then fix any issues found.
91frontend-design
|
85security-review
Scan code changes for security vulnerabilities using STRIDE threat modeling, validate findings for exploitability, and output structured results for downstream patch generation. Supports PR review, scheduled scans, and full repository audits.
73visual-design
|
71