원클릭으로
review
Multi-agent review with lesson-calibrated reviewers, runtime verification, and severity classification
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Multi-agent review with lesson-calibrated reviewers, runtime verification, and severity classification
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit and set up a codebase for agentic AI development using the 16-principle manifesto
Reviews code for architectural compliance and design integrity
Injects mistake-derived test requirements into the TDD pipeline
Clusters similar lessons and synthesizes testable patterns
Reviews UI code for design quality against the build-great-things quality checklist. Conditional — only activates when the Verification Contract includes design_craft_check evidence.
Analyzes repository structure, conventions, and patterns
| name | Review |
| description | Multi-agent review with lesson-calibrated reviewers, runtime verification, and severity classification |
| phase | review |
Perform thorough code review by spawning specialized reviewers in parallel, consolidating findings with severity classification (P0/P1/P2/P3), and gating completion on implementation-reviewer approval. Reviewers are calibrated with past lessons and relevant research before reviewing.
bd show <epic>) for EARS requirements -- reviewers verify each requirement is met## Acceptance Criteria table in the epic description. For each AC row, verify the implementation satisfies the criterion using the specified verification method.
## Verification Contract section in the epic description.
Required evidence explicitly. Missing evidence is a P1 process or execution defect, not an optional note.Profile, Surfaces, and Risks to decide which verification specialists must run during this review.pnpm test and pnpm lint
Required evidence includes build, also run pnpm build before spawning reviewersca search "<category> review" to retrieve relevant past lessons
b. Filter results by category match and recency (prefer lessons < 30 days old)
c. Cap at 3-5 lessons per reviewer -- more dilutes focus
d. Inject matched lessons into each reviewer's prompt as calibration context
e. Consult docs/compound/research/ for methodology references relevant to the review domain (e.g., docs/compound/research/scenario-testing/ for testing reviews)
f. Contradiction detection: If a reviewer finding contradicts a high-severity lesson (severity >= P1), flag the contradiction for human review via AskUserQuestion with both the finding and the lesson content. Do not auto-resolve contradictions.
See
review/references/lesson-calibration.mdfor detailed calibration guidance
ca search for known patterns and recurring issues (broader search beyond per-reviewer calibration)runtime-verifier when the Verification Contract requires runtime proof.
Required evidence includes runtime_startup, browser_evidence, or contract_checks, spawn runtime-verifier.claude/skills/compound/agents/runtime-verifier/SKILL.mdSee RV-1 through RV-5 in epic for full requirements
Required evidence includes browser_evidence, responsive_check, edge_states_check, console_network_clean, or a11y_smoke, invoke the QA Engineer skill and treat its findings as part of the blocking review result.claude/skills/compound/qa-engineer/SKILL.mdreview-fleet.md)design-craft-reviewer when the Verification Contract requires design quality proof.Required evidence includes design_craft_check, spawn design-craft-reviewerbuild-great-things quality checklist: states (loading/empty/error), interaction feedback (hover/active/focus/transitions), visual craft (spacing scale, typography hierarchy, color semantics, shadows, borders), motion, responsiveness, and accessibilitydesign_craft_check in the contract: SKIP and record INFO ("Design craft review not required by Verification Contract").claude/skills/compound/agents/design-craft-reviewer/SKILL.md
10b. Visual Verification (contract-driven): When the Verification Contract includes browser_evidence, design_craft_check, or responsive_check, take Playwright screenshots as evidence..claude/skills/compound/qa-engineer/SKILL.md Phase 1) to check for a runnable UI. If no UI framework detected, SKIP and record INFO.browser_evidence or responsive_check.team_name):.claude/skills/compound/agents/{security-reviewer,architecture-reviewer,performance-reviewer,test-coverage-reviewer,simplicity-reviewer,scenario-coverage-reviewer,surface-alignment-reviewer}/SKILL.md.claude/skills/compound/agents/{security-injection,security-secrets,security-auth,security-data,security-deps}/SKILL.md.claude/skills/compound/agents/runtime-verifier/SKILL.md.claude/skills/compound/agents/design-craft-reviewer/SKILL.mdSendMessageAskUserQuestion when severity is ambiguous or fix has multiple valid optionsbd create --title="P1: ..."/implementation-reviewer as mandatory gateca learn; pattern-matcher auto-reinforces recurring issuesWhen checking AC, produce a summary table in the review report:
| AC ID | Criterion | Status | Evidence |
|---|---|---|---|
| AC-1 | When X... | PASS/FAIL | test file, line N / manual check |
All AC rows must be PASS for the review to proceed to /implementation-reviewer.
When checking the Verification Contract, produce a second summary table in the review report:
| Evidence | Status | Proof | Notes |
|---|---|---|---|
| build | PASS/FAIL | command output / artifact | optional detail |
Rules:
Required evidence must be marked PASS, FAIL, or ESCALATEDESCALATED means review strengthened the contract because the planned evidence was too weak for the actual risktest, lint) plus obvious risk-based evidenceReviewers are pre-loaded with relevant lessons before they begin reviewing:
Each reviewer receives lessons filtered by their domain:
ca search "security vulnerability injection XSS"ca search "testing coverage TDD mock"ca search "complexity refactor simplify"ca search "architecture module boundary coupling"ca search "performance optimization latency"ca search "design craft visual hierarchy spacing motion states"ca search "pattern recurring mistake"ca search "surface alignment layer connectivity generated types migration schema"docs/research/When a reviewer produces a finding that directly contradicts a calibration lesson:
AskUserQuestion -- do NOT auto-resolveca learn to prevent future contradictionsca search before review for known recurring issuesca learnca learn with type=solutionWhen the runtime-verifier is triggered by the Verification Contract:
docs/compound/research/scenario-testing/ for runtime verification methodology and testing best practicesdocs/compound/research/code-review/ for systematic review methodology, severity taxonomies, and evidence-based review practicesdocs/compound/research/tdd/ for TDD methodology, architecture tests, database testing patterns, regenerate-and-diff, and test infrastructuredocs/compound/research/spec_design/protobuf-schema-evolution.md for schema compatibility rules across API formatsca knowledge "code review methodology" for indexed knowledge on review techniquesca search "review" for lessons from past review cyclesdesign_craft_checkdesign_craft_check in the contract (correct behavior — not a pitfall)browser_evidence or responsive_check (reviewers should see what users see)pnpm test, pnpm lint)pnpm build passed when the Verification Contract required build evidencedesign_craft_check was in the Verification Contract or reported why it was not required/implementation-reviewer approval/implementation-reviewer approved as mandatory gateBefore starting Compound, verify review is complete:
/implementation-reviewer must have returned APPROVEDCRITICAL: Use ca learn for ALL lesson storage -- NOT MEMORY.md.