# Prepare Release

> Release preparation, production readiness, and post-release follow-up.

- Skill: `muhammedalkhudiry/prepare-release` (Agent Skill)
- Install (CLI): `npx skillmds@latest add muhammedalkhudiry/prepare-release`
- Raw SKILL.md: https://api.skillmd.com/api/skills/muhammedalkhudiry/prepare-release/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: MuhammedAlkhudiry (https://skillmd.com/u/muhammedalkhudiry)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/muhammedalkhudiry/prepare-release

---


## Workflow

1. Inspect the diff, affected product and data flows, and the project's deploy/release source. Distinguish actions already covered by deployment from
   non-routine release actions.
2. Run $verification for the changed surface and determine whether the release is ready, not ready, or ready with named caveats.
3. Identify change-specific blockers, release actions, rollback constraints, user and stored-data effects, and required support, QA, analytics, or
   monitoring follow-up.
4. When the release creates temporary scaffolding, schedule its cleanup with a trigger, owner when known, and evidence that removal is safe. For
   requested post-release automation, define each watch with its cadence, stop condition, report signal, and action.
5. Lead with the verdict and include only populated sections: blockers, release actions, product effects, checks, automation, rollback, and cleanup.

