run_relevant_checks
Select and run only the relevant checks for changed files (syntax, lint, typecheck, tests) to verify an AI agent's work. Never installs anything.
Instructions
Select the cheapest meaningful checks for the changed files (syntax, lint, typecheck, targeted tests, build when deps/config changed, Playwright for UI changes if configured) and run them. Never installs anything. dry_run=true only lists the selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown (compact handoff) or json (full structured report). | markdown |
| dry_run | No | ||
| repo_path | Yes | Absolute path to (a directory inside) the git repository. |