diagnose_app_quality
Diagnose UI quality issues in shadcn/Tailwind apps from code or URL. Get scores, evidence locations, and fix categories to plan improvements.
Instructions
Diagnose UI quality for an existing shadcn/Tailwind app from code or a public URL.
Returns on success: App-quality diagnosis V2 with scores, issues, evidence locations, affected files, confidence, effort estimates, fix categories, and app graph summary.
Use this tool: before planning UI fixes, exporting a registry, or giving an AI editor context on real app design debt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | PR scope: emit only issues touching these repo-relative files. Whole-tree stats/scores are still computed — this reduces noise, not runtime. | |
| target | No | Local path or public URL to scan. Defaults to the current project root. | |
| maxFiles | No | Maximum source files to scan. |