yandex-tracker-mcp: Command for Claude Code

.claude/commands/release.md

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

A project release procedure. It checks the repository, fixes lint problems, updates documentation and version files, and prepares a new release.

In plain words
What is it for?
Use it when publishing a new project version, including checking changes, updating README files, and synchronizing version information.
Why use it?
It gathers the release checks and version updates in one repeatable task.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is APonkratov/yandex-tracker-mcp's own configuration. It tells Claude Code how to work on yandex-tracker-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything yandex-tracker-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to APonkratov/yandex-tracker-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/APonkratov/yandex-tracker-mcp/main/.claude/commands/release.md
Clone the repo
git clone --depth 1 https://github.com/APonkratov/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/aponkratov/yandex-tracker-mcp/release/github.svg)](https://agentmods.dev/commands/aponkratov/yandex-tracker-mcp/release)
Your own site
<a href="https://agentmods.dev/commands/aponkratov/yandex-tracker-mcp/release"><img src="https://agentmods.dev/badge/commands/aponkratov/yandex-tracker-mcp/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/commands/aponkratov/yandex-tracker-mcp/release"><img src="https://agentmods.dev/badge/commands/aponkratov/yandex-tracker-mcp/release.svg" alt="Reviewed on agentmods" width="80" 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 510 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.
Origin 100% copy Near-identical to another mod 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.00510
Opus 5 $0.00003 $0.00255
Sonnet 5 $0.00001 $0.00102
Haiku 4.5 $0.00001 $0.00051

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

Origin

This is a copy

100% identical to release — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.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
  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. Changes may be collected through git history since last git tag or current unstaged changes. 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. 10d 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 APonkratov/yandex-tracker-mcp (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 7 tokens to every session and 510 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to release, differing in 4 lines, and is treated as a copy.