x-audit-code

Triggers a full-project audit across six dimensions including severity-scored output and graphical reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/edercnj/ia-dev-environment --skill x-audit-code
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-audit-code
Source: https://github.com/edercnj/ia-dev-environment/tree/main/src/main/resources/claude/skills/x-audit-code
Command: npx skills add https://github.com/edercnj/ia-dev-environment --skill x-audit-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits a codebase to surface architecture, quality, and standards gaps, enabling teams to spot issues before they impact releases.

Core Features & Use Cases

  • Orchestrates parallel subagents to assess six dimensions: Clean Code and SOLID, Architecture, Coding Standards, Tests, Security, and Cross-File consistency.
  • Generates a comprehensive, severity-scored report and a 0-100 score.
  • Ideal for periodic quality gates and before major releases.

Quick Start

Invoke the slash command /x-audit-code in Claude Code to start a full project audit.

Frequently Asked Questions about x-audit-code

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

FAQPage Schema
How do I audit my codebase against project standards before a major release?▼

You can audit your codebase against project standards by launching parallel subagents across six dimensions. This generates a severity-scored report and a 0-100 score to verify release readiness and surface architecture gaps.

What does an automated codebase architecture audit cover?▼

An automated codebase audit covers six dimensions: Clean Code and SOLID, Architecture, Coding Standards, Tests, Security, and Cross-File consistency. It reads project conventions to assess quality and cross-file concerns.

Can I run a security audit on only a specific part of my codebase?▼

Yes, you can use optional scope focusing to target specific dimensions like security, rules, patterns, architecture, or cross-file concerns instead of running a full-repo audit.

How does parallel subagent auditing work for code quality checks?▼

Parallel subagent auditing coordinates multiple subagents to assess different dimensions simultaneously, reads project knowledge packs, aggregates findings by severity, and writes a structured audit report.

What is the best way to set up automated quality gates for periodic codebase checks?▼

Automated quality gates can be established by running full-repo audits periodically to evaluate coding standards, tests, and architecture, producing a final 0-100 score and severity-based results report.

Do I need to manually define coding standards for a codebase audit?▼

No, the audit reads existing project conventions and knowledge packs directly to evaluate the codebase against your established standards without requiring manual standard definitions.