What problem does it solve?
Iteratively drive an open GitHub PR for Project Manager to a clean review — loop of wait for bot review on HEAD → fix actionable findings → verify baseline → push → reply and resolve threads → re-trigger review, until zero unresolved review threads and green checks, or a max-iteration cap. The PM-specific replacement for greptileai/skills/greploop (this repo has no Greptile; the reviewers are chatgpt-codex-connector, copilot-pull-request-reviewer, GitGuardian, and the verify CI). Use when the user says loop the PR / keep fixing review comments until clean / drive the bots to zero / converge the PR / greploop. Builds on the check-pr skill (which does one pass); this one loops. Does NOT merge — that's ship.
Core Features & Use Cases
- Loops through PR review steps: wait for bot review on HEAD, fix findings, verify baseline, push, reply and resolve threads, and re-trigger reviews, until all checks pass or cap reached.
- Keeps PR workflow deterministic by tracking iteration counts and finding fingerprints to avoid churn.
- Explicitly handles outdated threads by ensuring convergence targets include only current checks and updated HEAD state, without merging.
Quick Start
Run this skill against an open PR to start looping the review process until convergence.