pr-review-loop
Installation
SKILL.md
PR Review Loop
Purpose
Address all open PR review comments one at a time using an opinionated, resumable workflow. Works with comments from any reviewer (human or bot).
Typical invocations
Users trigger this skill with prompts like:
- "Address all open review comments on this PR"
- "Work through the code review feedback on PR #42"
- "Fix the review comments left by @alice on this pull request"
- "Use pr-review-loop on PR #123"
Prerequisites
ghCLI (preferred). If unavailable, fall back to any tool available to interact with GitHub.- The PR branch must be checked out locally.
Related skills
More from xpepper/pr-review-agent-skill
ralph-wiggum-loop
Use when context window exhaustion is a concern or when addressing a large volume of PR comments — spawns a fresh agent session per comment via an external shell loop. For an in-session approach, use pr-review-loop or copilot-review-loop instead.
7copilot-review-loop
Use when you want GitHub Copilot to review a PR and automatically address its feedback within the current agent session. For any reviewer (human or bot), use pr-review-loop; for a fresh-context-per-comment approach, use ralph-wiggum-loop.
7