원클릭으로
fact-check
Verify a claim using adversarial search — find both supporting AND contradicting evidence
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify a claim using adversarial search — find both supporting AND contradicting evidence
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Multi-step research orchestration. Use when user asks "research X", "summarize current state of Y", "what's the latest on Z", or compares approaches. Calls extract(action="agent") which searches the web, extracts top results, then synthesises a citation-preserving Markdown answer with one configured LLM.
Detect a project's manifest (pyproject.toml / package.json / go.mod / Cargo.toml), pin its library set into wet-mcp's Cabinets project_context, then route subsequent docs queries to the locked versions automatically.
Structured comparison of 2+ alternatives with consistent criteria and decision matrix
| name | fact-check |
| description | Verify a claim using adversarial search — find both supporting AND contradicting evidence |
| argument-hint | [claim to verify] |
Verify a claim by actively searching for BOTH supporting and contradicting evidence. Counteracts LLM confirmation bias by enforcing adversarial search.
Decompose the claim into verifiable sub-claims:
Search for SUPPORTING evidence using search:
search(action="search", query="[claim as stated]")search(action="search", query="[claim] research evidence", search_type="academic")extractSearch for CONTRADICTING evidence (mandatory — do NOT skip):
search(action="search", query="[claim] debunked OR wrong OR myth OR criticism")search(action="search", query="[opposite of claim] evidence")search(action="search", query="[claim] replication failure OR meta-analysis", search_type="academic")extractAssess source quality for each piece of evidence:
Produce verdict with structured output: