What problem does it solve?
Many PR reviews are inconsistent, miss refactoring opportunities, and conflate existing discussion with independent analysis. This Skill enforces a reproducible, phase-driven review process that emphasizes simplification, questioning intent, and providing actionable feedback while preventing contamination from existing comments.
Core Features & Use Cases
- Phase-driven workflow: explicit phases for gathering context, cloning the repo, running a refactoring-opportunities sub-agent, deep analysis, and a final preflight that reads existing review threads.
- Deterministic repo inspection: instructs safe cloning into isolated temp directories and exact commands for fetching PR metadata and diffs to ensure reviews run against the real PR state.
- Refactoring sub-agent & pending review generation: runs an automated refactor-opportunity analysis in parallel and incorporates high-maintenance suggestions as idea: comments in the pending review, ensuring all comments are prepared but not submitted.
- Use Case: a reviewer or automated assistant who must produce consistent, high-quality reviews across many repositories without accidentally submitting or contaminating threads.
Quick Start
Review PR 196 in owner/repo and produce a pending review scaffold following Thomas's Phase 1–7 process without submitting any comments.