← Back to all plugins

Codebase Audit Suite

Parallel auditors for security, quality, architecture, tests, and performance

$ /plugin add levnikolaevich/claude-code-skills --plugin codebase-audit-suite Copy

Skills

36 skills across 5 audit domains, each with a coordinator and parallel workers.

Skill IDDescription
Documentation
ln-610Coordinate 4 documentation audit workers
ln-611Check hierarchy, links, SSOT, freshness
ln-612Audit content against SCOPE and goals
ln-613Check WHY-not-WHAT, density, docstrings
ln-614Verify claims against codebase
Codebase Health
ln-620Coordinate 9 parallel audit workers
ln-621Secrets, injection, XSS, insecure deps
ln-622Compiler errors, deprecations, type errors
ln-623DRY, KISS/YAGNI, error handling, DI
ln-624Complexity, nesting, god classes, N+1
ln-625Outdated, unused, reinvented wheels, CVE
ln-626Unreachable code, unused imports/vars
ln-627Logging, health checks, metrics, tracing
ln-628Async races, thread safety, deadlocks
ln-629Bootstrap order, graceful shutdown
Test Suites
ln-630Coordinate 7 test audit workers
ln-631Detect tests validating framework not code
ln-632Validate E2E coverage for critical paths
ln-633Calculate test Usefulness Score
ln-634Identify missing critical business tests
ln-635Check isolation, determinism, anti-patterns
ln-636Audit manual test script quality
ln-637Audit test file organization
Architecture
ln-640Audit patterns against best practices
ln-641Analyze pattern, calculate 4 scores
ln-642Check layer violations, transactions
ln-643Layer leakage, missing DTOs, errors
ln-644Build dep graph, detect cycles
ln-645Find OSS alternatives for custom code
ln-646File hygiene, conventions, naming
ln-647Env var sync, defaults, validation
Persistence
ln-650Coordinate 4 persistence workers
ln-651N+1, over-fetching, missing bulk ops
ln-652Transaction scope, rollback handling
ln-653Blocking IO, unnecessary allocations
ln-654Session scope, pool config, leaks

How it works

5 domain coordinators (ln-610, ln-620, ln-630, ln-640, ln-650) each launch their workers in parallel. Workers produce individual reports that get aggregated into a unified audit summary.

Run a single coordinator for a focused audit, or run multiple coordinators for comprehensive coverage.

Quick start

# Full codebase audit
ln-620-codebase-auditor

# Documentation audit only
ln-610-docs-auditor

# Test suite audit only
ln-630-test-auditor