review-check-architecture

Detect architectural violations in JS/TS projects against docs/ARCHITECTURE.md.

20|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/HerbertJulio/specialist-agent --skill review-check-architecture
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-check-architecture
Source: https://github.com/HerbertJulio/specialist-agent/tree/main/packs/svelte/skills/review-check-architecture
Command: npx skills add https://github.com/HerbertJulio/specialist-agent --skill review-check-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the detection and enforcement of architectural conformance across a codebase, helping teams catch deviations early.

Core Features & Use Cases

  • Automated checks against docs/ARCHITECTURE.md across modules or the entire repository.
  • Generates a concise report highlighting violations and suggested remediations for quick fixes.
  • Suited for CI gates and developer reviews to maintain consistent architecture.

Quick Start

Run the review-check-architecture skill on your project to validate architecture conformance.

Frequently Asked Questions about review-check-architecture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate architecture conformance checks in a TypeScript repository?▼

Automate architecture conformance by validating your TypeScript codebase against docs/ARCHITECTURE.md. This process searches for common architectural violations across modules and produces a structured summary report to guide remediation.

What is architectural conformance and how do static analysis checks enforce it?▼

Architectural conformance ensures a codebase follows documented design rules. Static analysis checks enforce it by scanning for common violations against docs/ARCHITECTURE.md, generating a concise report that highlights deviations and suggested remediations.

How do I validate Svelte modules against my project's architecture rules?▼

Validate Svelte modules by running automated architecture checks against docs/ARCHITECTURE.md. The process targets modern JS/TS projects, scanning individual modules or the whole repository to detect structural deviations and output remediation guidance.

Can I use architecture conformance validation for specific modules instead of the entire repository?▼

Yes, architecture conformance validation can target individual modules or the entire repository. The automated checks apply to modern JS/TS projects, including Svelte modules, ensuring localized validation against docs/ARCHITECTURE.md.

What's the best way to catch architectural violations before merging code?▼

Catch architectural violations early by integrating automated conformance checks into CI gates and developer reviews. This validates code against docs/ARCHITECTURE.md and produces a structured summary report highlighting deviations for quick fixes.

Why does my code structure keep deviating from the documented architecture?▼

Code structure deviates when architecture rules are not automatically enforced. Running static analysis checks against docs/ARCHITECTURE.md identifies common architectural violations across your JS/TS codebase and provides a structured summary to guide remediation.