uv-sbom: Skill for Claude Code

.claude/skills/release/SKILL.md

release is a skill for Claude Code from Taketo-Yoda/uv-sbom. It costs 13 tokens per session (2,831 once invoked), scanned A, original, MIT.

A release-preparation workflow for updating versions, maintaining a changelog, running formatting and test checks, and opening a release branch and pull request. A changelog is a record of user-visible changes; a pull request is a proposed code change for review.

In plain words
What is it for?
Use it before a software release to update version files, edit CHANGELOG.md, run checks, create the release branch, and open the required pull request.
Why use it?
It makes the repeatable preparation steps consistent and keeps irreversible actions, such as tagging and merging, under human control.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

This is Taketo-Yoda/uv-sbom's own configuration. It tells Claude Code how to work on uv-sbom itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything uv-sbom configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Taketo-Yoda/uv-sbom. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Taketo-Yoda/uv-sbom/develop/.claude/skills/release/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Taketo-Yoda/uv-sbom

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/taketo-yoda/uv-sbom/release/github.svg)](https://agentmods.dev/skills/taketo-yoda/uv-sbom/release)
Your own site
<a href="https://agentmods.dev/skills/taketo-yoda/uv-sbom/release"><img src="https://agentmods.dev/badge/skills/taketo-yoda/uv-sbom/release/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/taketo-yoda/uv-sbom/release"><img src="https://agentmods.dev/badge/skills/taketo-yoda/uv-sbom/release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,831 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.00013 $0.02831
Opus 5 $0.00006 $0.01416
Sonnet 5 $0.00003 $0.00566
Haiku 4.5 $0.00001 $0.00283

Measured 5d ago against content hash 0ca969346313, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 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.

.claude/skills/release/SKILL.md · 394 lines

How it starts

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

/release - Release Preparation Skill

Automates the pre-release preparation workflow, ensuring consistent version updates across all files and proper CHANGELOG management.

Language Requirement

IMPORTANT: All outputs (commits, PRs, branch names) MUST be written in English.

Scope Boundaries

What this skill DOES:

  • Update version numbers in all required files
  • Update CHANGELOG.md format
  • Run pre-flight checks (fmt, clippy, test)
  • Create release branch and PR to develop

Merge Flow

release/vX.Y.Z → develop → main
  • Step 8 creates a PR: release/vX.Y.Zdevelop
  • After merge, the user opens a second PR: developmain (with tag creation)

What this skill does NOT do (manual steps):

  • Tag creation - User must manually create and push the tag after PR merge
  • PR merge - User must manually review and merge the PR
  • Post-release verification - User must verify the release was successful

This separation ensures human oversight for the irreversible release action (tag push triggers CI/CD).

Pre-flight Checks (MANDATORY)

Before proceeding with version updates, ALL of the following checks MUST pass:

1. Format Code

cargo fmt --all

2. Clippy Check

cargo clippy --all-targets --all-features -- -D warnings

CRITICAL: Zero warnings required. Fix all issues before proceeding.

3. Test Suite

cargo test --all

All tests must pass.

Steps

Step 0: Validate Current Branch (MANDATORY)

git branch --show-current

CRITICAL: Must be on develop or a feature branch. Cannot release from main.

Current Branch Action
main STOP - Cannot release from main
develop ✅ Proceed
feature/* ✅ Proceed
bugfix/* ✅ Proceed

If on main:

⚠️ ERROR: Cannot start release from 'main' branch.
Please checkout 'develop' or a feature branch first.

Step 1: Get Target Version from User

Read the full file on GitHub · 394 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 · 394 lines · 13 tokens per session scan A 0ca969346313

Subscribe to this mod's changes

release is a skill published in the GitHub repository Taketo-Yoda/uv-sbom (6 stars, last pushed today), licensed MIT. It adds 13 tokens to every session and 2,831 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-09-04.

Related

Other skills, from other repositories

codew-release-qa-sweep

Use before claiming Codewhale release work is done: run the full gate sweep and list the manual QA targets.

Hmbown/CodeWhale · 31 tokens

mem0-test-integration

Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…

mem0ai/mem0 · 207 tokens

mem0-integrate

Integrate Mem0 into an existing repository using a goal-driven, TDD pipeline. Detects the repo's language automatically and asks the user to pick between Mem0 Platform (managed) and Mem0 Open Source (self-hosted). Writes failing tests before any implementation. Produces a local feature branch plus .mem0-integration/…

mem0ai/mem0 · 188 tokens

verify-and-ship

Run all quality checks (tests, lint, typecheck), fix failures, update the changelog, commit, push, and create/update the pull request or merge request.

cyrusagents/cyrus · 39 tokens

Release Notes Generator

Generate professional software release notes from a commit log: classify changes, write user-facing summaries, draft a publishable announcement, and assess release readiness. Use for release, changelog, version, and deploy requests.

AgentEra/Agently · 46 tokens

pinned-release-checklist

Minimal guidance-only Skill used by release-pinned compatibility examples.

AgentEra/Agently · 18 tokens