Check whether the claims in public-facing documentation (README, release notes, install/usage docs) are supported by the evidence the user provides — files, manifests, logs, and command outputs supplied in the conversation. Produces per-claim findings with a confidence label (verified / unsupported / stale-suspected / needs-human) and an explicit "input scope reviewed" statement. Advisory only. Use when the user asks to fact-check docs, verify a README against a repo, audit release notes, or find stale or overstated documentation claims. Do NOT use for standalone code review or bug hunting, security audits, fix/patch generation, or pure command-execution tasks. When such requests are mixed with an eligible claim-check, still use this skill for the claim-check portion and decline only the out-of-scope part — by contract it does not execute commands or edit files.
$npx -y skills add kyungseo/skillstead --skill docs-claim-checkInstalls into the current project.
Run `npx skills use "https://github.com/kyungseo/skillstead" --skill "kyungseo/skillstead/docs-claim-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kyungseo/skillstead" that are relevant to the current task. Run `npx skills add "https://github.com/kyungseo/skillstead"` and select the relevant skills, then follow their instructions.