reviewing-ai-output-groundedness

Reviews AI output claim by claim against retrieved sources to verify groundedness and citations.

113|17|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/jaktestowac/awesome-copilot-for-testers --skill reviewing-ai-output-groundedness-jaktestowac
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reviewing-ai-output-groundedness
Source: https://github.com/jaktestowac/awesome-copilot-for-testers/tree/main/plugins/reviewing-ai-output-groundedness/skills/reviewing-ai-output-groundedness
Command: npx skills add https://github.com/jaktestowac/awesome-copilot-for-testers --skill reviewing-ai-output-groundedness-jaktestowac

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Automated eval suites cannot tell whether a fluent, well-cited AI answer is actually supported by its sources. This Skill provides a human review protocol that decomposes RAG and summarisation output into atomic claims, verifies each against the sources actually retrieved, and produces a defensible attestation instead of a misleading percentage. ## Core Features & Use Cases - Claim-by-claim verification: Split each output into atomic claims and classify each as grounded, fabricated, contradicted, conflated, stale, unsupported inference, or unverifiable. - Citation and omission checks: Verify that each citation exists, was retrieved, and supports its claim, and detect material caveats the output silently dropped. - Retrieval vs generation diagnosis: Attribute every ungrounded claim to retrieval, generation, or coverage so fixes target the right layer. - Responsible-AI pass: Check harm, bias, privacy, disclosure, refusal behaviour, and confidence calibration on the same sample. - Use Case: Before launching a refund-policy assistant, sample 25 outputs with their retrieved sources, verify all 143 claims, find fabricated figures and a bad citation, and record an attestation with limitations that becomes release evidence. ## Quick Start Review a sample of outputs from my RAG feature against their retrieved sources and produce a groundedness attestation with claim-level verdicts.

Frequently Asked Questions about reviewing-ai-output-groundedness

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

FAQPage Schema
How do I review RAG output for hallucinations?▼

Decompose each output into atomic claims and verify each against the sources actually retrieved for that query, not the whole corpus. Classify every claim as grounded, fabricated, contradicted, conflated, stale, unsupported inference, or unverifiable, then attribute failures to retrieval or generation.

How to check if AI citations actually support their claims?▼

Run three checks per citation: the document exists, it was in the retrieval set for that query, and it supports the specific claim attached to it. The third check fails most often, since a real retrieved document discussing the topic but not the claim passes automated citation-resolution checks.

What sample size is needed for a groundedness review?▼

A working review uses 20-30 outputs: roughly 10 random from real traffic, 6 hard cases, 5 high-stakes cases, and 4 user-reported cases. Below ten outputs the result is a spot check, not a review, and the sample must not carry across model or prompt changes.

Can automated evals replace human groundedness review?▼

No. Eval suites catch structural regressions and approximate faithfulness with a judge, but cannot reliably detect a fluent, well-cited claim that is quietly wrong for the domain. Human review is sampled rather than exhaustive and ends in an attestation with stated limitations, not a score.

Why does my RAG feature produce confident but wrong answers?▼

Common causes are retrieval failures where the right document was never fetched, generation failures where a retrieved document was misread or contradicted, and coverage gaps where no source exists. Diagnosing which layer failed per claim prevents weeks of prompt engineering spent fixing an indexing bug.

What are the limitations of a manual groundedness review?▼

It is sampled, not exhaustive, so results carry explicit limitations such as languages, tenants, or time periods excluded. It also cannot transfer across model or prompt changes, and its output is an attestation with a stated factuality bar, never a percentage presented as a guarantee.