audit

Run a multi-dimensional audit on an application or codebase.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/TopengDev/pi-setup --skill audit-topengdev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/TopengDev/pi-setup/tree/main/skills/audit
Command: npx skills add https://github.com/TopengDev/pi-setup --skill audit-topengdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @earendil-works/pi-coding-agent, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a multi-dimensional audit of an application, detecting its type, adapting the audit lens roster, and producing a severity-graded report with an optional auto-fix feature.

Core Features & Use Cases

  • Multi-Dimensional Audit: Comprehensive audit across quality, security, performance, accessibility, biz-logic, data-integrity, and reliability.
  • Adaptive Lens Roster: Automatically adjusts the audit lens based on the detected project type (web-app, backend-service, data-pipeline, CLI/TUI, library, infra-as-code).
  • Parallel Lens Agents: Runs the audit lenses in parallel for efficient analysis.
  • Auto-Fix Feature: Optionally fix issues with re-validation.
  • Use Case: Use this Skill to audit a web application and automatically fix identified issues to improve its readiness for production.

Quick Start

/audit path/to/repo

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 across multiple dimensions like security and performance?▼

The audit Skill detects your project type and adapts its lens roster to run a multi-dimensional code audit. It uses parallel lens agents to evaluate quality, security, performance, accessibility, biz-logic, data-integrity, and reliability, generating a severity-graded report of all findings.

Can I automatically fix issues detected during an application analysis?▼

Yes, the audit Skill includes an optional auto-fix feature. After classifying the findings from your application analysis, it can automatically fix the identified issues and perform re-validation to ensure the codebase is corrected.

Does the audit tool support different project types like backend services and data pipelines?▼

Yes, the audit tool supports web-app, backend-service, data-pipeline, CLI/TUI, library, and infra-as-code project types. It automatically detects your project type and adapts the audit lens roster accordingly to ensure an accurate application analysis.

Do I need any specific coding agent dependency to perform an automated codebase review?▼

Yes, you need the pi-coding-agent dependency to perform an automated codebase review. This tool is required to run the parallel lens agents, classify findings, and optionally auto-fix issues identified during the multi-dimensional audit.

What is the best way to audit a web application for production readiness?▼

The best way to audit a web application for production readiness is using the audit Skill. It runs parallel lens agents across quality, security, performance, and reliability dimensions, produces a severity-graded report, and can optionally auto-fix identified issues to improve readiness.