一键导入
review
Code Quality Reviewer (Stage 2) - prevents tech debt and duplication
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Code Quality Reviewer (Stage 2) - prevents tech debt and duplication
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Upgrade DLD framework files from latest template on GitHub.
Autonomous spec execution with subagents (planner, coder, tester, reviewer).
Autonomous spec execution with subagents (planner, coder, tester, reviewer).
Feature specification and research agent. Multi-agent with 4 scouts. Creates specs in ai/features/.
Feature specification and research agent. Multi-agent with 4 scouts. Creates specs in ai/features/.
Manual QA tester — tests product behavior like a real user, not code. Triggers on keywords: test, QA, check behavior, verify feature, manual testing, протестируй, потыкай, проверь как работает
| name | review |
| description | Code Quality Reviewer (Stage 2) - prevents tech debt and duplication |
| agent | .claude/agents/review.md |
Prevent tech debt BEFORE it accumulates.
Stage 2 of Two-Stage Review — runs AFTER Spec Reviewer (Stage 1) approved.
Activation: Automatic in autopilot (after Spec Reviewer approved, before commit)
Don't let project become a pile of scripts and duplicate code.
status: approved | needs_refactor | needs_discussion
duplicates_found:
- new: scripts/new_script.py
existing: scripts/similar_script.py
action: "Merge into one"
architecture_issues:
- file: src/domains/seller/agent.py
issue: "Business logic in agent"
action: "Move to domain services/"
recommended_action: approve | refactor_then_commit | discuss_with_human
| Result | Next |
|---|---|
| approved | Commit |
| needs_refactor | Coder fixes → re-review |
| needs_discussion | Human decides |
Limit: max 2 refactor iterations, then → Council