Hrevn verify bundle
Skill miguel-herrero-systems/hrevn-surface-anthropic/.claude/skills/hrevn-verify-bundle
HREVN for Claude Code: verifiable workflow state via MCP, skills, and a local runner.From the repository description
npx -y skills add miguel-herrero-systems/hrevn-surface-anthropic --skill hrevn-verify-bundleAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 307 tokens by cl100k_base, as published. Nobody here has run it
hrevn-verify-bundle
Inspects HREVN baseline, receipt, manifest and related artifacts and explains what happened. Use this when artifacts already exist and you want verification or interpretation.
When to use
- When HREVN artifacts already exist
- When you want to inspect baseline, receipt, manifest or JSONL logs
- When you need to explain what happened in a prior HREVN-protected run
When not to use
- Before any HREVN artifacts have been generated
- As a replacement for
hrevn-baseline-checkon a fresh workflow
Combination with other HREVN skills
- Usually this is the third skill in the chain
- Recommended order:
hrevn-baseline-check→hrevn-sign-on-complete→hrevn-verify-bundle - If only inspection is needed and artifacts already exist, this can be used alone
- Do not use this first for a new workflow with no receipt/bundle yet
Expected output
A concise verification summary of:
- run id
- profile
- readiness
- success/failure
- artifact set present/missing
- what is verified vs merely described
Runtime bridge
When a bundle zip exists, prefer:
python3 scripts/hrevn_anthropic_runner.py verify-bundle \
--source /absolute/path/to/bundle.zip
Use the managed verifier result to separate verified integrity from descriptive summary.
What ships with it: 1 file
186 B alongside SKILL.md
- schema.json186 B