.claude/skills/arch-review/SKILL.md
Review architecture documents against code implementation and principles.
npx skillsauth add leogodin217/leos_claude_starter arch-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review architecture documents against implementation and principles.
CLAUDE.md - Core principlesdocs/architecture/README.md - Architecture overview, implementation statusdocs/architecture/)src/fabulexa/Code navigation: Use LSP tools for code exploration — find_definition to locate implementations, find_references to trace usages, get_hover for type info. Do not Grep for def foo or class Bar.
Create or update docs/SCRATCHPAD.md with:
# Architecture Review Scratchpad
## Issues to Resolve
### 1. [Short title]
**Status:** Open
**Location:** [file:line or section reference]
**Problem:** [What's wrong]
**Options:** [If design question, list options A/B/C]
---
## Resolved Issues
### N. [Short title]
**Resolution:** [What was decided]
**Decision:** [Rationale and changes made]
---
For each issue:
Review is complete when:
If significant issues found → user may request another review round.
After each round, summarize:
User: "Review simulation.md and actors.md" → Load docs, analyze, create scratchpad, present first issue, wait for decision
development
Spec-fidelity verification tracing requirements through code.
development
Analyze Claude Code session transcripts — search, summarize, list, or inspect how a session went.
testing
Course designer mode for creating exercises, configs, and QA criteria.
testing
System architect mode for designing interfaces, contracts, and architecture decisions.