This is a quality gate that sits between your strategy designer and the actual trading pipeline. It loads YAML strategy drafts and runs them through eight weighted criteria ranging from edge plausibility and overfitting risk to execution realism, then spits out PASS, REVISE, or REJECT verdicts with confidence scores. The scoring is deterministic and pretty opinionated, things like filter count penalties and precise threshold warnings that catch common backtest pitfalls. You'd run this before exporting anything to your candidate agent so you're not wasting compute on strategies that won't survive first contact with live data. The strict export mode is useful if you want zero warnings on production-bound drafts, though the default thresholds seem reasonable for most workflows.
npx skills add https://github.com/tradermonty/claude-trading-skills --skill edge-strategy-reviewer