# Release Readiness

> Release Readiness

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

---

# Release Readiness

Use this skill when preparing a tag, package, deployment, or public release.

## Instructions

- Confirm the branch, remote, latest commit, and working tree state.
- Run the project verification commands from the repository, not from memory.
- Inspect release automation before triggering it.
- Prefer annotated tags when the project already uses them.
- After pushing, watch CI or release workflows to completion.
- Verify the final release page, packages, checksums, or deployment URL.

## Checklist

- Working tree is clean or intentionally dirty.
- Required tests and build commands passed.
- Version, tag, or release notes match the intended commit.
- Remote workflow completed successfully.
- Artifacts are present and named as expected.

## Output Shape

- Release identifier.
- Commit.
- Verification commands.
- CI or deployment result.
- Artifact list.

