release

release is a command for Claude Code from aikts/yandex-tracker-mcp. It costs 7 tokens per session (530 once invoked), scanned A, original, Apache-2.0.

A release-preparation command for a software project. It checks the repository, resolves lint problems, updates documentation and version files, and prepares the project for a new release.

In plain words
What is it for?
Use it when publishing a new patch, minor, or major release, including updates to project metadata, translated documentation, manifests, server files, and container image references.
Why use it?
It helps prevent inconsistent versions, outdated documentation, and unresolved code-quality issues from reaching a release.

Command for Claude Code

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 commands/aikts/yandex-tracker-mcp/release
Clone the repo
git clone --depth 1 https://github.com/aikts/yandex-tracker-mcp

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/commands/aikts/yandex-tracker-mcp/release.svg)](https://agentmods.dev/commands/aikts/yandex-tracker-mcp/release)
Your own site
<a href="https://agentmods.dev/commands/aikts/yandex-tracker-mcp/release"><img src="https://agentmods.dev/badge/commands/aikts/yandex-tracker-mcp/release.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 530 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.1 $0.00007 $0.00530
Opus 5 $0.00003 $0.00265
Sonnet 5 $0.00001 $0.00106
Haiku 4.5 $0.00001 $0.00053

Measured yesterday against content hash ad214893b0b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 yesterday.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • release — 100% identical, 4 lines differ
.claude/commands/release.md · 26 lines

What it actually says

Context

  • Current git status: !git status
  • Current git diff (staged and unstaged changes): !git diff HEAD
  • Current branch: !git branch --show-current
  • Recent commits: !git log --oneline -10
  • Linters status: !task

Task

Prepare a new release of the project. You may spin parallel tasks if you need as long as changed files don't overlap.

Instructions

  1. Make sure to fix all linter problems with task command.
  2. Make sure that @README.md is up to date with current code structure, specification, architecture, features, environment variables. Make sure to also update the translated version at @README_ru.md. Also if there are new tools added to the project - make sure they are documented in @README.md, @README_ru.md, @manifest.json, in the format @rules/docs.md defines
  3. If it is a minor change or a patch, update the version in @pyproject.toml accordingly. While major version is still 0.x, any minor changes should be reflected at increase of patch part, and any big changes - in the minor part of the version.
  4. Always make sure that the version in @manifest.json and @server.json are the same as in @pyproject.toml. Also don't forget to update the version identifier of oci image in @server.json - it should match the new version.
  5. Make sure @CHANGELOG.md is up to date with the latest changes, following @rules/changelog.md: entries describe the diff since the last tag (not the commits in between), one short bullet per change. Always add a new version to the @CHANGELOG.md, even if it is a patch release. Never edit previous versions.
  6. Call uv sync --all-extras --all-packages to update uv.lock file.
  7. Make a git commit reflecting changes currently made. The first line must be a commit changes summary in short sentence (don't use version bump as a commit headline). Then using bullet points highlight main changes made.
  8. Other requirements: $ARGUMENTS
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. yesterday Changed ad214893b0b3
  2. 6d ago First seen · 26 lines · 7 tokens per session scan A e38a0a9c48c1

Subscribe to this mod's changes

release is a command published in the GitHub repository aikts/yandex-tracker-mcp (113 stars, last pushed 4d ago), licensed Apache-2.0. It adds 7 tokens to every session and 530 once invoked, about $0.0000 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.