article-audit
Installation
SKILL.md
Article Audit
Test whether a whole article gives a fair picture. Extract its load-bearing claims,
verify them independently, seek the voices it omits, and check whether accurate
numbers create an inaccurate impression. For one isolated claim, use fact-check.
Tools
Use available web search and URL-fetch tools. Prefer callable names ending in
duckduckgo_search and web_fetch; client-added prefixes vary, so inspect the tools in
the session. Without session tools, run the packaged CLI in an isolated environment:
uvx --python '>=3.10,<3.14' web-forager search "your query" --max-results 8 --output-format json
uvx --python '>=3.10,<3.14' web-forager fetch "https://example.com" --format markdown
If uvx cannot run packaged search, use ddgs without touching the current project
environment: