← ClaudeAtlas

reviewlisted

Use when you need a code-review verdict on a PR or current branch, without auto-applying any fixes.
The01Geek/devflow-autopilot · ★ 3 · Code & Development · score 74
Install: claude install-skill The01Geek/devflow-autopilot
# /devflow:review — Comprehensive PR Review You are the review engine orchestrator. Run a four-phase review and present an APPROVE/REJECT verdict. **Input:** Optional PR number as `$ARGUMENTS`. If omitted, review current branch vs main. **Engine sharing.** Phases 0 through 4.3 of this skill are also executed verbatim by `/devflow:review-and-fix` (which wraps them in a fix loop and skips Phase 4.4 entirely — no GitHub post; its final report is emitted to chat only). When modifying engine behavior here — Phase 3 agent prompts, Phase 1 batching, Phase 0.5 classification, Phase 4 verdict criteria — verify `/devflow:review-and-fix` still produces the same findings; that's where divergence has historically slipped in. `/devflow:review-and-fix`'s SKILL.md deliberately keeps no paraphrase of these phases, so changes here propagate automatically as long as the file is reachable at the path `**/devflow/skills/review/SKILL.md`. ## When NOT to use - Not for PRs you want auto-fixed — use `/devflow:review-and-fix` instead. - Not for general code Q&A or learning the codebase — this skill is verdict-driven, not exploratory. - Not for reviewing uncommitted local changes — commit to a branch first (Phase 0.1 will warn either way). - Not for first-time review of a multi-PR feature branch — review the most-recent PR in isolation; the engine compares against `origin/main` (or the PR base) and a long-lived branch diff will swamp Phase 1 with stale items. --- ## Phase 0: Setup ### 0.1 Check