review-research-report

Reviews OpenXQuant trading research reports for semantic inconsistencies and decision-policy violations after QA checks.

116|38|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/xingwudao/open-xquant --skill review-research-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-research-report
Source: https://github.com/xingwudao/open-xquant/tree/main/agent/skills/review-research-report
Command: npx skills add https://github.com/xingwudao/open-xquant --skill review-research-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

open-xquant's deterministic quality assurance steps only verify file integrity, hash correctness, and basic formatting of research reports. Subtle semantic flaws like decision policy mismatches, misrepresented audit findings, unsubstantiated risk claims, and inconsistent chart narratives can slip through these checks, leading to unreliable strategy promotion decisions.

Core Features & Use Cases

  • Decision Consistency Validation: Verifies that the report's final strategy decision aligns with the declared decision policy, audit results, and robustness test outcomes, blocking promotion of strategies that fail declared constraints.
  • Audit & Robustness Fidelity Review: Confirms that all audit findings, reproducibility status, and robustness test results are accurately represented in the report, preventing vague language like "risk is controllable" from glossing over material warnings.
  • Numeric Claim Triage: Classifies unverified numeric warnings to separate actual report errors from facts registry gaps or low-impact appendix issues, ensuring critical metric mismatches are not missed.
  • Chart & Semantic Consistency Check: Validates that charts are readable, correctly ordered per the canonical report structure, and that the HTML version of the report matches the Markdown source without meaning changes. Use case: Quant researchers and AI agents building automated quant research workflows can use this skill to catch report flaws before finalizing strategy decisions, avoiding the promotion of strategies with hidden performance flaws or misrepresented risk profiles.

Quick Start

Use the review-research-report skill to audit the research report for run_id 20240520-001 after all deterministic QA steps have completed successfully.

Frequently Asked Questions about review-research-report

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

FAQPage Schema
How do I validate a quantitative trading research report for semantic inconsistencies?

You can validate report fidelity by reviewing completed open-xquant reports to identify semantic inconsistencies, decision policy violations, and artifact fidelity gaps that automated quality assurance checks fail to detect.

Why do open-xquant deterministic quality assurance checks miss report errors?

Deterministic quality assurance checks miss report errors because they only verify file integrity, hash correctness, and basic formatting, allowing subtle semantic flaws like decision policy mismatches and misrepresented audit findings to slip through undetected.

What is decision consistency validation in quantitative strategy research?

Decision consistency validation verifies that a report's final strategy decision aligns with the declared decision policy, audit results, and robustness test outcomes, blocking promotion of strategies that fail declared constraints.

Can I use this to check if chart narratives match backtest metrics in research reports?

Yes, the chart and semantic consistency check validates that charts are readable, correctly ordered per the canonical report structure, and confirms the HTML report version matches the Markdown source without meaning changes.

How do I audit research report fidelity for a specific open-xquant run?

To audit research report fidelity, use the review skill on the completed research report for a specific run_id after all deterministic open-xquant quality assurance steps have completed successfully.

When should I perform a post-generation report review for algorithmic strategy research?

Perform a post-generation report review when finalizing strategy promotion decisions, ensuring report conclusions, risk language, and visual narratives align with underlying quantitative artifacts and declared strategy constraints.