skill-audit

Featured

Audit codebases for quality, consistency, and broken patterns — use for pre-release or tech debt review

AI & Automation 3,887 stars 365 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Systematic Audit Process ## Overview Comprehensive, methodical auditing to find issues, inconsistencies, and broken features across a codebase. **Core principle:** Define scope → Create checklist → Execute systematically → Report findings → Prioritize fixes. --- ## When to Use **Use this skill when user wants to:** - Audit entire application for issues - Find all instances of a problem pattern - Check for broken features systematically - Comprehensive quality verification - Identify inconsistencies across codebase **Do NOT use for:** - Security vulnerability scanning (use skill-security-audit) - Code quality review (use skill-code-review) - Single file searches (use Grep/Glob directly) - Performance profiling --- ## The Process ### Phase 1: Scope Definition #### Step 1: Understand Audit Objectives ```markdown **Audit Objectives:** What to audit: [app features, code patterns, specific issues] Why auditing: [what prompted this, what problem are we solving] Scope: [entire app, specific module, particular feature set] Depth: [surface-level or deep inspection] ``` #### Step 2: Define Audit Criteria Use AskUserQuestion if needed: ```markdown **Audit Focus:** Which aspects should I audit? 1. Functional - Do features work as expected? 2. Consistency - Are patterns applied uniformly? 3. Completeness - Are implementations finished? 4. Quality - Is code maintainable? 5. User-facing - Does UI/UX work correctly? 6. Integration - Do components work together? ``` #### St...

Details

Author
nyldn
Repository
nyldn/claude-octopus
Created
6 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category