← ClaudeAtlas

vibe.reviewlisted

Use when changed code or a SPEC needs a pre-merge review for defects, security risks, boundary mismatches, and zero remaining P1 findings.
su-record/vibe · ★ 0 · Code & Development · score 75
Install: claude install-skill su-record/vibe
# /vibe.review **Parallel Agent Code Review** — focus 별 전문 리뷰어를 **가능한 범위에서 병렬로, 나머지는 순차로** 실행 (production 기본 셋 8종 + 조건부) ## Usage ``` /vibe.review # Review current branch /vibe.review PR#123 # Review specific PR /vibe.review feature/login # Review specific branch /vibe.review src/api/ # Review specific path /vibe.review --race # Multi-LLM race mode (GPT + Antigravity) /vibe.review --race security # Race mode for specific review type /vibe.review priority-todos # Organize findings/tasks as P1/P2/P3 TODOs ``` > **⏱️ Timer**: Query the system clock at START and record the result as `{start_time}`. ## Codex Plugin Integration > **Codex 플러그인 감지**: 워크플로우 시작 시 아래 명령으로 자동 감지. > > ```bash > CODEX_AVAILABLE=$(node "{{VIBE_PATH}}/hooks/scripts/codex-detect.js" 2>/dev/null || echo "unavailable") > ``` > > `available`이면 Codex 플러그인의 review/rescue 명령을 사용하고, `unavailable`이면 GPT+Antigravity Race 모드로 동작한다. > > ⚠️ **명령 이름을 가정하지 않는다.** 과거 본문은 `/codex:review`·`/codex:rescue` 를 고정 호출했으나, 이는 특정 플러그인 설치본에만 존재하는 표면이다. 실제 사용 가능한 명령을 확인한 뒤 쓰고, 없으면 Race 모드로 폴백한다 — 존재하지 않는 슬래시 명령을 실행하려 시도하지 않는다. ## Race Mode (v2.6.9) **Multi-LLM competitive review** - Same review task runs on GPT + Antigravity in parallel, results are cross-validated. > Read `references/race-mode.md` for the full workflow diagram, confidence-based priority table, race mode options/output templates, Codex 3-way cross-validation, an