audit
Inspect web pages for accessibility, SEO, security, broken links, and more. Optionally save the full report to a specified path.
Instructions
One-call page audit, pick the kinds: accessibility, keyboard (tab order and focus issues), SEO, security headers, broken links, Core Web Vitals, unused CSS, resources (which plugin/theme/module/host slows the page), cache (is the CDN serving the new version). A summary line per kind; with save_to the full Markdown report with every finding. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Default skips keyboard, css (slow, approximate), resources and cache | |
| scope | No | a11y only: limit to this subtree | |
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one | |
| save_to | No | Absolute path: write the full Markdown report there and return the path instead of the content | |
| max_links | No | links only: cap on URLs fetched |