arch-review
Systematic review of existing architecture using ATAM-lite methodology. Evaluates architectural fitness against quality attribute scenarios, identifies risks, sensitivity points, tradeoffs, and anti-patterns. Produces structured review report with findings and recommendations.
npx skills add majiayu000/claude-skill-registry --skill architecture-andreibesleaga-gabbe-6 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Architecture Review Skill ## Goal Evaluate an existing architecture for fitness against its stated requirements, identify risks and anti-patterns, and produce a structured review report with concrete recommendations. Based on ATAM (Architecture Tradeoff Analysis Method) adapted for single-agent use. --- ## When to Use - **Scenario 2 (Review existing)**: Architecture exists — documented or inferred from code. - Before major changes: "Is this architecture adequate for the new requirements?" - After significant growth: "Is this architecture still appropriate?" - Before technology migration: "What architectural problems must we solve?" - Due diligence: "Is this architecture sound before we commit to it?" --- ## Step 1 — Understand the Architecture Inputs ``` Gather before starting the review: Architectural artifacts (work with whatever exists): □ Architecture document, README, or description □ Diagrams (any level — C4, UML, whiteboard photo, etc.) □ Requirements, PRD, or feature descriptions □ Codebase structure (actual source of truth if docs are outdated) □ Deployment configuration (shows actual runtime structure) □ ADRs or documented decisions If artifacts are sparse or missing: →
- Goal
- When to Use
- Step 1 — Understand the Architecture Inputs
- Step 2 — Reconstruct Architecture Description
- Step 3 — Quality Attribute Scenario Analysis (ATAM core)
- Step 4 — Identify Architecture Smells
- Step 5 — ATAM Analysis: Sensitivity Points and Tradeoffs
- Step 6 — Architecture Fitness Functions
- Step 7 — Recommendations
- Output Format
- Constraints
What does the arch-review skill do?
Systematic review of existing architecture using ATAM-lite methodology. Evaluates architectural fitness against quality attribute scenarios, identifies risks, sensitivity points, tradeoffs, and anti-patterns. Produces structured review report with findings and recommendations.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill architecture-andreibesleaga-gabbe-6 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
