← ClaudeAtlas

review-sweeplisted

Scan all open PRs (GitHub) and MRs (GitLab) the user authored, triage unresolved reviewer threads via the abc:triage subagent, present a dashboard of fixable vs judgment-required items, and apply confirmed fixes per PR/MR. Auto-detects which platforms to scan. TRIGGER when the user says "/review-sweep", "sweep my MRs", "triage my open PRs", or wants to bulk-process reviewer feedback. Designed to compose with /loop for periodic sweeps.
semanticpixel/abc · ★ 0 · Code & Development · score 76
Install: claude install-skill semanticpixel/abc
# /abc:review-sweep — Bulk triage your open PRs and MRs Scan every open PR/MR you authored across GitHub and GitLab, fetch unresolved reviewer threads, hand each comment to the `abc:triage` subagent for classification, present a dashboard, and apply only the fixes you confirm. **Composes with `/loop`** for periodic sweeps: `/loop 30m /abc:review-sweep` keeps the queue swept while you work on other things. ## Hard rules - **Never** auto-apply *review-thread* fixes without an explicit user confirmation gate (the Phase 4 dashboard → Phase 5). The Phase 1.5 health pre-pass is the **sole** exception, and only for mechanical work — auto-rebases and one-shot CI repairs. Even there, the 1.5b CI-repair commit is **staged locally and gated**: it is rendered in the dashboard as `ready to push — approve?` and force-pushed only after the user approves. The skill is a triage and proposal tool, not a hands-off auto-fixer. - **Never** resolve a reviewer thread automatically — only after the corresponding fix is pushed and the user has approved replying. Even then, prefer "reply with fix SHA" over "resolve" so the reviewer keeps control. - **Never** push to `main`/`master`. Only push to the PR/MR's source branch. - **Stop at the first `judgment-required`** when applying fixes to a given PR/MR — don't blast through a thread of mixed-judgment items. - Skip drafts unless the user passes `--include-drafts`. - **Phase 1.5 may push to source branches** as part of the auto-rebase health pre-pass