Agent skill · Code Review & Quality

edge-strategy-reviewer

Critically review strategy drafts from edge-strategy-designer for edge plausibility, overfitting risk, sample size adequacy, and execution realism. Use when strategy_drafts/*.yaml exists and needs quality gate before pipeline export. Outputs PASS/REVISE/REJECT verdicts with confidence scores.

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeships scriptsMIT
Install
npx skills add BaggaT236/AI-Trading-Skills --skill edge-strategy-reviewer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 3 KB
Bundled scripts: yes
Path: skills/edge-strategy-reviewer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 118
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Edge Strategy Reviewer Deterministic quality gate for strategy drafts produced by `edge-strategy-designer`. ## When to Use - After `edge-strategy-designer` generates `strategy_drafts/*.yaml` - Before exporting drafts to `edge-candidate-agent` via the pipeline - When manually validating a draft strategy for edge plausibility ## Prerequisites - Strategy draft YAML files (output of `edge-strategy-designer`) - Python 3.10+ with PyYAML ## Workflow 1. Load draft YAML files from `--drafts-dir` or a single `--draft` file 2. Evaluate each draft against 8 criteria (C1-C8) with weighted scoring 3. Compute confidence score (weighted average of all criteria) 4. Determine verdict: PASS / REVISE / REJECT 5. Assess export eligibility (PASS + export_ready_v1 + exportable family) 6. Write review output (YAML or JSON) and optional markdown summary ## Review Criteria | # | Criterion | Weight | Key Checks | |---|-----------|--------|------------| | C1 | Edge Plausibility | 20 | Thesis quality, domain terms, mechanism keywords (continuous 50-95) | | C2 | Overfitting Risk | 20 | 5-tier filter count scoring (90/80/60/40/10), precise threshold penalty | | C3 | Sample Adequacy | 15 | Continuous scoring fr

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Workflow
  4. Review Criteria
  5. Verdict Logic
  6. Running the Script
  7. Output Format
  8. Resources
Ships with 5 files
  • references/overfitting_checklist.md
  • references/review_criteria.md
  • scripts/review_strategy_drafts.py
  • scripts/tests/conftest.py
  • scripts/tests/test_review_strategy_drafts.py
Commands it runs
Review all drafts in a directory
python3 skills/edge-strategy-reviewer/scripts/review_strategy_drafts.py \
Single draft review
JSON output with markdown summary
Strict export mode: export-eligible drafts with any warn → REVISE
More from AI-Trading-Skills
All skills →
About this skill
What does the edge-strategy-reviewer skill do?

Critically review strategy drafts from edge-strategy-designer for edge plausibility, overfitting risk, sample size adequacy, and execution realism. Use when strategy_drafts/*.yaml exists and needs quality gate before pipeline export. Outputs PASS/REVISE/REJECT verdicts with confidence scores.

How do I install it?

Run `npx skills add BaggaT236/AI-Trading-Skills --skill edge-strategy-reviewer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BaggaT236/AI-Trading-Skills, a repository with 118 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going