audit

Audit codebases against development guidelines and plugin conventions.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/mesca/claude-plugins --skill audit-mesca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/mesca/claude-plugins/tree/main/plugins/wf/skills/audit
Command: npx skills add https://github.com/mesca/claude-plugins --skill audit-mesca

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Audits codebases to verify alignment with development guidelines and skill conventions, surfacing gaps in structure, contracts, tests, and configuration.

## Core Features & Use Cases

  • Structure & Architecture checks for project layout, src/<PACKAGE>/, layer boundaries, and ensured separation of concerns
  • Contracts & Models validation ensuring OpenAPI/OpenRPC contracts align with Pydantic models and project structure
  • Code Quality & Testing verification for docstrings, type hints, logging, test coverage, and Git workflow compliance

Quick Start

Run the audit workflow against your repository to identify structure, contracts, code, testing, and configuration issues.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I audit code quality and OpenAPI contract compliance at scale?

You can audit code quality and compliance by running a workflow that checks project structure, validates OpenAPI/OpenRPC contracts against Pydantic models, verifies test coverage, and enforces Git workflow practices with actionable remediation guidance.

What does a codebase compliance audit check for in project structure?

A codebase compliance audit checks project layout, src/<PACKAGE>/ directory structure, layer boundaries, and separation of concerns to ensure alignment with development guidelines and plugin conventions.

How do I verify OpenAPI and OpenRPC contracts align with Pydantic models?

To verify OpenAPI and OpenRPC contracts align with Pydantic models, run an audit that validates contract consistency against your project structure and model definitions, surfacing misalignments with actionable guidance.

Can I check test coverage and Git workflow compliance across my repository?

Yes, you can check test coverage and Git workflow compliance across your repository by running an audit workflow that verifies docstrings, type hints, logging practices, and test coverage alongside Git conventions.

What is the best way to find configuration and testing gaps in my codebase?

The best way to find configuration and testing gaps is to run a comprehensive codebase audit that applies checks across project structure, contracts, code quality, testing, and configuration, surfacing issues with remediation steps.