# Release Checklist

> Test, review, approve, publish, and verify a package in a fixed order.

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

---


Run:

    yskill run .

Follow each returned operation exactly.

- `agent_task`: perform the task and return schema-valid JSON.
- `ask_user`: ask the user through the host's normal interface.
- `run_command`: yskill executes it itself; you will not see this kind.

Resume the run after each operation:

    yskill resume <run-id> --response response.json --skill .

Do not skip an operation or invent its response. The program enforces this
order: test, review, approval, publish, then registry verification. Critical
review findings and failed commands stop completion.

