backtest-debugger
CommunityDiagnose and fix broken backtests fast.
Finance & Accounting#debugging#python#backtesting#signal engine#equity curve#trade diagnostics#strategy QA
Authorloanntc
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Backtests that fail or produce poor performance are hard to debug without systematically inspecting both the outputs and the underlying signal logic; this Skill identifies the root cause and guides targeted repairs.
Core Features & Use Cases
- Artifact-driven diagnosis: Inspects
artifacts/metrics.csv,artifacts/equity.csv, andartifacts/trades.csvto classify failures such as runtime errors, abnormal results, and suspicious trading behavior. - Code-focused root-cause analysis: Reviews
code/signal_engine.pyandconfig.jsonto pinpoint issues like data mapping mismatches, sizing logic bugs, missing exit handling, or dependency-related runtime errors. - Verification with guardrails: Applies a fix via
edit_file, reruns the backtest, and validates outcomes by re-checking updatedmetrics.csv(including hard-gate checks like non-empty artifacts, NaN-free equity, andexit_code == 0).
Quick Start
Use the backtest-debugger skill to diagnose why your backtest failed or underperformed by inspecting the generated artifacts and updating the signal engine code until the rerun passes validation.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: backtest-debugger Download link: https://github.com/loanntc/Paave/archive/main.zip#backtest-debugger Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.