一键导入
arch-review
Review architecture documents against code implementation and principles.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review architecture documents against code implementation and principles.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, list, and resolve review issues. Critical issues get individual files for research; warnings and gaps go to a quick-fix checklist.
Analyze Claude Code session transcripts — search, summarize, list, or inspect how a session went.
Design architecture docs for new features, refactors, or redesigns. Produces implementation-ready docs with complete file impact analysis.
Orchestrate sequential documentation audits with checkpointing and resumption.
Guide sprint planning from scope assessment to spec artifacts.
Adversarial evaluation of sprint spec before implementation.
| name | arch-review |
| description | Review architecture documents against code implementation and principles. |
| disable-model-invocation | true |
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