ワンクリックで
citation-audit
Tool-driven citation verification — fetch real sources, match inline quotes, flag contradictions and suspicious domains
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Tool-driven citation verification — fetch real sources, match inline quotes, flag contradictions and suspicious domains
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Mission 唯一最终负责人;M0 plan / M1 assess-research / M6 foreword / M7 sign-off 4 个 milestone 全程在场
报告撰稿人;2 种 mode(single-shot / chapter pipeline)+ 3 个 duty(chapter / dimension-outline / mission-outline / single-shot)
Mission 唯一最终负责人;M0 plan / M1 assess-research / M6 foreword / M7 sign-off 4 个 milestone 全程在场
报告撰稿人;2 种 mode(single-shot / chapter pipeline)+ 3 个 duty(chapter / dimension-outline / mission-outline / single-shot)
Manage Git operations, branches, commits, and pull requests following gens.team conventions
Perform comprehensive code reviews for security, performance, maintainability, and best practices
| name | citation-audit |
| description | Tool-driven citation verification — fetch real sources, match inline quotes, flag contradictions and suspicious domains |
| version | 1.0.0 |
| tags | ["verification","citations","quality","fact-checking"] |
| allowedTools | ["fetch","web-search"] |
| activateFor | ["verifier","citation-auditor","fact-checker"] |
Your job is per-citation verification. For every citation in scope, call tools to retrieve the real source and check it against what the report claims.
fetch against the URLinlineQuote provided)| Status | Meaning |
|---|---|
verified | tool fetched real content; quote matches; date sane |
unverified-but-plausible | could not fetch (timeout / paywall) but claim is industry common |
unverified-suspicious | could not fetch + URL anomalies / domain on block list |
contradicted | fetched content disagrees with the quote / number |
{
"mode": "citation-audit",
"summary": {
"total": <int>,
"verified": <int>,
"unverified": <int>,
"contradicted": <int>
},
"verdicts": [
{
"index": <int>,
"url": "<source URL>",
"status": "verified" | "unverified-but-plausible" | "unverified-suspicious" | "contradicted",
"evidence": "<≥30 chars: actual snippet from source OR fetch failure reason>"
}
]
}
fetch for every citation. Marking verified without a tool call is dereliction.evidence must be ≥ 30 characters and either:
inlineQuote is missing, status can still be verified based on URL accessibility + topical matchcontradicted verdict must quote both the report's claim AND the contradicting source textThis skill is a per-citation verification gate — it operates on what the report already cites, and either certifies or flags each one.