← ClaudeAtlas

pr-reviewlisted

Process external PR code review feedback (CodeRabbit, Qodo, SonarCloud, Gemini) through a structured 8-step protocol. Parses all items, categorizes by severity and origin, fixes in priority order, tracks deferred items to TDMS, and captures learnings. This skill processes review feedback — it does not generate reviews.
jasonmichaelbell78-creator/sonash-v0 · ★ 2 · Code & Development · score 68
Install: claude install-skill jasonmichaelbell78-creator/sonash-v0
# PR Code Review Processor Process external code review feedback into fixes, deferrals, and learnings. Every item is either fixed or tracked — no silent dismissals. ## Critical Rules (MUST follow) 1. **NEVER silently ignore** — every item gets a disposition: fixed, deferred (with DEBT ID via `/add-debt`), or rejected (with specific justification). 2. **NEVER skip trivial items** — fix everything, including typos and style. 3. **ALWAYS create learning entry FIRST** — before fixing any items. 4. **ALWAYS read files before editing** — no blind edits. 5. **ALWAYS verify fixes** — re-read modified files after applying changes. 6. **NEVER dismiss as "pre-existing"** — every pre-existing item MUST get a Defer/Act Score (DAS) block and explicit user choice. See Step 2 for the DAS framework. Never auto-decide on DAS 3-4 items. Never skip the DAS block. 7. **Propagation is MANDATORY** — after fixing a pattern-based issue, grep the entire codebase for the same pattern and fix ALL instances in one commit. 8. **NEVER commit fix code without a JSONL record** — Step 6 MUST complete before Step 8 commit. If Step 6 fails, do not proceed. ## When to Use - Processing formal PR gate review feedback (CodeRabbit, Qodo, SonarCloud, etc.) - User explicitly invokes `/pr-review` - Multi-round review cycles on open PRs ## When NOT to Use - Ad-hoc development review or self-review — use `code-reviewer` agent - Generating reviews (this skill processes feedback, doesn't generate it)