audit_repo
Scans local React, Vue, Svelte, and HTML code for missing alt text, unlabeled buttons, inputs, and links to improve accessibility.
Instructions
[audit] Static UX + a11y scan of a local codebase tree (React/Vue/Svelte components, HTML templates). Detects missing alt text, unlabeled buttons/inputs/links, placeholder labels. For live pages use audit_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to codebase root | |
| include | No | Glob patterns for files to include | |
| exclude | No | Glob patterns for files to exclude | |
| mode | No | Analysis depth: basic (first 50 files), standard (200), deep (500) | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |