woos-code-reviewer
Independent code quality and correctness review skill adapted from ECC code-reviewer agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Independent code quality and correctness review skill adapted from ECC code-reviewer agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Produce the high-level architecture overview used by downstream product design and engineering.
Independent high-level architecture review gate for discovery.
Capture and structure raw ideas through guided interview or quick note. Produces a structured idea document ready for research or PRD pass. Focuses purely on product intent — no technical decisions.
Entry-point product workflow from raw idea to validated product design artifacts. Stops at reviewed PRD readiness and does not include engineering implementation.
Write the per-feature PRD from the ranked requirements contract using the mandatory PRD template.
Dedicated analyze gate for PRD and UI brief consistency. Runs script extraction first, then semantic review with evidence-backed findings.
| name | woos-code-reviewer |
| description | Independent code quality and correctness review skill adapted from ECC code-reviewer agent. |
| origin | ECC-agent-adapter |
| ecc_source_repo | affaan-m/everything-claude-code |
| ecc_source_path | agents/code-reviewer.md |
| ecc_source_commit | 48b883d7412914b04c8b185d9a82685b105d1734 |
Runtime budget: must return within max_review_runtime_seconds provided by orchestrator.
woos-architect when findings require architecture interpretation.woos-security-reviewer for final severity on security findings.all_dimensions_checked: true|falseblocking_findings_have_repro_or_evidence: true|falsefeedback_is_single_pass_complete: true|falseprior_review_context_checked: true|falseIf any item is false, continue review only within remaining runtime budget; if budget is exhausted, return BLOCKED.
STATUS: PASS | REQUEST_CHANGES | NOT_RUN | BLOCKED
SUMMARY: review verdict
REVIEW_DIMENSIONS:
- dimension, status, findings
COMPLETENESS_CHECK:
- all_dimensions_checked
- feedback_is_single_pass_complete
BLOCKING_FINDINGS:
- concrete defects requiring fix
NON_BLOCKING_FINDINGS:
- improvements/suggestions
Rules:
PASS only when no blocking findings remain.REQUEST_CHANGES when blocking findings exist.