audit

Audit codebases across seven dimensions and report findings by severity.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/g-zenr/relay-api --skill audit-g-zenr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/g-zenr/relay-api/tree/main/.claude/skills/audit
Command: npx skills add https://github.com/g-zenr/relay-api --skill audit-g-zenr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of identifying critical issues within a codebase, ensuring code quality, maintainability, and security.

Core Features & Use Cases

  • Multi-dimensional Analysis: Covers layer boundaries, dead code, concurrency, observability, code quality, API contracts, and test coverage.
  • Severity Reporting: Identifies and categorizes findings by severity (Critical, High, Medium, Low).
  • Use Case: A development team can use this Skill before a major release to proactively catch bugs, security vulnerabilities, and performance bottlenecks, leading to a more stable and robust product.

Quick Start

Run a full audit of the codebase, reporting all findings by severity.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I run a comprehensive code audit to identify security vulnerabilities and dead code?

A comprehensive code audit evaluates your codebase across seven dimensions: layer boundaries, dead code, concurrency, observability, code quality, API contracts, and test coverage. It categorizes findings by severity and provides specific remediation guidance for each issue.

What is codebase observability and how does it affect maintainability?

Codebase observability is the capacity to monitor internal states during execution, evaluated as a key dimension during a code audit. Assessing it alongside layer boundaries and API contracts helps identify architectural weaknesses that reduce long-term maintainability.

Can I use a code audit to check test coverage and API contracts before a major release?

Yes, you can run a full codebase audit to proatively evaluate test coverage and validate API contracts before a release. The audit reports findings by severity, helping development teams catch bugs and performance bottlenecks early for a more robust product.

What's the best way to find concurrency issues and layer boundary violations in my code?

The best way to find concurrency issues and layer boundary violations is through a multi-dimensional code audit. This process scans the entire codebase, categorizes the discovered defects by severity level, and delivers specific remediation guidance for each identified problem.

Do I need any specific dependencies to perform a multi-dimensional code quality analysis?

No external dependencies are required to perform this multi-dimensional code quality analysis. The audit runs directly on your codebase to assess security, maintainability, and code quality, generating severity-categorized reports with actionable remediation steps.