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-check on a fresh workflow
Use the managed verifier result to separate verified integrity from descriptive
summary.
1---2name: hrevn-verify-bundle3description: hrevn-verify-bundle4---5# hrevn-verify-bundle6Inspects HREVN baseline, receipt, manifest and related artifacts and explains what happened.7Use this when artifacts already exist and you want verification or interpretation.89## When to use10- When HREVN artifacts already exist11- When you want to inspect baseline, receipt, manifest or JSONL logs12- When you need to explain what happened in a prior HREVN-protected run1314## When not to use15- Before any HREVN artifacts have been generated16- As a replacement for `hrevn-baseline-check` on a fresh workflow1718## Combination with other HREVN skills19- Usually this is the **third** skill in the chain20- Recommended order: `hrevn-baseline-check` → `hrevn-sign-on-complete` → `hrevn-verify-bundle`21- If only inspection is needed and artifacts already exist, this can be used alone22- Do not use this first for a new workflow with no receipt/bundle yet2324## Expected output25A concise verification summary of:26- run id27- profile28- readiness29- success/failure30- artifact set present/missing31- what is verified vs merely described3233## Runtime bridge34When a bundle zip exists, prefer:3536```bash37python3 scripts/hrevn_anthropic_runner.py verify-bundle \38 --source /absolute/path/to/bundle.zip39```4041Use the managed verifier result to separate verified integrity from descriptive42summary.
Run npx skillmds@latest add miguel-herrero-systems/hrevn-verify-bundle in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
hrevn-verify-bundle It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
miguel-herrero-systems (@miguel-herrero-systems) published this skill. Their other Agent Skills are listed on their SkillMD profile.