review-architecture

SkillAI & models

Architecture 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.

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:

PatternSearch ForAvoid
Type-StatePhantomData, impl<S: State>Runtime state enums
Channel-Basedmpsc::channel, broadcast::channelArc<Mutex<...>>
Iterator Pipelines.iter().filter().map().collect()Manual for loops
Actor ModelReceiver<Message>, recv().awaitShared mutable state
Minimal Testing~8-10 focused tests300+ 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