Borrowing it
Nothing to install: this file belongs to Nosmoht/talos-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Nosmoht/talos-mcp-server/main/.claude/skills/release-preflight/SKILL.mdgit clone --depth 1 https://github.com/Nosmoht/talos-mcp-serverWrote 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.
[](https://agentmods.dev/skills/nosmoht/talos-mcp-server/release-preflight)<a href="https://agentmods.dev/skills/nosmoht/talos-mcp-server/release-preflight"><img src="https://agentmods.dev/badge/skills/nosmoht/talos-mcp-server/release-preflight/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.
<a href="https://agentmods.dev/skills/nosmoht/talos-mcp-server/release-preflight"><img src="https://agentmods.dev/badge/skills/nosmoht/talos-mcp-server/release-preflight.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00064 | $0.00980 |
| Opus 5 | $0.00032 | $0.00490 |
| Sonnet 5 | $0.00013 | $0.00196 |
| Haiku 4.5 | $0.00006 | $0.00098 |
Grade A, and why
release-preflight 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Release Preflight
Validate release readiness before a v* tag is pushed. Fails closed — any
blocker yields NO-GO and the skill never instructs the user to push on
NO-GO.
Arguments
Parse $ARGUMENTS:
--from <tag>— base tag. If absent, resolve via:
If no priorgit describe --tags --abbrev=0 --match 'v*'v*tag exists and--fromwas not supplied, abort:NO-GO: no prior v* tag and --from not supplied.
Bind the resolved value as PREV.
Key Steps
-
Resolve the release range. Scan commits that touched server paths (release triggers per
CLAUDE.md§ Release):git log "$PREV"..HEAD --pretty=format:'%s%n%b' \ -- cmd internal go.mod go.sum MakefileIf the filtered result is empty, abort:
NO-GO: range contains only docs/ci/chore changes — do not tag. -
Derive expected bump. Apply this mapping to the filtered commit subjects, take the highest bump seen:
Prefix Bump feat!:/BREAKING CHANGE:in bodymajor feat:minor fix:patch docs:/ci:/chore:/build:none Confirm with the user via
AskUserQuestion(headerBump): computed bump as the recommended option, plus alternatives andCancel.Cancel⇒NO-GO. -
Goreleaser.
command -v goreleaser >/dev/null || blocker "goreleaser not installed" goreleaser check || blocker "goreleaser check failed" -
release.yml invariants. Verify
.github/workflows/release.ymlexists (blocker if not), then apply the checks fromreferences/release-checks.md:node-version: "24"(not 22, not 20)- no
registry-url:set onactions/setup-node --provenancepresent on everynpm publishcall Each mismatch is a blocker; continue running remaining checks to build a complete report.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 9d ago First seen · 99 lines · 64 tokens per session scan A 0216139459a0
release-preflight is a skill published in the GitHub repository Nosmoht/talos-mcp-server (3 stars, last pushed 16d ago), licensed MIT. It adds 64 tokens to every session and 980 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-31.
Other skills, from other repositories
maintainer-ops
Use for vLLM Semantic Router issue intake, PR decisions, releases, and reviewed GitHub mutations performed on behalf of maintainers.
nvca-chart-release
Release NVCA Operator chart changes from the native monorepo source to the vendored Helm chart. Use when updating the vendored NVCA Operator chart, changing NVCA image refs, publishing helm-nvca-operator, or validating the chart against a self-managed control plane.
publish-plugins
(project) Use when editing any file under skills/ or plugins/ to bump the plugin version and check the manifests.
delivery-operations
Plan safe delivery with observable rollouts, rollback criteria, and operational ownership.
docs-release-notes
Produce accurate user and operator documentation with concise, evidence-based release notes.
release-announcement
Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.