review-architecture
SkillAI & modelsArchitecture pattern compliance review. Evaluates Type-State, Channel-Based, Iterator Pipelines, Actor Model, and Minimal Testing patterns.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the review-architecture skill
What this skill tells your AI
The instructions your AI receives, as published by nwiizo/ccswarm in .agents/skills/review-architecture/SKILL.md and read by ahel’s review.
When subagents are enabled in Codex, prefer delegating this workflow to the architecture-reviewer custom agent.
Review ccswarm architecture pattern compliance based on CLAUDE.md and docs/ARCHITECTURE.md.
Evaluate these 5 patterns:
| Pattern | Search For | Avoid |
|---|---|---|
| Type-State | PhantomData, impl<S: State> | Runtime state enums |
| Channel-Based | mpsc::channel, broadcast::channel | Arc<Mutex<...>> |
| Iterator Pipelines | .iter().filter().map().collect() | Manual for loops |
| Actor Model | Receiver<Message>, recv().await | Shared mutable state |
| Minimal Testing | ~8-10 focused tests | 300+ fragile tests |
Output a JSON report with per-pattern { status, usage_count, score }, overall_score, and recommendations.
Signals
- GitHub stars
- 151
- Forks
- 15
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
review-architecture-nwiizo- Source
- github.com/nwiizo/ccswarm