AHK_Workflow_Analyze_Fix_Run
Analyze, fix, and run AutoHotkey scripts in one workflow. Fix syntax, style, and performance issues, preview changes, then execute the corrected script.
Instructions
Analyze→fix→verify→run workflow in one call. Fix types: syntax, style, performance, all. Use dryRun to preview, summaryOnly for minimal tokens.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the AHK file to analyze, fix, and optionally run | |
| autoFix | No | Automatically apply suggested fixes | |
| runAfterFix | No | Run the script after fixing (requires AutoHotkey v2 installed) | |
| fixTypes | No | Types of fixes to apply | |
| dryRun | No | Preview changes without applying them | |
| summaryOnly | No | Return only summary, not detailed analysis (minimal tokens) |