audit

Runs a multi-agent audit swarm producing P0-P3 classified findings.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/manusco/wolfgang --skill audit-manusco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/manusco/wolfgang/tree/main/.cursor/skills/audit
Command: npx skills add https://github.com/manusco/wolfgang --skill audit-manusco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating security, code review, QA, and architecture audits manually is slow and inconsistent. This Skill routes the /audit command to a defined audit procedure that runs a swarm of specialized reviewers and returns prioritized findings. ## Core Features & Use Cases - Audit Swarm Execution: Runs security, review, QA, and architect agents as one coordinated audit procedure. - Prioritized Findings: Outputs findings classified by severity from P0 (critical) to P3 (minor). - Use Case: Before merging a large feature branch, invoke the audit to surface security vulnerabilities, code quality issues, and architectural concerns in a single severity-ranked report. ## Quick Start Ask the assistant to run the audit swarm on the current codebase and report P0-P3 classified findings.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I run a security and code review audit on my codebase?▼

Invoke the /audit command, which routes to the audit procedure skill and executes a swarm of security, review, QA, and architect agents. The result is a consolidated report of findings classified by severity.

What do P0-P3 severity classifications mean in audit findings?▼

P0-P3 is a priority ranking where P0 marks the most critical issues requiring immediate action and P3 marks minor issues. The audit output groups every finding into one of these severity levels.

What types of issues does an audit swarm detect?▼

The swarm covers four domains: security vulnerabilities, code review concerns, QA and testing gaps, and architectural problems. Each specialized agent contributes findings within its domain.

When should I run an audit instead of a standard code review?▼

Run the audit when you need broad, multi-domain coverage such as before a release or major merge. A standard review targets individual changes, while the audit swarm assesses security, quality, and architecture together.