release-prep

release-prep is a skill for Claude Code, Codex from Fu-Jie/openwebui-extensions. It costs 56 tokens per session (1,571 once invoked), scanned A, original, MIT.

A release checklist and automation flow for preparing a plugin before a pull request. It synchronizes versions, creates release notes in English and Chinese, checks consistency, and drafts a commit.

In plain words
What is it for?
Use it to prepare a plugin release, update its version and release notes, verify the required files match, and create the commit locally.
Why use it?
It helps prevent missed version or changelog updates across many files. It also keeps release preparation separate from pushing code or opening the pull request.

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/fu-jie/openwebui-extensions/release-prep
Any agent
npx skills add Fu-Jie/openwebui-extensions --skill release-prep
Clone the repo
git clone --depth 1 https://github.com/Fu-Jie/openwebui-extensions

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/fu-jie/openwebui-extensions/release-prep.svg)](https://agentmods.dev/skills/fu-jie/openwebui-extensions/release-prep)
Your own site
<a href="https://agentmods.dev/skills/fu-jie/openwebui-extensions/release-prep"><img src="https://agentmods.dev/badge/skills/fu-jie/openwebui-extensions/release-prep.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,571 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.00056 $0.01571
Opus 5 $0.00028 $0.00785
Sonnet 5 $0.00011 $0.00314
Haiku 4.5 $0.00006 $0.00157

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

Security

Grade A, and why

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

.agent/skills/release-prep/SKILL.md · 158 lines

How it starts

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

Release Prep

Overview

This skill drives the complete pre-PR release pipeline. It enforces the repository rule that every release must synchronize the version number and changelog across at least 7 locations before a commit is created.

Scope

This skill covers:

  1. Version sync (delegates detail to version-bumper if needed)
  2. Bilingual release notes file creation
  3. 7-location consistency verification
  4. Conventional Commits message drafting
  5. git add -A && git commit execution

It stops before git push or gh pr create. Use the pr-submitter skill for those steps.

Temporary File Convention

Any temporary files created during release prep (e.g., draft changelogs) must:

  • Be written to the project's .temp/ directory, NOT system /tmp
  • Be cleaned up before commit using rm -f .temp/file_name
  • Never be committed to git (add .temp/ to .gitignore)

Workflow

Step 1 — Collect Release Info

Ask the user (or infer from current state) the following:

  • Plugin name and type (actions / filters / pipes / tools)
  • New version number (e.g., 0.8.0)
  • Key changes in English and Chinese (1-5 bullet points each)

If a What's New section already exists in README.md, extract it as the source of truth.

Step 2 — Sync Version Across 7 Locations

Verify AND update the version string in all of the following. Mark each as ✅ or ❌:

# File Location
1 plugins/{type}/{name}/{name}.py version: in docstring
2 plugins/{type}/{name}/README.md **Version:** x.x.x metadata line
3 plugins/{type}/{name}/README_CN.md **Version:** x.x.x metadata line
4 docs/plugins/{type}/{name}.md **Version:** x.x.x metadata line
5 docs/plugins/{type}/{name}.zh.md **Version:** x.x.x metadata line
6 docs/plugins/{type}/index.md version badge for this plugin
7 docs/plugins/{type}/index.zh.md version badge for this plugin

Additionally update the root-level updated date badge in:

  • README.md![updated](https://img.shields.io/badge/YYYY--MM--DD-gray?style=flat)
  • README_CN.md — same badge format

Read the full file on GitHub · 158 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 · 158 lines · 56 tokens per session scan A 947fc152337e

Subscribe to this mod's changes

release-prep is a skill published in the GitHub repository Fu-Jie/openwebui-extensions (302 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 1,571 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.

Related

Other skills, from other repositories

release-openspec

Use this skill when releasing OpenSpec: audit merged work and changeset coverage, decide whether a catch-up changeset PR is needed, prepare or resume the Changesets Version Packages PR, cut a beta or stable release, verify publishing, and polish GitHub release notes. Also use when asked whether an open release PR is…

Fission-AI/OpenSpec · 88 tokens

gsd-complete-milestone

Archive completed milestone and prepare for next version.

open-gsd/gsd-core · 16 tokens

cut-release

Use this skill to cut an APM release from the current worktree: assess whether the cycle since the last tag warrants a patch or minor bump (semver discipline against the merged-since-last-tag diff), sanitize the [Unreleased] CHANGELOG block into a dated version block with one concise "so what" entry per merged PR…

microsoft/apm · 198 tokens

rpce-release

Build or publish RepoPrompt CE release artifacts using the repository release scripts and GitHub workflows.

repoprompt/repoprompt-ce · 22 tokens

aidd-vcs:03:release-tag

Cut a semver release by computing the next version from recent commits, generating annotated release notes from the template, validating with the user, then creating and pushing the git tag along with a bump commit. Use when the user says "release", "tag", "tag this release", "bump version", "release v1.2.0", "cut a…

ai-driven-dev/framework · 116 tokens

github-release-guide

Assess and guide safer github.com repository releases. Use when an existing private GitHub repository becomes public for the first time, or whenever an already-public GitHub repository publishes a new version, and the user needs readiness checks, release-surface decisions, explicit mutation approvals, release notes…

kyungseo/skillstead · 113 tokens