# Architecture Review

> Umbrella architecture review skill for hosts that only project one generic skill. Prefer focused archi-* methods when available.

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

---


# Architecture Review

This umbrella skill is retained for hosts that only consume one generic skill
directory. Hosts with richer projection support should prefer the focused
`archi-advice`, `archi-diff`, `archi-full`, `archi-goal`, and method-specific
`archi-*` skills.

## Purpose

Review structural risk, coupling, boundaries, and maintainability.

## Workflow

1. Identify the scope being reviewed.
2. Inspect changed or relevant files when available.
3. Look for boundary leaks, unstable dependencies, duplicated responsibilities,
   decision drift, change-impact risk, distributed failure modes, missing
   guardrails, and hard-to-reverse coupling.
4. Report findings first, ordered by severity.
5. Separate architecture findings from implementation preferences.

## Output

Keep the answer concise and actionable:

- findings
- risks
- suggested next steps
- open questions when evidence is missing

