Run a full-stack health audit
run_fullstack_auditRun a full-stack health audit checking DB schema, API contracts, backend error logs, and RLS gaps, then returns a severity-ranked scorecard with fix hints in ~10 seconds.
Instructions
Fan out a full-stack health audit for the current project: DB schema + advisors, API contract gate results (Gates 3–8), recent backend error logs, and RLS gap detection. Returns a PM-readable scorecard with severity-ranked findings and fix hints. Requires the project to have a Supabase PAT configured (Settings → API Keys, slug: supabase) and supabase_project_ref set in project settings for backend analysis. The audit completes synchronously in ~10 s. Triggers a background gate run for orphan_endpoint and unknown_call gates if they have not run today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID to audit. Defaults to the configured project. |