Deploy Receipt banner
naimkatiman naimkatiman

Deploy Receipt

DevOps community

Description

--- name: deploy-receipt tier: "1" description: Enforces Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline at the deploy seam. A merge into a branch that auto-deploys is not "done" until the deploy provider reports the merged commit SHA running and a healthcheck endpoint returns 200. Companion to the vendored `finishing-a-development-branch` skill — does not replace it, runs after it for projects on Railway, Cloudflare Workers, Vercel, Netlify, Fly.io, or any other auto-deploy

Installation

Installs to ~/.claude/skills/naimkatiman-continuous-improvement-deploy-receipt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/naimkatiman-continuous-improvement-deploy-receipt && curl -fsSL https://raw.githubusercontent.com/naimkatiman/continuous-improvement/HEAD/skills/deploy-receipt.md -o ~/.claude/skills/naimkatiman-continuous-improvement-deploy-receipt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository