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.

  1. Use BASE_BRANCH determined above.
  2. Run: git diff ..HEAD --stat to see all changed files.
  3. Run: git log ..HEAD --oneline to understand commit history.
  4. 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.
  5. Read every changed file. Do not skip files. Do not skim.
  6. Read the test files. Evaluate coverage against the requirements.
  7. Run the domain consistency analysis.
  8. Produce the review.

DOMAIN CONSISTENCY ANALYSIS:

After reading all changed files, run a full cross-layer consistency check on the affected features:

Installs
2
GitHub Stars
14
First Seen
Mar 23, 2026
arch-review — tinh2/skills-hub-registry