tseng:arch-review
Installation
SKILL.md
echo "Architecture docs: ${CLAUDE_SKILL_DIR}/architecture/"
echo "Version: $(cat "${CLAUDE_SKILL_DIR}/VERSION")"
TSEng Arch Review
Reviews specific code changes (PRs, diffs, branches) against the architecture rules. Unlike the full-project review skill, this skill focuses on what changed and whether those changes comply with the architecture. No review records are created — this is a lightweight, focused review.
Phase 1 — Load Architecture Overview (Progressive Disclosure)
Read only the overview to start — load specific docs lazily based on what the changes touch:
- Read
architecture/index.mdfrom the architecture docs directory (shown above). This gives you the map of all topics without the full weight.
Do NOT read all architecture files upfront. Instead, load them on-demand in Phase 4 after you know which areas the changes affect: