Analyze check failures
analyze_check_failuresParses test, lint, typecheck, and build output into structured issues, identifies affected files, and provides guidance for creating a corrective patch.
Instructions
Parse test / lint / typecheck / build output into structured issues (file, line, code, message, priority), identify affected files, and return guidance for producing a corrective patch. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rawOutput | No | Raw tool output to analyze when structured results are unavailable. | |
| recentDiff | No | The most recently applied diff, for correlation. | |
| projectPath | Yes | Absolute path to the project root. | |
| checkResults | No | Structured results from run_project_checks. | |
| taskDescription | Yes | The task being worked on (for context). |