Results Document Verifier

free skill · knowledge-ops

Check a results write up for claims that were asserted rather than verified, before anyone acts on it.

Install it
bash
/plugin marketplace add mambalabsdev/mamba-labs-skills

What it does

The failure in results documents is not lying, it is asserting. A claim that a fix worked, backed by a test that could not have failed, reads exactly like a verified claim. This skill checks each claim against its evidence and asks the one question that separates them: could this check have come out the other way.

When to use it

  • review this report
  • check these results before I send them
  • did this actually work
  • verify this write up
  • results review

What it needs from you

  • document: the results write up
  • evidence: what was actually run or measured

How it works

  1. Extract every claim as a separate line. A paragraph containing four claims will be reviewed as one, which is how three of them get through.
  2. For each claim, find the evidence. Not the reasoning, the evidence: a count, an output, a measurement, a run.
  3. Ask the discriminating question per claim: could the check have failed. A test that passes on both the fixed and the unfixed system proves nothing and is the most common defect in results documents.
  4. Check that numbers were read after the last write, not before, since a count taken mid run is a different number.
  5. Flag every claim that rests on an absence: nothing broke, no errors appeared, nobody complained. An absence is only evidence if something was watching.
  6. Flag comparisons against a baseline that was not measured, which is where percentage improvements usually come from.
  7. Return the claims in three buckets: verified, asserted, and unverifiable as written, and say for the second bucket what evidence would move it to the first.

What you get back

The claim by claim table with evidence, the discriminating question result, and the three bucket classification with the missing evidence named per asserted claim.

The quality bar

  • Every claim is extracted separately
  • Each claim is tested with could this check have failed
  • Claims resting on an absence are flagged
  • Unmeasured baselines are flagged
  • Asserted claims name the evidence that would verify them

Where it runs

  • Claude Code
  • Codex CLI
  • Cursor
  • MCP-compatible agents

Get the skill

We will email you the install command and a link to the skill. No account, no purchase.