neuron_audit_page
Run all quality audits on a page in one call: accessibility, security, performance, SEO, and console errors. Get a combined report instead of five separate checks.
Instructions
Run all quality audits on a page in one call — accessibility (WCAG), security scan, performance snapshot, SEO audit, and console errors. Returns a combined report. Replaces 5 separate tool calls (a11y_audit + security_scan + perf_snapshot + seo_audit + get_errors).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Chrome tab ID to audit | |
| audits | No | Which audits to run (default: all). Options: a11y, security, performance, seo, errors |