release-checklist

release-checklist is a skill for Claude Code, Codex from Sistema2D/FrameCode-VibeWork. It costs 12 tokens per session (461 once invoked), scanned A, original, Apache-2.0.

A guide for preparing and checking software releases or framework releases, including their versions, changes, and deployment records.

In plain words
What is it for?
Use it to select changes for a release, choose a version bump, run appropriate checks, prepare release records, and confirm deployment and rollback steps.
Why use it?
It helps keep version information, testing evidence, migrations, rollback details, and publishing decisions consistent.

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/sistema2d/framecode-vibework/release-checklist
Any agent
npx skills add Sistema2D/FrameCode-VibeWork --skill release-checklist
Clone the repo
git clone --depth 1 https://github.com/Sistema2D/FrameCode-VibeWork

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-checklist

README.md
[![agentmods](https://agentmods.dev/badge/skills/sistema2d/framecode-vibework/release-checklist.svg)](https://agentmods.dev/skills/sistema2d/framecode-vibework/release-checklist)
Your own site
<a href="https://agentmods.dev/skills/sistema2d/framecode-vibework/release-checklist"><img src="https://agentmods.dev/badge/skills/sistema2d/framecode-vibework/release-checklist.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 461 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.00012 $0.00461
Opus 5 $0.00006 $0.00230
Sonnet 5 $0.00002 $0.00092
Haiku 4.5 $0.00001 $0.00046

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

Security

Grade A, and why

release-checklist 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.

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.

FCVW/skills/release-checklist/SKILL.md · 72 lines

How it starts

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

Release checklist

Purpose

Prepare and validate an application or FCVW framework release while keeping version namespaces, migration, rollback, evidence, and publication authority coherent.

Use conditions

Use for version selection, release-record assembly, tag/release preparation, or publication closeout. Read-only version questions do not authorize a release mutation.

First decision

Classify the release:

  • Application: use changelogs/ and the application's version source.
  • Framework: use framework-releases/, FRAMEWORK_LOCK.md, OWNERSHIP.md, and MIGRATIONS.md.

Never mix the namespaces.

Inputs

Completed plans, unreleased fragments, target version, test evidence, deployment/rollback information, and publication authority.

Procedure

  1. Select included plans and confirm states.
  2. Decide semantic bump and compatibility.
  3. Assemble the appropriate release record from its template.
  4. Check version source and related links.
  5. Run application tests and governance validation appropriate to risk.
  6. Confirm migration, backup, deployment, and rollback where applicable.
  7. Publish only after target validation and explicit authority.
  8. Record external tag/release evidence separately.

Framework-specific checks

  • role manifest/ownership is current;
  • clean artifact excludes project records and comparison fixtures;
  • schema changes have migrations;
  • clean-template validator passes;
  • downstream preservation paths are documented;
  • artifact checksum is recorded.

Non-responsibilities

  • inferring permission to push, tag, deploy, or publish;
  • claiming external publication without evidence;
  • bumping the application version for a governance-only framework update by default.

Required output

Release type, version, included plans, validation, migration/rollback, publication state, and residual gaps.

Validation and exit

The record is internally coherent, blocking gates pass, and published is used only after actual publication.

Read the full file on GitHub · 72 lines

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 · 72 lines · 12 tokens per session scan A 969a51934a65

Subscribe to this mod's changes

release-checklist is a skill published in the GitHub repository Sistema2D/FrameCode-VibeWork (23 stars, last pushed 4d ago), licensed Apache-2.0. It adds 12 tokens to every session and 461 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

release

Cut a sim-use release end-to-end. Use when the user runs /release or asks to "ship a release", "publish a version", "cut a release", or "release to homebrew". Drives scripts/local-release.sh; never reimplement its build/sign/tarball logic.

lycorp-jp/sim-use · 61 tokens

bump-version-dev

Build a release-shaped sim-use binary and install it locally for testing. Use when the user runs /bump-version-dev or asks to "build a dev release", "test the release build locally", "install a release build for testing", or "prepare a release candidate without publishing". Builds APK + CLI, stages, ad-hoc signs, and…

lycorp-jp/sim-use · 111 tokens

evaluate-pattern-adoption

Run or plan this repository's pattern-adoption evidence evaluation locally with signed-in Codex agents. Use when asked to refresh stale evidence, assess stable or exploratory patterns, evaluate one or all catalog patterns, discover possible new patterns, or prepare a reviewable evidence PR without model-backed GitHub…

PaulDuvall/ai-development-patterns · 68 tokens

release

Release a new version of BranchBox. Use when the user says "release", "new version", "cut a release", "publish release", or "tag version". Handles version bumping, changelog updates, quality checks, and GitHub release workflow.

branchbox/branchbox · 54 tokens

prepare-release

End-to-end release automation — reads commits since last tag, infers semver bump, drafts changelog, creates release PR, merges it, waits for CI green, tags, and monitors the Docker build to completion. Use when the user says: prepare release, cut a release, bump version, create release PR, ship a new version, tag a…

jpicklyk/task-orchestrator · 95 tokens

Compliance Checker

Check regulatory compliance across finance, tax, employment, data privacy, and industry-specific requirements.

eddiebelaval/squire · 20 tokens