Add evidence-before-claims-verifier skill
loading diff…
Adds evidence-before-claims-verifier under Development & Code Tools.
What it does: Forces fresh on-disk evidence logs (.claude/evidence/<ts>.log) before any completion claim at commit/PR/release gates, and refuses claims without a fresh log.
Why add it: Closes the audit-trail gap left by purely conversational verification skills — it's the first script-driven verification skill that resolves the repo's verify recipe stack-agnostically (package.json → justfile → Makefile) and detects stale logs via a files_hash check.
Release: v0.1.0, published 2026-05-19.
Testing & licensing: 21 bats tests, MIT license, public repo.