skill-audit

Audits codebases systematically for broken features, inconsistencies, and quality issues with prioritized findings.

Updated Aug 15, 2026
One-click install
npx skills add https://github.com/GongYuanCaiJi/dsh-claude-octopus --skill skill-audit-gongyuancaiji
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-audit
Source: https://github.com/GongYuanCaiJi/dsh-claude-octopus/tree/main/.claude/skills/skill-audit
Command: npx skills add https://github.com/GongYuanCaiJi/dsh-claude-octopus --skill skill-audit-gongyuancaiji

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ad-hoc code checks miss issues and produce no actionable plan. This Skill enforces a methodical five-phase audit process—scope definition, discovery, systematic execution, reporting, and remediation—so every relevant file and feature is checked against explicit criteria and findings are prioritized by severity. ## Core Features & Use Cases - Structured Audit Workflow: Guides you through scope definition, checklist creation, systematic execution, categorized reporting, and a prioritized fix plan. - Severity-Based Reporting: Classifies findings as Critical, Major, or Minor with statistics on pass/fail rates and coverage. - Ready-Made Templates: Includes audit templates for functional features, code patterns, and UI consistency, plus integration guidance with debugging and security-audit skills. - Use Case: Before a release, ask for a full-app audit to find broken forms, inconsistent buttons, and unfinished features, then receive a phased remediation plan with effort estimates. ## Quick Start Ask the AI to audit the entire app for broken features and produce a prioritized fix plan.

Frequently Asked Questions about skill-audit

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

FAQPage Schema
How do I audit an entire codebase for broken features?▼

Define the audit scope and criteria first, then use Glob and Grep to discover all audit targets and build a checklist. Execute each checklist item systematically, document pass/fail results with evidence, and categorize findings by severity before proposing fixes.

What is the difference between a code audit and a code review?▼

A code audit systematically checks the whole codebase against explicit criteria to find broken or inconsistent patterns, while a code review evaluates specific changes for quality. Use this audit process for comprehensive checks and a dedicated code review skill for pull-request-style feedback.

Can this audit process handle security vulnerability scanning?▼

No, security vulnerability scanning is explicitly out of scope and should be delegated to a dedicated security audit skill. This process covers functional, consistency, completeness, and quality checks only.

When should I not use a systematic codebase audit?▼

Skip it for single-file searches where Grep or Glob suffices, performance profiling, and security-specific scans. The full five-phase process is designed for broad, multi-area verification, not targeted lookups.

How are audit findings prioritized for fixing?▼

Findings are grouped into Critical (broken functionality), Major (degraded functionality), and Minor (inconsistencies). The remediation plan sequences fixes into phases with effort estimates, starting with critical issues.