# Architecture Review

> Review system architecture for alignment with documented patterns, consistency, and scalability

- Skill: `jwilger/architecture-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jwilger/architecture-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jwilger/architecture-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: jwilger (https://skillmd.com/u/jwilger)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jwilger/architecture-review

---


## What I do
- Verify changes align with `docs/architecture/ARCHITECTURE.md`
- Check for consistency with existing architectural patterns
- Identify scalability concerns in new designs
- Review ADR completeness for significant changes

## When to use me
Use this skill when reviewing PRs that add new components, change data flow, or modify the event model.

## Review Checklist
- [ ] New components fit the existing architecture
- [ ] Event sourcing patterns are followed correctly
- [ ] CQRS separation is maintained
- [ ] ADR exists for significant decisions

