release-publish

release-publish is a skill for Claude Code, Codex from KalarisLabs/Skill-Doctor. It costs 45 tokens per session (239 once invoked), scanned A, original, Apache-2.0.

A release procedure for preparing and publishing versioned packages and GitHub Releases. It covers checks, version updates, tags, build artifacts, checksums, and software bills of materials (SBOMs).

In plain words
What is it for?
Use it when cutting a version, updating release automation, publishing Rust crates or an npm installer, or creating a tagged GitHub Release.
Why use it?
It reduces the chance of publishing an incomplete, unverified, or incorrectly versioned release.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when cutting a version, updating release automation, publishing Rust crates or an npm installer, or creating a tagged GitHub Release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kalarislabs/skill-doctor/release-publish
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.

Any agent
npx skills add KalarisLabs/Skill-Doctor --skill release-publish
Clone the repo
git clone --depth 1 https://github.com/KalarisLabs/Skill-Doctor

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 release-publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/kalarislabs/skill-doctor/release-publish/github.svg)](https://agentmods.dev/skills/kalarislabs/skill-doctor/release-publish)
Your own site
<a href="https://agentmods.dev/skills/kalarislabs/skill-doctor/release-publish"><img src="https://agentmods.dev/badge/skills/kalarislabs/skill-doctor/release-publish/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for release-publish

Your own site · 80×15
<a href="https://agentmods.dev/skills/kalarislabs/skill-doctor/release-publish"><img src="https://agentmods.dev/badge/skills/kalarislabs/skill-doctor/release-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 239 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00045 $0.00239
Opus 5 $0.00023 $0.00120
Sonnet 5 $0.00009 $0.00048
Haiku 4.5 $0.00005 $0.00024

Measured yesterday against content hash b88172df034c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

release-publish 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 yesterday.

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-publish/SKILL.md · 21 lines

What it actually says

Release

Only from a v* tag on main after required checks are green.

  1. ./scripts/prepublish-check.sh --full
  2. CHANGELOG for the version
  3. Single workspace version bump
  4. PR → required checks → merge
  5. git tag vX.Y.Z && git push origin vX.Y.Z
  6. release.yml: musl/darwin/win, checksums, SBOM, Sigstore, GitHub Release
  7. cargo publish order: neutralize → rules → core → sandbox → mcp → skill-doctor
  8. npm publish --access public @kalarislabs/skill-doctor (installer only)
  9. Homebrew tap follow-up

Never: publish from CI on a non-tag; npm without matching binary checksums; skip dry-run; publish if deny/gitleaks is red.

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. yesterday First seen · 21 lines · 45 tokens per session scan A b88172df034c

Subscribe to this mod's changes

release-publish is a skill published in the GitHub repository KalarisLabs/Skill-Doctor (11 stars, last pushed today), licensed Apache-2.0. It adds 45 tokens to every session and 239 once invoked, about $0.0002 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-09-11.

Related

Other skills, from other repositories

release-readiness-check

Verify all prerequisites are met before a release by checking PRs, CI/CD status, environment health, and blocking issues across GitHub, ArgoCD, and Jira. Use before cutting a release, deploying to production, or during release planning.

caipe-io/ai-platform-engineering · 54 tokens

swarm-release

Full SwarmAI release cycle: preflight checks, version bump, binary build, desktop package, smoke test, and GitHub publish. The single release path — handles version bump + tag plus build/package/smoke stages. TRIGGER: "release", "cut release", "ship it", "发版". NOT FOR: sswarm-build, shive-manager use cases.

xg-gh-25/SwarmAI · 85 tokens

merge

The ship gate — the only skill that merges. --staging merges the feature→staging PR on green CI, deploys, verifies, emits a human test script and stamps the staging sign-off on approval. --production ships the double-confirmed release to main and deploys production. Never self-certifies staging; nothing reaches main…

ndisisnd/msg · 94 tokens

synthetic-release-notes

Draft release notes from user-provided changes.

theinfosecguy/razin · 15 tokens

land-and-deploy

Land and deploy workflow. Merges the PR, waits for CI and deploy, verifies production health via canary checks. Takes over after /ship creates the PR. Use when: "merge", "land", "deploy", "merge and verify", "land it", "ship it to production".

CarbeneAI/Forge · 67 tokens

github-release-management

Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management.

amangit1314/repo-rag · 27 tokens