backtest-diagnose

Diagnose trading backtest errors and provide repair instructions.

Updated May 25, 2026
One-click install
npx skills add https://github.com/NigarumOvum/AutoTrading --skill backtest-diagnose-nigarumovum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backtest-diagnose
Source: https://github.com/NigarumOvum/AutoTrading/tree/main/Vibe-Trading/agent/src/skills/backtest-diagnose
Command: npx skills add https://github.com/NigarumOvum/AutoTrading --skill backtest-diagnose-nigarumovum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The backtest-diagnose skill helps diagnose and fix failed or underperforming backtests in trading strategies, enabling precise issue identification and effective resolution.

Core Features & Use Cases

  • Error Identification: Determines the root cause of failures or errors in trading backtests.
  • Code Review: Inspects both code and configuration files for issues.
  • Issue Fixing: Provides step-by-step guidance for fixing identified issues.
  • Validation: Validates fixes through rerunning the backtest.

Quick Start

Run the backtest-diagnose skill on your trading backtest to automatically detect and fix issues.

Frequently Asked Questions about backtest-diagnose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my trading backtest fail or return inaccurate results?

Trading backtests often fail due to missing dependencies, incorrect data handling, or logic bugs. Diagnosing these issues requires reviewing both code and configuration files to identify root causes and apply precise repair instructions for stability.

How do I diagnose errors in my trading strategy backtest?

To diagnose backtest errors, inspect your code and configuration files to detect incorrect data handling or logic bugs. Once root causes are identified, apply step-by-step repair instructions and validate the fixes by rerunning the backtest.

Can I use automated code review to find configuration issues in my backtest?

Yes, automated code review can inspect both code and configuration files to identify issues causing backtest failures. It detects incorrect data handling and logic bugs, providing step-by-step guidance to fix identified issues and validate backtest stability.

How do I validate fixes after resolving backtest issues?

To validate backtest fixes, rerun the trading backtest after applying repair instructions. This validation process ensures the identified logic bugs and data handling issues are resolved, verifying overall backtest stability and performance.