review_code_quality
Scan TypeScript code for structural issues like as any casts, empty catches, and TODO comments before an LLM review to save token costs.
Instructions
Static analysis pre-filter for Codex. Scans TypeScript files for as any casts, empty catch blocks, hardcoded secrets, console.log, TODO comments, and other structural issues — all without calling an LLM. Run before Codex review to save token costs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspacePath | Yes | Repository or workspace path to scan. | |
| files | No | Specific file paths (relative to workspace). Default: all src/**/*.ts plus tests/**/*.ts. | |
| checks | No | Specific checks to run. Default: all. | |
| maxFindings | No | Max findings to return. |