Wraps a consequential action so HREVN can run baseline before execution and emit an AER/receipt after execution.
Use this when the action itself needs structured traceability.
When to use
When an action should leave a tamper-evident trail
When you want baseline + action execution + receipt/AER path
For critical operations in agents and workflows
When not to use
Trivial helper functions with no real consequence
Situations where you only need a pre-flight assessment and no action receipt
If baseline has already been assessed and the action is ready, use this after hrevn-baseline-check
Do not use this instead of hrevn-baseline-check when you explicitly need missing blocks / remedy analysis before acting
hrevn-verify-bundle comes after this, not before
Expected output
A post-action HREVN receipt path:
baseline artifact
receipt/AER artifact
manifest/log path where applicable
Runtime bridge
Use the managed runtime through the local runner:
baseline-check first
consequential action second
generate-bundle after execution when an artifact is required
Current live backend:
https://api.hrevn.com
1---2name: hrevn-sign-on-complete3description: hrevn-sign-on-complete4---5# hrevn-sign-on-complete6Wraps a consequential action so HREVN can run baseline before execution and emit an AER/receipt after execution.7Use this when the action itself needs structured traceability.89## When to use10- When an action should leave a tamper-evident trail11- When you want baseline + action execution + receipt/AER path12- For critical operations in agents and workflows1314## When not to use15- Trivial helper functions with no real consequence16- Situations where you only need a pre-flight assessment and no action receipt1718## Combination with other HREVN skills19- Recommended order: `hrevn-baseline-check` → `hrevn-sign-on-complete` → `hrevn-verify-bundle`20- If baseline has already been assessed and the action is ready, use this after `hrevn-baseline-check`21- Do not use this instead of `hrevn-baseline-check` when you explicitly need missing blocks / remedy analysis before acting22- `hrevn-verify-bundle` comes after this, not before2324## Expected output25A post-action HREVN receipt path:26- baseline artifact27- receipt/AER artifact28- manifest/log path where applicable2930## Runtime bridge31Use the managed runtime through the local runner:321. baseline-check first332. consequential action second343. generate-bundle after execution when an artifact is required3536Current live backend:37- `https://api.hrevn.com`
Run npx skillmds@latest add miguel-herrero-systems/hrevn-sign-on-complete 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-sign-on-complete 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.