crawl_and_review
Crawl a website from a starting URL, discover internal links, and run accessibility and performance audits on each page with screenshots and metrics.
Instructions
Crawl multiple pages from a starting URL and run accessibility + performance audits on each. Discovers internal links from the start page, deduplicates them, and visits up to maxPages (default 5, max 10). Each page gets a screenshot, axe-core accessibility audit, and Performance API metrics. Does NOT run Lighthouse (too slow for multi-page). Use this to audit an entire site section quickly.
This tool is FREE — runs entirely within Claude Code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Starting URL to crawl from (e.g., http://localhost:3000) | |
| maxPages | No | Maximum number of pages to audit (1-10, default 5) | |
| codeDir | No | Optional code directory path (reserved for future use) |