
fact-check
by motoki317
SKILL.md
name: Fact Check description: This skill should be used when the user asks to "verify claims", "fact check", "validate documentation", "check sources", or needs verification of external source references. Provides patterns for systematic fact verification using Context7 and WebSearch.
<error_escalation> Claim cannot be verified due to missing documentation Note in report as unverifiable, proceed Conflicting information from different sources Document discrepancy, use AskUserQuestion for clarification Claim directly contradicts authoritative source STOP, flag discrepancy to user with evidence Security-related claim is incorrect BLOCK operation, require explicit user acknowledgment </error_escalation>
Version-specific example:
Claim: "React 18 introduces automatic batching for all updates"
Verification: Query Context7 with topic="batching" for React 18 docs
Result: Confirmed - React 18 automatically batches state updates inside promises, setTimeout, and native event handlers
</example>
Threshold: Flag claims with confidence below 80
</example>
Web standards: WebSearch with domain filters
MDN Web Docs: developer.mozilla.org
W3C: w3.org
WHATWG: html.spec.whatwg.org
OWASP: owasp.org
</example>
<best_practices> Use Context7 as primary source for library documentation claims Flag all claims with verification confidence below 80 Document evidence source for each verification Prefer libraries with Context7 trust score 7+ for verification Use WebSearch fallback when Context7 unavailable Include direct quotes from sources as evidence Note when verification source has version mismatch </best_practices>
<anti_patterns> Marking claims as verified without actual source check Always query Context7 or WebSearch for evidence before marking verified
<related_agents> Primary agent using this skill for verification Uses fact-check for documentation accuracy Uses fact-check to verify documentation claims </related_agents>
<related_skills> Core tool for library documentation verification Evidence collection methodology Documentation accuracy standards </related_skills>
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です