release

release is a skill for Claude Code from gabrielmoreira/agent-skills-mirror. It costs 49 tokens per session (705 once invoked), scanned A, original, MIT.

A release checklist for NGINX UI, a web interface for managing NGINX servers. It covers preparing a version, writing release notes, tagging the code, and creating a GitHub Release.

In plain words
What is it for?
Use it when preparing or publishing an NGINX UI release, including version bumps, release-preparation commits, annotated Git tags, pushes, and GitHub Releases with announcement discussions.
Why use it?
It keeps version files, commits, tags, release notes, and GitHub publishing steps consistent. It also helps prevent unrelated workspace changes from being included.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when preparing or publishing an NGINX UI release, including version bumps, release-preparation commits, annotated Git tags, pushes, and GitHub Releases with announcement discussions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gabrielmoreira/agent-skills-mirror/release
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 gabrielmoreira/agent-skills-mirror --skill release
Clone the repo
git clone --depth 1 https://github.com/gabrielmoreira/agent-skills-mirror

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/gabrielmoreira/agent-skills-mirror/release/github.svg)](https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/release)
Your own site
<a href="https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/release"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/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/gabrielmoreira/agent-skills-mirror/release"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 705 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00049 $0.00705
Opus 5 $0.00024 $0.00352
Sonnet 5 $0.00010 $0.00141
Haiku 4.5 $0.00005 $0.00071

Measured 10d ago against content hash 376d42df5861, 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 10d 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.

mirrors/repos/0xJacky@nginx-ui/.claude/skills/release/SKILL.md · 81 lines

How it starts

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

NGINX UI Release

Use this workflow for NGINX UI releases from the repository root.

Preconditions

  • Work from the dev branch.
  • Inspect git status --short --branch before changing files.
  • If the user asks to commit existing workspace changes first, inspect recent commit style and commit that work separately before release prep.
  • Keep staging explicit. Do not include unrelated local changes.
  • Treat release-notes-vX.Y.Z.md as a temporary local release artifact, not a committed file.

Version Preparation

  1. Run ./version.sh outside the sandbox when possible. It updates app/package.json, runs the frontend build, and refreshes generated artifacts that can require network access.
  2. Enter the release version as vX.Y.Z when prompted and confirm it.
  3. Check the generated diff with git status --short and git diff --stat.
  4. Commit only version-preparation artifacts with:
git add <version-prep-files>
git commit -m "chore: prepare vX.Y.Z"

Do not commit release-notes-vX.Y.Z.md.

Release Notes

Create release-notes-vX.Y.Z.md in the repository root using exactly these sections:

## Features

- ...

## Bug Fixes

- ...

## Contributors

@handle

Guidelines:

  • Base the notes on the verified range from the previous release tag to HEAD.
  • Prefer GitHub handles for contributors when known from merged PRs or commit metadata.
  • Use commit SHAs when PR numbers are not needed or not available.
  • If there are no feature entries, use - None. under Features.
  • Do not include test status unless the user explicitly asks for it.

Validation

  • ./version.sh already runs the frontend build and Go generation.
  • By default, run lightweight checks such as git diff --check.
  • Run broader tests only when appropriate for the release scope or when the user requests them. If the user says to skip tests, do not keep trying to run them.
  • If local tests are affected by a parent Go workspace, use repo-isolated mode such as GOWORK=off and a writable GOCACHE.

Read the full file on GitHub · 81 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. 10d ago First seen · 81 lines · 49 tokens per session scan A 376d42df5861

Subscribe to this mod's changes

release is a skill published in the GitHub repository gabrielmoreira/agent-skills-mirror (17 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 705 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-08-30.