Use before claiming a task, feature, or PR is complete. Activate for keywords like "done", "complete", "ready to merge", "ship it", "tests pass", "looks good", "fixed". Mandatory pre-completion gate. Refuses to mark anything done without evidence: command outputs, test runs, behavioral checks. Always paste the evidence -- never assert "it works" without showing it works.
$npx -y skills add duthaho/claudekit --skill verification-gateInstalls into the current project.
Run `npx skills use "https://github.com/duthaho/claudekit" --skill "duthaho/claudekit/verification-gate"` 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/duthaho/claudekit" that are relevant to the current task. Run `npx skills add "https://github.com/duthaho/claudekit"` and select the relevant skills, then follow their instructions.