From audit-fleet
This skill should be used when the user asks to orchestrate multi-lane audit-fleet execution with deterministic report contracts, strict lane handoffs, and synchronized consolidation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/audit-fleet:audit-fleet-orchestrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Coordinate lane execution so every specialist report is contract-compliant before consolidation.
Coordinate lane execution so every specialist report is contract-compliant before consolidation.
Use when requests include:
All audit-fleet outputs must preserve this exact section order:
All Findings entries must include these keys exactly:
Severity enum is strict: critical | warning | info.
All lanes are read-only on target source. Each lane can write only its assigned report file.
npx claudepluginhub nsalvacao/nsalvacao-claude-code-plugins --plugin audit-fleetOrchestrates parallel full project audits by dispatching 5 atomic skills (coverage, lifecycle, standards, reviews, processes) to Papyrus workspace for deduplication. Emits aggregated findings for CI gates or pre-release reviews.
Orchestrates extensible code quality audits: discovers dimensions, builds DAG for phased parallel execution via subagents, each in isolated context window.
Iterative multi-agent code audit that detects project shape and risk signals, runs role-scoped reviewers, consolidates findings with a false-positive contract, and fixes critical/high issues in batches until clean.