edge-strategy-reviewer

Review trading strategy drafts for overfitting risk and execution realism.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/darkounus90/BOTTX3 --skill edge-strategy-reviewer-darkounus90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-strategy-reviewer
Source: https://github.com/darkounus90/BOTTX3/tree/main/.agents/skills/edge-strategy-reviewer
Command: npx skills add https://github.com/darkounus90/BOTTX3 --skill edge-strategy-reviewer-darkounus90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps automate the critical review of trading strategy drafts to identify issues related to plausibility, overfitting risk, sample size, and execution realism, enabling a quality gate before deploying to a production environment.

Core Features & Use Cases

  • Strategy Draft Review: Analyzes draft trading strategies against eight specific criteria for plausibility, overfitting, sample size, regime dependency, exit calibration, risk concentration, execution realism, and invalidation quality.
  • Output Verdict: Provides a PASS, REVISE, or REJECT verdict along with a confidence score for each review.
  • Use Case: Use this Skill after a strategy has been designed by another system or team member to automatically check for common errors and ensure the strategy is ready for further stages in the trading pipeline.

Quick Start

Run the review_strategy_drafts.py script to review all strategy drafts in the directory 'reports/edge_strategy_drafts/' and output the results to 'reports/'.

Frequently Asked Questions about edge-strategy-reviewer

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

FAQPage Schema
How do I review a trading strategy for overfitting risk and execution realism?

You can review trading strategy drafts for overfitting risk and execution realism by running an automated assessment script that analyzes them against eight criteria, outputting a PASS, REVISE, or REJECT verdict with a confidence score.

What is strategy invalidation quality and how does it affect risk management?

Strategy invalidation quality assesses how clearly a trading strategy defines its failure conditions. It impacts risk management by ensuring automated detection of when a strategy stops working and requires removal from production.

Can I use Python and PyYAML to automate trading strategy draft reviews?

Yes, you can use Python 3.10+ with PyYAML to automate trading strategy draft reviews. The script processes drafts from a specified directory and outputs weighted scoring results to assess plausibility and regime dependency.

Does automated strategy review check for sample size and regime dependency issues?

Yes, automated strategy review checks for sample size and regime dependency issues. It evaluates drafts against eight criteria to ensure adequate sample sizes and verify performance across different market regimes before deployment.

What is the best way to check trading strategy exit calibration and risk concentration?

The best way to check trading strategy exit calibration and risk concentration is to run a review script that applies weighted scoring to drafts, providing a quality gate that identifies misaligned exits and concentrated risk exposure.

What are the limitations of using automated scripts for trading strategy review?

A limitation of using automated scripts for trading strategy review is the requirement for Python 3.10+ and PyYAML. They apply weighted scoring to predefined criteria but cannot replace human judgment for complex, qualitative strategy assessment.