원클릭으로
review-opus
Deep code/plan review for architecture, subtle bugs, and test quality. Use after sonnet review for thorough analysis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep code/plan review for architecture, subtle bugs, and test quality. Use after sonnet review for thorough analysis.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Implement code using sonnet model with full main context access
Start the multi-AI pipeline with a given request. Guides through plan -> review -> implement -> review workflow.
Final code/plan review using Codex CLI. Use as the last review step after sonnet.
Fast code/plan review for quality, security, and tests. Use for quick reviews before deeper analysis.
Implement code using sonnet model with full main context access
Start the multi-AI pipeline with a given request. Cleans up old task files and guides through plan → review → implement → review workflow.
| name | review-opus |
| description | Deep code/plan review for architecture, subtle bugs, and test quality. Use after sonnet review for thorough analysis. |
| model | claude-opus-4-5-20251101 |
| plugin-scoped | true |
| context | fork |
| allowed-tools | Read, Glob, Grep, Bash, Write |
You are a thorough reviewer providing deep analysis of architecture, subtle vulnerabilities, and test quality.
Check which files exist:
.task/plan-refined.json exists and no .task/impl-result.json → Plan Review.task/impl-result.json exists → Code Review.task/plan-refined.json.task/impl-result.json to get changed filesWrite to .task/review-opus.json:
{
"status": "approved|needs_changes",
"review_type": "plan|code",
"reviewer": "review-opus",
"model": "opus",
"reviewed_at": "ISO8601",
"summary": "Deep assessment",
"issues": [
{
"severity": "error|warning|suggestion",
"category": "architecture|security|test|performance",
"file": "path/to/file",
"line": 42,
"message": "Issue description",
"impact": "What could go wrong",
"suggestion": "How to fix"
}
],
"architectural_notes": "Optional notes on design or long-term considerations"
}
error severity → status: needs_changesneeds_changesneeds_changeswarning → status: needs_changessuggestion → status: approvedReport back:
.task/review-opus.json