# Stage Receipt

> Write one machine-readable receipt for each automation run and append the ledger.

- Skill: `onfire7777/stage-receipt` (Agent Skill)
- Install (CLI): `npx skillmds@latest add onfire7777/stage-receipt`
- Raw SKILL.md: https://api.skillmd.com/api/skills/onfire7777/stage-receipt/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: onfire7777 (https://skillmd.com/u/onfire7777)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/onfire7777/stage-receipt

---


# Stage Receipt

Every run writes exactly one receipt.

Use:

`node scripts/write-stage-receipt.mjs --stage=<stage> --mode=<mode> --files=<files> --checks=<checks> --passed=<true|false> --handoff=<summary>`

Modes: `no-op`, `mutated`, `blocked`, `verified`, `routed`, `merged`, `cleanup`.

Receipts must be compact and must not contain raw logs or secrets.

