run_static_analysis
Analyze code for unused variables, dead code, type errors, and syntax issues using native linters and compilers instead of LLM guessing. Supports TypeScript, Python, Rust, and Go.
Instructions
Run the project's native linter/compiler to find unused variables, dead code, type errors, and syntax issues. Delegates detection to deterministic tools instead of LLM guessing. Supports TypeScript, Python, Rust, Go.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_path | No | Specific file or folder to lint (relative to root). Omit for full project. |