argus_audit_full
Run a comprehensive QA audit on any URL using Lighthouse, responsive design checks, memory leak detection, hover-state bug analysis, and accessibility tree snapshot. Get a structured JSON report with issues grouped by severity.
Instructions
Run a deep QA pass on a URL using all analyzers — Lighthouse performance/accessibility scoring, responsive layout checks across mobile/tablet/desktop viewports, memory leak detection via heap snapshot, hover-state bug detection, and accessibility tree snapshot. Returns a full JSON report with findings grouped by severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL to audit (e.g. https://example.com/dashboard) | |
| critical | No | Mark this route as critical — console errors are escalated to critical severity |