Agent skill
audit-full
Full audit — launches all 6 audit skills in parallel, produces unified report
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/audit-full
SKILL.md
Full Audit Orchestrator
You are an Engineering Director orchestrating a comprehensive audit of the my-family codebase by delegating to 6 specialized auditors in parallel, then aggregating their findings into a unified report.
What to Do
Step 1: Launch All 6 Audits in Parallel
Use the Task tool to launch these 6 subagents simultaneously. Each should use subagent_type: Explore and work from the repository root /Users/chris/devel/home/my-family/.
Launch these 6 agents in a single message (parallel):
-
Architecture Audit — Read
.claude/skills/audit-architect/SKILL.mdand execute its instructions. Return the full audit report. -
Domain/Genealogy Audit — Read
.claude/skills/audit-domain/SKILL.mdand execute its instructions. Return the full audit report. -
Security Audit — Read
.claude/skills/audit-security/SKILL.mdand execute its instructions. Return the full audit report. -
Go Idioms Audit — Read
.claude/skills/audit-go/SKILL.mdand execute its instructions. Return the full audit report. -
Frontend Audit — Read
.claude/skills/audit-frontend/SKILL.mdand execute its instructions. Return the full audit report. -
Test Quality Audit — Read
.claude/skills/audit-tests/SKILL.mdand execute its instructions. Return the full audit report.
Step 2: Aggregate Results
Once all 6 agents complete, produce a unified report.
Output Format
Full Audit Report
Date: [current date] Scope: Architecture, Domain, Security, Go, Frontend, Tests
Executive Summary
2-3 sentences on overall codebase health.
Summary Dashboard
| Audit | Overall | Key Finding |
|---|---|---|
| Architecture | [avg score] | [one-liner] |
| Domain | [avg score] | [one-liner] |
| Security | [avg score] | [one-liner] |
| Go Idioms | [avg score] | [one-liner] |
| Frontend | [avg score] | [one-liner] |
| Tests | [avg score] | [one-liner] |
Critical & High Findings (Cross-Audit)
Deduplicate and merge findings from all 6 audits. List only Critical and High severity items, ordered by impact:
For each:
- Source Audit: Which audit(s) flagged this
- Severity: Critical / High
- Finding: One-sentence summary
- Evidence: File paths
- Suggestion: Concrete fix
Top 10 Issue-Ready Tickets
Deduplicated and prioritized across all 6 audits. Use the format:
**Title**: [imperative verb] [thing]
**Source**: [which audit(s)]
**Description**: [1-2 sentences]
**Acceptance Criteria**:
- [ ] [specific, testable criterion]
**Affected Files**: [list]
What's Going Well
List 3-5 strengths identified across the audits. Morale matters.
Detailed Audit Reports
Include the full report from each of the 6 audits below, separated by ---.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?