
Evidence Integrity Gate
Runs an ordered evidence-integrity gate over any AI draft — grade sources, ground claims, verify technical assertions, stress-test — then returns one PASS/REVISE/FAIL ship decision.
- Final gate before publishing a research summary
- Quality gate in a multi-agent RAG pipeline
- Auditing AI-drafted docs and READMEs before merge
$34
· or 170 creditsSecure checkout via Stripe
Included in download
- Final gate before publishing a research summary
- Quality gate in a multi-agent RAG pipeline
- file_read automation included
Sample input
Run the evidence integrity gate on this release note before I publish it. DRAFT: "Our new API eliminates latency and guarantees 100% uptime. It supports Node 16 and is 3x faster than v1." SOURCES: docs/api-reference.md, package.json, bench/results.json.
Sample output
=== EVIDENCE INTEGRITY GATE === Draft: release-note.md | Sources provided: 3 | Files checked: 3
VERDICT: FAIL
BLOCKING ISSUES (must fix before ship):
-
UNSUPPORTED: "guarantees 100% uptime" — no source supports this -> remove or qualify
-
CRITICAL: "supports Node 16" — package.json engines requires >=18.0.0 -> fix version claim
-
Stage 1 SOURCE LEDGER: 3 sources (2 RELY, 1 CORROBORATE, 0 AVOID)
-
Stage 2 SUBSTANTIATION: 4 claims (1 GROUNDED, 1 INFERRED, 0 WEAK, 1 UNSUPPORTED)
-
Stage 3 VERIFICATION: 1 CRITICAL, 1 WARNING ("3x faster" cites no benchmark) -> FAIL
-
Stage 4 STRESS TEST: Weakest point: "eliminates latency" overclaim -> REVISE
TOP 3 FIXES, RANKED:
- Correct the Node version to >=18 (CRITICAL mismatch).
- Remove the 100% uptime guarantee or cite an SLA.
- Soften "eliminates latency" to "reduces average latency" and cite bench/results.json for "3x faster."
Runs an ordered evidence-integrity gate over any AI draft — grade sources, ground claims, verify technical assertions, stress-test — then returns one PASS/REVISE/FAIL ship decision.
$34
· or 170 creditsSecure checkout via Stripe
Included in download
- Final gate before publishing a research summary
- Quality gate in a multi-agent RAG pipeline
- file_read automation included
- Instant install
Sample input
Run the evidence integrity gate on this release note before I publish it. DRAFT: "Our new API eliminates latency and guarantees 100% uptime. It supports Node 16 and is 3x faster than v1." SOURCES: docs/api-reference.md, package.json, bench/results.json.
Sample output
=== EVIDENCE INTEGRITY GATE === Draft: release-note.md | Sources provided: 3 | Files checked: 3
VERDICT: FAIL
BLOCKING ISSUES (must fix before ship):
-
UNSUPPORTED: "guarantees 100% uptime" — no source supports this -> remove or qualify
-
CRITICAL: "supports Node 16" — package.json engines requires >=18.0.0 -> fix version claim
-
Stage 1 SOURCE LEDGER: 3 sources (2 RELY, 1 CORROBORATE, 0 AVOID)
-
Stage 2 SUBSTANTIATION: 4 claims (1 GROUNDED, 1 INFERRED, 0 WEAK, 1 UNSUPPORTED)
-
Stage 3 VERIFICATION: 1 CRITICAL, 1 WARNING ("3x faster" cites no benchmark) -> FAIL
-
Stage 4 STRESS TEST: Weakest point: "eliminates latency" overclaim -> REVISE
TOP 3 FIXES, RANKED:
- Correct the Node version to >=18 (CRITICAL mismatch).
- Remove the 100% uptime guarantee or cite an SLA.
- Soften "eliminates latency" to "reduces average latency" and cite bench/results.json for "3x faster."
About This Skill
Evidence Integrity Gate is the single control layer that runs your whole evidence suite as one ordered pre-ship gate. Drop in any AI-generated draft and it sequences four specialist checks, then returns one verdict. What it does, in order: grades the sources (ranks every source by type, recency, authority, independence, and corroboration, and resolves conflicts by evidence weight); grounds every claim (labels each claim GROUNDED, INFERRED, WEAK, or UNSUPPORTED against a real source); verifies technical assertions against the actual files (versions, API references, performance figures, and code); and runs an adversarial stress test that hunts the weakest load-bearing claim, overclaims, and missing limitations. The output is one consolidated PASS / REVISE / FAIL report with ranked, blocking fixes. Built for teams that cannot afford hallucinations: research summaries, docs and READMEs, market briefs, RAG answers, release notes, and multi-agent pipeline output. Install it as the last step before anything reaches a human, a customer, or a merge. This gate orchestrates four standalone skills, also sold together as the Evidence Integrity Suite bundle. If you own them, each stage upgrades to its native, best-quality engine; if not, the gate runs proven inline fallback logic so you still get a real ship decision.
Use Cases
- Final gate before publishing a research summary
- Quality gate in a multi-agent RAG pipeline
- Auditing AI-drafted docs and READMEs before merge
Known Limitations
Only as strong as the sources and files you provide — it verifies claims against the material on hand, it does not fetch new sources from the web. Stages that rely on the four suite skills give their best output when those skills are installed; otherwise they fall back to inline logic. Designed for text/code drafts, not images or audio.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/evidence-integrity-gate -o /tmp/evidence-integrity-gate.zip && unzip -o /tmp/evidence-integrity-gate.zip -d ~/.claude/skills && rm /tmp/evidence-integrity-gate.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Read-only access to the project's source files, docs, and manifests so the gate can verify factual and technical claims (versions, API references, performance figures, code) against ground truth. No writing, no shell, no network.
Best results when the four Evidence Integrity Suite skills are installed (each stage uses its native engine). Runs standalone with inline fallback logic if not.
Creator
PubsProToolkit builds AI agent skills that bring regulated-industry rigor to written output. Created by a CMPP-certified medical writer with a PhD and 10+ years in pharma — covering clinical and scientific publishing, plus evidence-grounded QC for any agent.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
diagnosing-rag-failure-modes
RAG fails quietly. It retrieves documents, returns confident-looking answers, and misses the question entirely — because the question required connecting facts across documents, reasoning about sequence, or tracing causation. This skill gives you a five-question diagnostic checklist that classifies any failing query as either RAG-safe or structurally RAG-incompatible, then maps it to the specific failure pattern and the architectural fix that resolves it.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.