analyze_result
Analyzes command exit codes, outputs, and execution context to generate smart suggestions for post-mortem failure analysis.
Instructions
Analyze an already-executed command result and generate smart suggestions. Useful for post-mortem analysis and understanding failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stderr | No | Standard error from command | |
| stdout | No | Standard output from command | |
| command | Yes | Command that was executed | |
| context | No | Additional context for better suggestions | |
| duration | No | Execution duration in milliseconds | |
| exitCode | Yes | Exit code from command execution |