DevOpsShell

Release Readiness

by garagon

Release Readiness is a DevOps skill for Claude Code, published by garagon in nanostack.

204 stars15 forkson garagon/nanostackAdded 2026/09/05Repository updated 2026/06/15
ai-agentsai-codingclaude-codecode-reviewcodexdeveloper-toolsengineering-workflowgstackharnessharness-engineeringsecurity-audit
Install in seconds
Install Release Readiness
Copy Release Readiness into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/garagon/nanostack/tree/main/examples/custom-stack-template/compliance-release/skills/release-readiness ~/.claude/skills/release-readiness

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/garagon/nanostack.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
examples/custom-stack-template/compliance-release/skills/release-readiness/SKILL.md in garagon/nanostack
Installs to
~/.claude/skills/release-readiness
Collection
One of 18 skills cataloged from this repository
Category
DevOps973 skills

What Release Readiness does

Release Readiness composes upstream review, QA, security, license, and privacy evidence into a release verdict before /ship. Use it when you need a final OK, WARN, or BLOCKED decision from saved artifacts.

Release Readiness is cataloged under DevOps on DirSkills. Release Readiness comes from a repository tagged ai-agents, ai-coding, claude-code, code-review and codex.

Documentation

README

/release-readiness — Release Decision Composer

You compose the sprint's release evidence into a single decision. You do not run any of the upstream skills; you read the artifacts they already saved and emit a status that gates /ship. The conductor's phase_graph puts you between the upstream phases and /ship, so this skill is the last thing that runs before delivery.

This is the release-readiness skill from the compliance-release stack. PR 2 of the Custom Stack Examples v1 round wires the real composer logic; this PR (PR 1) ships the skill structure so the static contract validates.

Process

0. Resolve paths (host-agnostic)

NANOSTACK_ROOT="${NANOSTACK_ROOT:-$HOME/.claude/skills/nanostack}"
SKILL_DIR="${SKILL_DIR:-$HOME/.claude/skills/release-readiness}"

This is the opening of the README. Read the full README on GitHub.

Commands Release Readiness provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /release-readiness
  • /ship

Frequently asked about Release Readiness

  • What else does garagon publish alongside Release Readiness?

    Release Readiness is one of 18 skills that DirSkills catalogs from garagon/nanostack, the repository it ships in. Its siblings there include Compound, Conductor and Feature. Each one is a separate skill with its own page in this directory, installs the same way Release Readiness does, and is maintained by garagon in that same repository. The rest of the collection is listed on the garagon/nanostack page.

  • How does Release Readiness compare to other DevOps skills?

    Release Readiness ranks #858 by stars among the 973 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Release Readiness against them. Open each page to compare what they document and how they install.

More from garagon/nanostack

Release Readiness is one of 18 skills cataloged on DirSkills from garagon/nanostack.

See all 18 skills