Content verification layer
Skill EthanYoQ/Skill-hub/skills/10-business-industry/content-verification-layer
Reusable AI agent skills for Codex, Claude Code etc. — AI coding workflows, SKILL.md templates, and automation practices. 面向 Codex、Claude Code等agents 的可复用 AI Agent Skill 技能库:AI 编程工作流、SKILL.md 模板与自动化实践。
npx -y skills add EthanYoQ/Skill-hub --skill content-verification-layerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Phase 4 Turn 2 of disease-market-sizing-orchestration (A6' upgrade). Audits compose output via Cite-or-Block strict — every anchor must reverse-resolve to an actual file in sources/, every fact claim must have an anchor. Returns verdict (ok/blocked) + violations list. Use AFTER cite-bound-content-generator (Turn 1), BEFORE report-bundle-builder (phase 5).
The file declares its own license as Cite-or-Block strict (P0 iron law, see ../../CLAUDE.md). That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.1 KB, 154 tokens by cl100k_base, as published. Nobody here has run it
Content Verification Layer (Phase 4 Turn 2)
Strict Audits
enforce_citations_in_text(html)— flag fact-bearing claims without anchors- anchor existence reverse-lookup — every anchor source_id must have a backing file in sources/
- (Future T13: route drug claims to A5' verifier; route treatment claims to A1' locate_section)
Functions
verify_section(section_html, sources_dir) -> Verdictverify_full_report(html, sources_dir) -> Verdictenforce_citations_in_text(html) -> list[Violation]
P0 守门
Tests grep skill source for hardcoded drug names / disease names — CI blocks on hit.
What ships with it: 1 file
25.5 KB alongside SKILL.md, 1 of them executable
scripts/
- verifier.pyruns25.5 KB