review
Installation
SKILL.md
echo "Architecture docs: ${CLAUDE_SKILL_DIR}/architecture/"
echo "Version: $(cat "${CLAUDE_SKILL_DIR}/VERSION")"
TSEng Review
Audits an existing TypeScript project against the architecture rules using a two-phase approach to prevent hallucination. Each review produces an immutable record appended to tseng/reviews/.
Phase 1 — Get Version
The current tseng version is shown above (injected from the VERSION file). This version is embedded in the review record so every checklist is traceable to the architecture revision that produced it.
Phase 2 — Generate Checklist
You (the main agent) generate a strict checklist from the architecture docs.