recommend_checks
Identifies relevant validation tools by analyzing code for HTML, CSS, JavaScript, JSX, and custom element patterns, returning a prioritized list.
Instructions
Analyzes code to determine which validation tools are most relevant — detects HTML, CSS, JavaScript, and JSX patterns, identifies custom element tags, and returns a prioritized list of tool names. Use this as a meta-tool to discover which validators to run on a given piece of code without running them all.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codeText | Yes | The code to analyze for determining which validation tools are relevant. |