porxpepper·xpepper· v1.0.0 · atualizado em 2026-04-11
82
Score
Use when addressing open PR review comments from any reviewer (human or bot) within the current agent session. For a fresh-context-per-comment approach, use ralph-wiggum-loop instead.
Pre-flight: — Run project safeguards (tests, linting, etc.).
2
Get PR Info: — Fetch PR number and basic information.
3
Collect Comments: — Fetch unresolved PR comments from GitHub.
4
Triage: — Classify each comment (MUST_FIX, SHOULD_FIX, PARK, etc.).
5
Process Comments: — Address MUST_FIX and SHOULD_FIX comments one at a time, creating a plan if needed, running safeguards, implementing the fix, committing, pushing, replying, and resolving the comment.
6
Stop Condition: — Continue until no MUST_FIX or SHOULD_FIX comments remain.
7
Summary: — Post a summary of the changes on the PR.
Address all open review comments on this PRWork through the code review feedback on PR #42Fix the review comments left by @alice on this pull requestUse pr-review-loop on PR #123Process open pull request feedbackResolve code review issuesIncorporate reviewer suggestions