release-tag

release-tag is a skill for Claude Code, Codex from GhostlyGawd/codeweb. It costs 80 tokens per session (1,552 once invoked), scanned A, original, MIT.

A release procedure for codeweb, covering version preparation, changelog updates, merging to the main branch, tagging, and publishing a GitHub Release. A tag is a named point in Git history used to mark a specific version.

In plain words
What is it for?
Use it to cut, tag, publish, and verify codeweb releases, including choosing patch, minor, or major version changes.
Why use it?
It prevents releases from being tagged before the right changes reach the main branch and explains how the automated publishing workflow is triggered.

Skill for Claude CodeCodex

Part of the codeweb plugin — 2 skills, 4 commands, 2 agents, 3 hooks, 1 MCP server shipped together

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

Made for: Claude Code, Codex.

Or install codeweb, the plugin that ships this one along with the rest of its 2 skills, 4 commands, 2 agents, 3 hooks, 1 MCP server.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ghostlygawd/codeweb/release-tag.svg)](https://agentmods.dev/skills/ghostlygawd/codeweb/release-tag)
Your own site
<a href="https://agentmods.dev/skills/ghostlygawd/codeweb/release-tag"><img src="https://agentmods.dev/badge/skills/ghostlygawd/codeweb/release-tag.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,552 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.00080 $0.01552
Opus 5 $0.00040 $0.00776
Sonnet 5 $0.00016 $0.00310
Haiku 4.5 $0.00008 $0.00155

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

Security

Grade A, and why

release-tag 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 3d 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-tag/SKILL.md · 123 lines

How it starts

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

codeweb release runbook

A release is three moves: prep the files → land on main → push the tag. The tag push triggers .github/workflows/release.yml, which publishes the GitHub Release server-side with notes sliced from CHANGELOG.md — so the whole flow works from ANY environment, including ones with no gh CLI and no GitHub-release API access (remote agent sessions).

Never commit to main directly; never push a tag until its release commit is ON main.

When to cut — don't wait to be asked

Releasing is the DEFAULT next step after user-visible work merges to main, not something to note for later. The maintainer should never have to say "cut it."

  • Feature work merged, CI green, [Unreleased] carries user-visible value → cut a minor the same day. An accumulating [Unreleased] section is a smell.
  • Fix-only [Unreleased]patch.
  • A breaking CLI/tool contract → major (pre-1.0: minor, with a loud changelog note).
  • Docs/CI/site-only changes → don't tag; let them ride along with the next real release.
  • Unsure between two bumps? The changelog decides: any ### Added entry = minor.

After merging a feature PR, finish the job: prep → land → tag → verify, then report the release URL. Only hold off if the maintainer has said to batch, or main is red.

0. Preconditions

  • CI green on main; working tree clean.
  • npm test passes locally (the full suite — the count grows release to release; a handful of environment skips are fine: golden-target-absence, optional typescript, engine-fallback inverse).
  • node scripts/check-consistency.mjs reports OK.
  • CHANGELOG.md has a meaningful [Unreleased] section — that text becomes the release notes.

1. Prep the file ecosystem

Preferred (one motion):

node scripts/release.mjs --minor          # or --patch / --major / --version=X.Y.Z

It bumps package.json, rolls [Unreleased] into ## [X.Y.Z] - <today> (+ link refs), version-syncs plugin.json / SKILL.md / README badge / the mcp-server version literal, rebuilds the site, and re-runs the consistency check. It never touches git.

Read the full file on GitHub · 123 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. 3d ago First seen · 123 lines · 80 tokens per session scan A 607f81456af0

Subscribe to this mod's changes

release-tag is a skill published in the GitHub repository GhostlyGawd/codeweb (0 stars, last pushed 3d ago), licensed MIT. It adds 80 tokens to every session and 1,552 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

dekko-orient

Use dekko's tools instead of grep/Read whenever a repo has a .dekko/ directory — not just at session start. Trigger on any "find/locate/understand this symbol," "what does this file/dir contain," "what will this change break," or "read this file" impulse. dekko has already parsed and indexed the repo; grepping or…

aahlijia/dekko · 100 tokens

dekko-daemon

Start dekko's background daemon before a session that will run many bare dekko CLI commands via Bash (not the MCP tools) against a large or medium repo. Trigger when you're about to run several dekko CLI invocations in a row on the same repo — a long refactor loop, a batch of query/search/outline calls, or a…

aahlijia/dekko · 94 tokens

dekko-notes

Read and write dekko's symbol-anchored notes in any repo with a .dekko/ directory. Trigger every time you pull a symbol's context (querysymbol, getcontextpack, dekko query/context), right after a non-obvious change, and right after any rename/move/signature edit (to sweep orphaned notes). Notes are durable, committed…

aahlijia/dekko · 94 tokens

dekko-verify

Sanity-check a suspiciously low or zero call-graph result from dekko (getcallers, getcallees, findusages, impactedtests, unused) before concluding "no callers" or "dead code," or a heritage/throws-provenance result (query supertypes, query subtypes, query throws) that labels something (external) when you expect it to…

aahlijia/dekko · 151 tokens

dekko-review-context

Give a code-review or PR-description flow a structural head start before reading a diff line by line. Trigger when the user asks for a PR description, a pre-merge summary, or invokes a code-review flow (this repo's open-agent-hub:review//review, or an equivalent in another environment) against a diff in a repo with a…

aahlijia/dekko · 86 tokens

windows-compat

Audit and harden this Rust repo (code-graph-mcp) for Windows correctness: path-spelling drift between producers, the 32,767-char command-line cap, index-key mismatches, and path predicates that assume one ecosystem's layout. Use whenever touching code that builds, compares, prints, or stores a filesystem path; that…

sdsrss/code-graph-mcp · 165 tokens