ワンクリックで
review
Independent artifact review via sub-agent delegation. Evaluates completeness, consistency, and quality with severity classification.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Independent artifact review via sub-agent delegation. Evaluates completeness, consistency, and quality with severity classification.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
When --quality-locked is active, loop review/revise at each Quality Gate until findings reach a clean bar (no Critical, no Major, only cosmetic Minor) or the iteration cap (10) is reached. Uses a deterministic Python checker for classification and decision logic; agent runs the actual review and revision steps.
Use after implementation passes the quality gates, when a change needs an independent pass over the code before it ships, or when the user asks to "QA this", "check the implementation", or "verify it matches the spec". Applies to Standard and Comprehensive scopes with the Task tool available; Lightweight tasks skip.
Use when the user picks [A] Review at a spec/plan/ADR/root-cause/fix-plan checkpoint, or asks for an independent review before implementation begins. Applies to Standard and Comprehensive scopes with the Task tool available; Lightweight tasks skip.
Use as the code-quality gate after spec-compliance and constitution checks pass, or when the user says "review my code", "quality check", "security review", or "is this code good". Runs as an independent sub-agent when the Task tool is available.
Adversarial review verifying implementation matches its specification — checks completeness (nothing missing) and precision (nothing extra). Distrusts the implementer's self-report. Use after implementation, or when the user says "check against spec", "does this match requirements", or "verify the implementation".
Configure Sage preset and project settings. Switch between base, startup, enterprise, or opensource constitution presets. Use when the user says "configure sage", "change preset", or "sage settings".
| name | review |
| description | Independent artifact review via sub-agent delegation. Evaluates completeness, consistency, and quality with severity classification. |
| disable-model-invocation | true |
RULES (apply to every step — non-negotiable):
Review an artifact with independent evaluation via sub-agent delegation.
If not specified, scan .sage/work/ and .sage/docs/ for recent
artifacts. Present them:
Sage: Available for review:
[1] .sage/work/20260316-checkout/brief.md (updated today) [2] .sage/work/20260316-checkout/spec.md (updated today) [3] .sage/docs/ux-audit-homepage.md (updated yesterday)
Which artifact should I review?
If the user specifies an artifact, proceed directly.
Before delegating, gather three pieces of information:
.sage/decisions.md.
The quality criteria are in that skill's ## Quality Criteria section
(look in sage/skills/[skill]/SKILL.md or sage/core/workflows/[workflow].workflow.md)Delegation is MANDATORY when Task tool is available. Do NOT skip delegation because:
If Task tool is NOT available (e.g., Antigravity platform), proceed with self-review but announce it: "Sage: Task tool not available. Performing self-review — note this is not independent evaluation. Consider a fresh-session /review for critical artifacts."
Tell the user: "Sage: Delegating to a review sub-agent for independent evaluation. The reviewer gets a fresh context window without my reasoning from this session."
Use the Task tool to spawn a sub-agent with this prompt:
You are independently reviewing a Sage project artifact. You were
NOT involved in producing this work — evaluate it with fresh eyes.
CONTEXT PACKAGE:
1. PERSONA: Read sage/core/agents/reviewer.persona.md for mindset.
2. ARTIFACT: Read the artifact at: [ARTIFACT PATH]
3. CRITERIA: Read quality criteria from: [SKILL/WORKFLOW PATH],
section titled "## Quality Criteria"
4. DECISIONS: Read .sage/decisions.md for last 5 entries.
5. LEARNINGS: Call sage_memory_search(query: "[MEMORY QUERY]", limit: 5)
If this tool is not available, check .sage-memory/ folder.
EVALUATE the artifact against EACH quality criterion specifically.
CLASSIFY each finding by severity:
- CRITICAL: Blocks proceeding. Must fix before next step.
- MAJOR: Significant gap. Should fix before next step.
- MINOR: Improvement opportunity. Can fix later.
PRESENT YOUR REVIEW AS:
## Review: [artifact name]
### Critical Issues
[If none, say "None found." Do not omit this section.]
### Major Issues
[If none, say "None found." Do not omit this section.]
### Minor Issues / Improvements
[Specific observations with suggested actions]
### Strengths
[Specific observations — not generic praise]
### Verdict
PASS — ready to proceed [minor notes if any]
NEEDS REVISION — [specific items to address, with severity]
FAIL — [significant gaps, recommend returning to earlier step]
Share the sub-agent's review with the user.
Critical findings block approval. If the review contains CRITICAL issues, do NOT present [A] Accept as the first option:
Sage: Review found critical issues that must be addressed: [critical findings summary]
[R] Address critical issues first [D] Discuss — let's talk about specific findings [A] Accept anyway — I understand the risks
If no critical issues:
Sage: Review complete. [verdict summary]
[A] Accept findings — proceed with suggested next step [R] Revise — I'll address the issues found [D] Discuss — let's talk about specific findings
Append review findings to .sage/decisions.md.
$ARGUMENTS