arch-review
Installation
SKILL.md
MODE 1: DESIGN REVIEW
The user has provided a story or spec and wants architect-level feedback before implementation begins.
- Use BASE_BRANCH determined above.
- Run: git diff ..HEAD --stat to see all changed files.
- Run: git log ..HEAD --oneline to understand commit history.
- If the user provided a spec, parse it into a structured list of requirements. If no spec was provided, infer the feature scope from the commits and changed files.
- Read every changed file. Do not skip files. Do not skim.
- Read the test files. Evaluate coverage against the requirements.
- Run the domain consistency analysis.
- Produce the review.
DOMAIN CONSISTENCY ANALYSIS:
After reading all changed files, run a full cross-layer consistency check on the affected features: