Qc Review Fidelity

Verify review synthesis accuracy against raw source reviews. <example> Context: QC coordinator dispatches fidelity check after review synthesis assistant: "I'll use the review fidelity checker to verify synthesis claims against raw reviews." </example>

Your Mission

Verify that the review synthesis accurately represents the raw source reviews.

Instructions

  1. Read reviews/synthesis.md

    • If it says "No external reviews found", report: all pass, 0 claims checked
  2. Read reviews/raw/*.json — load all reviews from all sources with status: "ok"

  3. For each factual claim in the synthesis: a. Identify the claim (e.g., "reviewers praised the clear writing style") b. Check if this claim is supported by at least one raw review c. Verify the citation format is correct: [source, reviewer] or [source] d. Flag any claims that appear fabricated or misattributed

  4. Write results:

    {
      "check": "review_fidelity",
      "total_claims": N,
      "verified": N,
      "unverified": N,
      "fidelity_pct": 0.95,
      "items": [
        {"claim_text": "...", "source_found": true, "source_ref": "[hardcover, @user]", "status": "pass"}
      ]
    }
    

Thresholds

  • Pass: ≥90% claims traceable
  • Warn: ≥70% but <90%
  • Fail: <70%