release

A release workflow for preparing and publishing Sutando engine versions. A release is a packaged version of software made available to users.

In plain words
What is it for?
Use it to choose a version bump, audit release documentation, run release checks, create a release pull request, or publish a confirmed GitHub release.
Why use it?
It gathers evidence about changes, documentation, and release checks so preparation is consistent. Publishing is kept separate and requires explicit confirmation.

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/sonichi/sutando/release
Any agent
npx skills add sonichi/sutando --skill release
Clone the repo
git clone --depth 1 https://github.com/sonichi/sutando

Made for: Claude Code, Codex.

Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,020 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.00068 $0.01020
Opus 5 $0.00034 $0.00510
Sonnet 5 $0.00014 $0.00204
Haiku 4.5 $0.00007 $0.00102

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

Security

Grade A, and why

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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/docs_audit.py), 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.

skills/release/SKILL.md · 101 lines

How it starts

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

Release

Use docs/release-process.md as policy. Do not duplicate or reinterpret it here. This skill turns that policy into an evidence-backed workflow.

Choose a mode

  • Prepare: inspect changes, update documentation and release artifacts, run gates, and write a proposal. This is the default.
  • Publish: create the tag and GitHub Release only after explicit owner confirmation in the current conversation.

Never infer publish permission from “prepare,” “get ready,” a green CI run, or an approved release PR.

Prepare

  1. Read docs/release-process.md completely.

  2. Resolve the repository and workspace:

    REPO="$(git rev-parse --show-toplevel)"
    WORKSPACE="$(bash "$REPO/scripts/sutando-config.sh" workspace)"
    
  3. Identify the last release tag and the exact candidate SHA. Compare the tag to the candidate; do not rely only on PR titles.

  4. Classify the change set:

    • user-visible features and fixes;
    • configuration, schema, API, protocol, or permission changes;
    • migrations and rollback implications;
    • new or changed skills;
    • install, setup, operations, and troubleshooting changes.
  5. Run the documentation audit:

    python3 skills/release/scripts/docs_audit.py
    
  6. Perform a docs-impact pass. For every user-visible or contract change, identify the canonical document in docs/catalog.json. Update that document, its last_verified date, README navigation when appropriate, migration or upgrade guidance, and CHANGELOG.md. Do not copy canonical text into a second document.

  7. Prepare one release PR containing only release artifacts and documentation. Do not mix product fixes into it; list unresolved fixes as blockers. It records the entry after the tag (see Publish step 2) and is not a precondition for publishing.

  8. Run every applicable hard gate from docs/release-process.md, including the fresh-clone health check, headline-feature smoke, migration idempotency, and prior-release-to-candidate upgrade smoke. Record exact commands, candidate SHA, exit status, and observable evidence. Never invent or summarize an unexecuted gate as passing.

  9. Write the proposal to $WORKSPACE/notes/release-proposals/proposed-vX.Y.Z.md with:

    • candidate version and SHA;
    • SemVer rationale;
    • user-facing summary and CHANGELOG draft;
    • documentation-impact table;
    • gate evidence;
    • migrations, rollback, and known gaps;
    • unresolved blockers;
    • explicit owner decision line: publish: pending owner confirmation.
  10. Report the proposal and release PR. Stop before tagging or publishing.

Read the full file on GitHub · 101 lines

Files

What ships with it

2 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. 2d ago First seen · 101 lines · 68 tokens per session scan A 32e0bd1fbbae

Subscribe to this mod's changes

release is a skill published in the GitHub repository sonichi/sutando (389 stars, last pushed 2d ago), licensed MIT. It adds 68 tokens to every session and 1,020 once invoked, about $0.0003 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-30.