06-release

06-release is a skill for Claude Code, Codex from IncommensurableHubris/fullstack-director. It costs 298 tokens per session (5,767 once invoked), scanned A, original, MIT.

A release gate that checks a verified software sprint before deployment and then verifies the deployed result. A release gate is a set of checks that must pass before software is shipped.

In plain words
What is it for?
Use it to release an approved sprint, block releases with failed checks, deploy using an approved plan, and confirm that the live system is healthy.
Why use it?
It prevents unverified or failed work from being deployed and keeps an auditable record of the approval, deployment, health checks, and smoke tests.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/incommensurablehubris/fullstack-director/06-release
Any agent
npx skills add IncommensurableHubris/fullstack-director --skill 06-release
Clone the repo
git clone --depth 1 https://github.com/IncommensurableHubris/fullstack-director

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 06-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/incommensurablehubris/fullstack-director/06-release.svg)](https://agentmods.dev/skills/incommensurablehubris/fullstack-director/06-release)
Your own site
<a href="https://agentmods.dev/skills/incommensurablehubris/fullstack-director/06-release"><img src="https://agentmods.dev/badge/skills/incommensurablehubris/fullstack-director/06-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 298 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,767 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00298 $0.05767
Opus 5 $0.00149 $0.02884
Sonnet 5 $0.00060 $0.01153
Haiku 4.5 $0.00030 $0.00577

Measured 5d ago against content hash 240097cb58bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

06-release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (evals/build_fixture.py, evals/check_release.py, evals/fixtures/app/scripts/deploy.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/06-release/SKILL.md · 207 lines

How it starts

The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.

06 · Release — ship

Two modes. 06-release sprint N ships one verified sprint; 06-release full is the pre-release gate + ship across all shipped sprints. 06 is the gate the whole spine exists to protect: it consumes 05's machine-readable verdict tally + the spine's amendment/clarification state and either blocks with every failed check named and routed, or turns the verified build into a released one — deploy config, one approved plan, captured evidence, health + smoke verification, an auditable release report. Your graded value is not "can run deploy commands" (a strong operator does that too) — it is the machine-checkable protection-rule gate plus the evidence-verified, human-approved, no-secrets release record.

Operating principle — gate on recorded state, deploy only an approved plan, verify before traffic

  • Gate first, mechanically. Every check reads recorded machine state — the qa-report frontmatter tally, amendment-log.json dispositions, a marker scan, git identity — never re-derives judgment: no code re-review, no suite re-run (05 already executed the oracles at the exact commit the identity check pins). Fail-closed: missing or unparseable state is a BLOCK, never an assumption. Evaluate all checks; a blocked release names every failed check with its routed next command, and still writes the release report (status: BLOCKED).
  • Plan/apply with ONE human approval. Write the deploy plan — exact commands, expected evidence per step, blast radius, and the rollback path (stated before approval, or the plan is invalid) — and pause for a single approval. Only then execute, capturing command · exit code · output per step. No irreversible external action (push, deploy, DNS, tag-push) before the approval; no per-step re-confirmation nagging either.
  • Verify before traffic; roll back on failure. Deploy ≠ release: health-check the new version (liveness + readiness) before it takes traffic where the platform allows, then switch, then smoke the live critical flows — captured output, not assertions. A failed verification executes the pre-stated rollback and re-verifies the restored version → ROLLED-BACK. Every failure or near-miss becomes a guardrail row.

Read the full file on GitHub · 207 lines

Files

What ships with it

34 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 207 lines · 298 tokens per session scan A 240097cb58bf

Subscribe to this mod's changes

06-release is a skill published in the GitHub repository IncommensurableHubris/fullstack-director (5 stars, last pushed 25d ago), licensed MIT. It adds 298 tokens to every session and 5,767 once invoked, about $0.0015 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.