edge-strategy-reviewer

Review trading strategy drafts for edge plausibility and overfitting risk.

2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Fabio29T/Trading-Skills --skill edge-strategy-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-strategy-reviewer
Source: https://github.com/Fabio29T/Trading-Skills/tree/main/skills/edge-strategy-reviewer
Command: npx skills add https://github.com/Fabio29T/Trading-Skills --skill edge-strategy-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill acts as a crucial quality assurance step, rigorously evaluating trading strategy drafts to ensure they are plausible, robust, and realistic before they enter automated trading pipelines.

Core Features & Use Cases

  • Automated Review: Evaluates strategy drafts against predefined criteria like edge plausibility, overfitting risk, sample size, and execution realism.
  • Verdict Generation: Assigns a PASS, REVISE, or REJECT verdict with a confidence score.
  • Use Case: After a strategy design tool generates multiple draft strategies, use this Skill to automatically filter out the weak ones, flag those needing minor adjustments, and identify the truly viable candidates for further development or deployment.

Quick Start

Use the edge-strategy-reviewer skill to review all draft strategy files located in the 'reports/edge_strategy_drafts/' directory.

Frequently Asked Questions about edge-strategy-reviewer

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

FAQPage Schema
How do I check trading strategy drafts for overfitting and edge plausibility?

To check trading strategy drafts for overfitting and edge plausibility, you can use an automated review process that evaluates strategy logic against defined criteria and outputs PASS, REVISE, or REJECT verdicts with confidence scores.

What is automated strategy review and how does it assess backtesting risk?

Automated strategy review is a quality assurance step that assesses backtesting risk by critically evaluating sample size adequacy and execution realism to ensure trading strategies are robust before entering automated pipelines.

How do I validate execution realism in quantitative finance strategies?

You validate execution realism in quantitative finance strategies by passing strategy drafts through a critical review script that checks execution feasibility and assigns a confidence score for pipeline export eligibility.

Does the strategy review process require YAML configuration files?

The strategy review process supports YAML configuration files, as it depends on the PyYAML library to parse and validate strategy logic and criteria defined in YAML format.

What is the best way to filter weak trading strategies before deployment?

The best way to filter weak trading strategies is to use a quality gate that automatically reviews drafts for edge plausibility, flagging those needing minor adjustments with a REVISE verdict and rejecting non-viable candidates.