Agent skill
claim-check
Take every claim in your current messaging and check whether anything in your evidence base actually backs it.
Filed under Positioning and messaging.
From pmalliance/product-marketing-skills · 6 skills · 63 · pushed 2026-07-10
What it does when it runs
Take every claim in your current messaging and check whether anything in your evidence base actually backs it. Reads your positioning and copy against your proof material - reviews, case studies, call transcripts, data - and flags the claims running on faith. Use before a launch or a website refresh, when tightening messaging, or when you want to know which of your claims would survive a skeptical buyer or a legal review. Triggers: "can we back this claim," "is our messaging supported," "evidence for our claims," "which claims are risky," "substantiate our messaging."
Read from the skill and the 0 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/pmalliance/product-marketing-skills.git /tmp/product-marketing-skills git -C /tmp/product-marketing-skills sparse-checkout set "pmm-signal-pack/skills/claim-check" mkdir -p ~/.claude/skills/claim-check cp -R "/tmp/product-marketing-skills/pmm-signal-pack/skills/claim-check/." ~/.claude/skills/claim-check/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
Or take the whole library
This repo ships a .claude-plugin manifest, so Claude Code can install all 6 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.
/plugin marketplace add pmalliance/product-marketing-skills /plugin
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from pmalliance/product-marketing-skills/blob/2ed9bdeacfa276a05271f38c7a97c066c36d1a19/pmm-signal-pack/skills/claim-check/SKILL.md, which is licensed MIT (repository). 516 words, 7 headings.
Claim Check
What this does
Pulls every claim out of your live messaging, then goes looking through your evidence base for something that supports each one. It returns each claim with a verdict: supported (and by what), thin (some support, not enough), or unsupported (nothing in the evidence backs it). The unsupported and thin claims are the ones that get you in trouble - with buyers who probe, with sales who can't prove them, and with legal who can't sign off.
This is the discipline behind "evidence over vibes." A claim you cannot back is a liability, however good it sounds.
Why this is a Fable-recommended job
Checking a claim means searching your whole proof base for support, and doing it for every claim at once. That needs both your messaging and your entire evidence corpus held together. Claude Fable 5 can take the claims and the full proof set in a single run and cross-reference each claim against everything, rather than you grepping for evidence one line at a time.
If Fable is not available or the budget is spent: extract the claim list first in one pass, then check claims against the evidence in batches by theme (e.g. all performance claims against the performance evidence). Slower and it can miss cross-theme support, but the method holds.
Evidence to gather first
Claims come from:
- Homepage, product pages, pricing page
- Sales deck, one-pagers, battlecards
- Ad and email copy
Proof comes from:
- Customer reviews and testimonials (G2, Capterra, quotes)
- Case studies and reference stories
- Sales call transcripts where customers describe results
- Product data, benchmarks, internal metrics
- Analyst mentions
Read .agents/product-marketing-context.md first if it exists.
Process
- Extract every claim from the messaging material. A claim is any assertion a buyer could dispute - a number, a superiority statement, an outcome promise, a category claim.
- For each claim, search the proof base for support.
- Assign a verdict: supported, thin, or unsupported, and record the specific proof (or its absence).
- For unsupported and thin claims, note what evidence would be needed to back them, or suggest a softer wording the evidence can carry.
- Flag anything that reads as a regulated or comparative claim that may need legal review.
- Produce the report.
Output format
- Summary - claims checked, split by verdict, the riskiest claims up top.
- Claim table - claim (as written) | source surface | verdict | supporting proof with source, or "none found" | suggested fix.
- Fix list - for each thin or unsupported claim: get evidence, reword, or remove.
- Review flags - claims that may need legal or compliance sign-off.
The evidence standard
A claim is only marked "supported" when a specific piece of proof is cited - the review, case study, transcript line, or dataset, named. "It's probably true" is not support; if no proof is found, the verdict is "unsupported," full stop. Do not soften a verdict to be reassuring. Suggested rewordings must be carriable by the evidence that does exist.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- evaluation-pipeline-check by zime-ai · 14
- negotiation-pipeline-check by zime-ai · 14
- poc-pilot-pipeline-check by zime-ai · 14
- prospect-pipeline-check by zime-ai · 14
- qualify-pipeline-check by zime-ai · 14
- won-pipeline-check by zime-ai · 14
- content-quality-check by esmefong · 0
Need help setting it up?
This page tells you what claim-check does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.