with one click
review
Code Quality Reviewer (Stage 2) - prevents tech debt and duplication
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Code Quality Reviewer (Stage 2) - prevents tech debt and duplication
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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