From agi-super-team
Runs a two-pass multidisciplinary code audit with security, performance, UX, DX, and edge-case analysis, producing a prioritized remediation report. Use for deep reviews, stress-testing, or risk-ranked fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:agent-skills-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run an expert-panel audit with strict sequencing and one unified output document.
Run an expert-panel audit with strict sequencing and one unified output document. Produce findings first, sorted by severity, with file references, exploit/perf/flow impact, and actionable fixes.
Load references/audit-framework.md before starting the analysis.
Collect or infer the following:
If product context is missing, state assumptions explicitly and continue.
Use exactly these roles:
The tie-breaker lead resolves conflicts, prioritizes issues, and produces the final single report.
Follow this sequence every time:
Build Context Read code + product flows. Identify assets, entry points, high-risk operations, privileged actions, external dependencies, and "failure hurts" journeys.
Build Invariant Coverage Matrix Before specialist pass 1, map critical invariants to every mutating path (HTTP routes, webhooks, async jobs, scripts):
references/audit-framework.md.Enforce these requirements:
Apply these guardrails while auditing:
Follow this response structure:
Findings
List only validated issues. Use the finding schema in references/audit-framework.md.
Open Questions / Assumptions State missing context that could change priority or validity.
Change Summary Summarize high-impact remediation themes in a few lines.
Suggested Verification List focused tests/checks to confirm each major fix.
When the target stack is Bun + SQLite, apply the runtime-specific checklist in references/audit-framework.md (Runtime-Specific Heuristics (Bun + SQLite)) before finalizing findings.
npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamRuns mechanical checks (build, typecheck, lint, tests, secrets scan) then dispatches specialist reviewers and produces a scored codebase health report. Use for code quality, security, or performance audits.
Iterative multi-agent code audit that fixes critical/high findings across a selected scope. Use for deep code audits, release-readiness reviews, or post-refactor risk sweeps.
Audits codebases across 30 dimensions (security, compliance, architecture, performance, UX, etc.), produces structured reports under /docs/audits/, and files remediation tickets.