code-audit

Analyze codebases for quality, security, and architecture issues and output a Markdown audit report.

1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/vultuk/coding-agent-skills --skill code-audit-vultuk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-audit
Source: https://github.com/vultuk/coding-agent-skills/tree/main/code-audit
Command: npx skills add https://github.com/vultuk/coding-agent-skills --skill code-audit-vultuk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps teams perform comprehensive audits of codebases to identify quality, security, maintainability, and architectural concerns, delivering structured reports that guide remediation.

Core Features & Use Cases

  • Discovery & Analysis: identify source files, dependencies, and potential risk areas across repositories.
  • Reporting: generate well-formatted Markdown audit reports with prioritized recommendations.
  • Automation & Integration: create GitHub issues for actionable findings and integrate with CI/CD workflows.

Quick Start

Run a full repository audit on the current project by issuing the audit command: audit this codebase.

Frequently Asked Questions about code-audit

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

FAQPage Schema
How do I automate a code audit to check SOLID and DRY compliance?

Automate code audits by analyzing repositories to check SOLID and DRY compliance, outputting a structured markdown report with prioritized recommendations for remediation.

Can I run a security vulnerability analysis on a targeted directory instead of a full repository?

Security vulnerability analysis supports targeted paths using optional scope and focus parameters, allowing you to audit specific directories rather than the full repository.

How do I generate GitHub issues from code quality audit findings?

Generate GitHub issues directly from code quality audit findings by using the automation and integration features to create actionable tickets for identified concerns.

What is the best way to identify architectural issues in an existing codebase?

Identify architectural issues by scanning the codebase to evaluate structure and performance, delivering a well-formatted markdown report that guides remediation efforts.

Does the code audit report include dependency risk analysis?

Code audit reports include dependency risk analysis by identifying source files and dependencies during the discovery and analysis phase across the repository.