backtest-diagnose
Installation
SKILL.md
Backtest Diagnosis
Overview
Use this skill when a user reports that a backtest failed, raised an error, or produced poor results.
Diagnostic Workflow
- Read existing artifacts: use
read_fileto inspectartifacts/metrics.csv,equity.csv, andtrades.csv - Read the code: use
read_fileto inspectcode/signal_engine.pyandconfig.json - Classify the issue: determine the root cause using the error taxonomy below
- Apply the fix: use
edit_fileto modify the code, then rerun the backtest - Verify the fix: use
read_fileto inspect the newmetrics.csv