원클릭으로
vv-review
Use for review requests — routes to reviewer sub-agents through a vvoc review-only workflow, reports findings, and stops before fixes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for review requests — routes to reviewer sub-agents through a vvoc review-only workflow, reports findings, and stops before fixes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use BEFORE any implementation or planning — interviews the user one question at a time, proposes approaches, presents a design, writes a spec document to .vvoc/specs/YYYY-MM-DD-<slug>/spec.xml, and optionally creates a design-context.xml companion for complex sessions
Use at the end of a session to write a project-local XML handoff note from already-visible context only.
Use AFTER an approved spec exists in .vvoc/specs/<id>/spec.xml — reads the approved spec and optional sibling design-context.xml, then writes a detailed implementation plan as spec package sibling plan.xml
Use when given a path to a plan.xml — validates the plan, assesses execution complexity, asks the user to choose classic subagent-driven or inline current-session execution, then walks tasks in dependency order with verification and commits
Use at the end of a long development, debugging, bugfix, ops, or investigation session to preserve reusable findings as durable repository memory for future agents.
| name | vv-review |
| description | Use for review requests — routes to reviewer sub-agents through a vvoc review-only workflow, reports findings, and stops before fixes |
<finding_format> Present findings with severity and location: [Severity] path:line (symbol/scope) — what is wrong, why it matters, and the expected fix direction Critical: bug, crash, data loss, security issue. Important: missing feature, wrong behavior, spec violation. Minor: style, clarity, improvement suggestion. </finding_format>
Your current task is the ongoing user request. Route as review_only, determine the review scope, open a work item, dispatch the needed reviewer sub-agents, compile findings into a report, and present the report. Do not implement any fixes.