launch-auditlisted
Install: claude install-skill parisgroup-ai/imersao-ia-setup
# Pre-Launch Quality Audit
## How to Use
This skill activates automatically — no special commands needed. Just say what you want in natural language.
### Full Audit (reviews the entire app)
Say any of these:
- "faz um pente fino no projeto"
- "está pronto pra lançar?"
- "roda uma auditoria completa"
- "is this ready to ship?"
- "quality check before launch"
- "score the codebase"
What happens: explores the project → runs 7 audit phases (security, functional, domain data, visual, performance, tests, polish) → generates a scorecard with grades and a launch verdict.
### Deep Dive (audits one specific flow in detail)
Say any of these:
- "audita o wizard"
- "deep dive no fluxo de checkout"
- "rastreia os dados do onboarding"
- "revisa o fluxo de pagamento"
- "audita o fluxo de cadastro de paciente"
What happens: explores the project → maps every file in that specific flow → traces each data field step by step → audits every button and interaction → checks AI calls and external services → generates a focused report.
### Running both
You can run a Full Audit first, then ask for a Deep Dive on a specific flow that needs more attention. They complement each other.
---
## Mode Detection (for the AI)
Detect which mode to use based on the user's request:
**Full Audit** — user mentions the whole app or general quality:
- → Run Stage 1 (Discovery) → Stage 2 (7-Phase Audit) → Stage 3 (Scorecard)
**Deep Dive** — user mentions a specific flow, feature, or multi-step process:
-