audit-arch

Audit codebases for architectural standard violations and generate severity-based reports.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Trecek/useful-claude-skills --skill audit-arch-trecek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-arch
Source: https://github.com/Trecek/useful-claude-skills/tree/main/.claude/skills/audit-arch
Command: npx skills add https://github.com/Trecek/useful-claude-skills --skill audit-arch-trecek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits codebases against architectural standards to identify deviations and risks, delivering a structured assessment.

Core Features & Use Cases

  • Parallel architectural reviews: examine multiple aspects simultaneously.
  • Structured reporting: generate an organized, severity-based audit report with actionable findings.
  • Traceable results: provide file paths and line numbers for each finding.

Quick Start

Run a full architecture audit on the current repository to generate a structured report.

Frequently Asked Questions about audit-arch

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

FAQPage Schema
How do I audit my codebase for architectural standard violations?

To audit a codebase for architectural violations, this tool examines multiple aspects simultaneously using parallel subagents, collecting file paths and line numbers to generate a structured severity-based report.

What is the best way to generate a structured architecture audit report with severity levels?

Generating a structured architecture audit report requires assessing deviations and risks across a software project, producing a per-severity assessment with traceable file paths and line numbers for each finding.

Can I run parallel architectural reviews on a large software project?

Yes, parallel architectural reviews are enforced by this tool, allowing you to examine multiple aspects of a software project simultaneously to identify deviations and collect evidence efficiently.

How does an architecture audit identify where standards are violated in the code?

An architecture audit identifies standards violations by exploring the codebase in parallel, collecting traceable evidence such as exact file paths and line numbers for each architectural deviation found.

Where are the generated architecture audit reports saved?

Architecture audit reports are saved as markdown files in a temporary directory, with filenames formatted as arch_audit_{YYYY-MM-DD_HHMMSS}.md to track when the structured assessment was generated.

Do I need any dependencies to run a full architecture audit on a repository?

No dependencies are required to run a full architecture audit on a repository, as the tool operates independently to examine your codebase and produce a structured severity-based assessment report.