What problem does it solve?
This Skill solves the problem of unassessed architectural drift in long-lived codebases, where implementation gradually diverges from documented specs, invariants, and intended system boundaries, leading to risky changes that require original author context to execute safely.
Core Features & Use Cases
- Full architecture review: Audits entire codebases or named subsystems for alignment with normative documentation, enforcement of named invariants, and correct placement of architectural seams.
- Parallel specialized review: Dispatches four focused reviewer agents in parallel to assess substrate alignment, code structure, library-native patterns, and agent-readiness, then synthesizes their findings into a single thesis-led report with prioritized, actionable recommendations.
- Use case: Use this when planning a major refactor, onboarding to a legacy codebase, or auditing a repo for hidden architectural drift before high-stakes changes to ensure the system can scale development without relying on founder memory.
Quick Start
Use the review-codebase skill to audit the entire payment processing subsystem for architectural cohesion against the existing specs and invariants.