code-review
Installation
SKILL.md
Code Review
Dispatch a code-reviewer subagent to review code changes across six dimensions.
Announce at start: "I'm using the code-review skill."
Bootstrap: Read Rules
Before dispatching the review subagent, read these rules and include relevant sections in the subagent prompt:
| Rule file | Why |
|---|---|
.claude/skills/control-tower/rules/ARCHITECTURE.md |
Architecture principles the reviewer checks against |
.claude/skills/control-tower/rules/CONVENTIONS.md |
Naming, git, style conventions to verify |
.claude/skills/control-tower/rules/DOCUMENTATION.md |
Doc standards to check in reviewed code |
.claude/skills/control-tower/rules/OBSERVABILITY.md |
Logging and tracing standards for production readiness |
.claude/skills/control-tower/rules/KEEP_IN_MIND.md |
Interface design, test quality, mocking boundaries |
.claude/skills/subagent-driven-development/tech-debt-template.md |
Schema + lifecycle the Tech-Debt DoD Compliance dimension (Dimension 5) enforces |