maintainer-release-ops

maintainer-release-ops is a skill for Claude Code, Codex from vllm-project/semantic-router. It costs 41 tokens per session (599 once invoked), scanned A, original, Apache-2.0.

A workflow for maintainers to plan releases, check milestone progress, coordinate blockers, and prepare release reviews. It works with a repository's release plan, milestone issues, pull requests, and project policies.

In plain words
What is it for?
Use it to assess release health, compare planned tasks with milestone issues and pull requests, coordinate blockers, and prepare release-focused action proposals.
Why use it?
It brings release information into one review process and helps identify unfinished work or blockers before a release. Proposed GitHub actions are reviewed before they are applied.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assess release health, compare planned tasks with milestone issues…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vllm-project/semantic-router/release-ops
About the project

vLLM Semantic Router is a programmable routing layer that chooses or combines language models for each request in a system using multiple models and types of computing infrastructure. It helps teams route inference by signals such as user preferences, application policies, quality, cost, latency, privacy, and safety requirements. The catalogue skills and instructions support configuring and operating this model-routing system.

vllm-project/semantic-router · 5,600 stars · on GitHub · vllm-sr.ai

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 vllm-project/semantic-router --skill release-ops
Clone the repo
git clone --depth 1 https://github.com/vllm-project/semantic-router

Made for: Claude Code, Codex.

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 maintainer-release-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/vllm-project/semantic-router/release-ops.svg)](https://agentmods.dev/skills/vllm-project/semantic-router/release-ops)
Your own site
<a href="https://agentmods.dev/skills/vllm-project/semantic-router/release-ops"><img src="https://agentmods.dev/badge/skills/vllm-project/semantic-router/release-ops.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 599 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 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.00041 $0.00599
Opus 5 $0.00020 $0.00300
Sonnet 5 $0.00008 $0.00120
Haiku 4.5 $0.00004 $0.00060

Measured 7d ago against content hash 8c09ee2fe72d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

maintainer-release-ops 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 7d 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.

tools/agent/skills/maintainer/release-ops/SKILL.md · 68 lines

How it starts

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

Maintainer Release Ops

Trigger

  • Use when release planning needs milestone structure, release issue creation, or blocker coordination
  • Use when the maintainer asks for milestone health or a release-focused brief
  • Use maintainer-issue-pr-management for day-to-day intake, labels, titles, acceptance, and stale-work triage

Required Surfaces

  • maintainer_ops

Stop Conditions

  • GitHub writes are requested but the generated action payload has not been reviewed by the maintainer
  • A public issue, PR, or comment body would include private infrastructure details or AI/tool attribution

Workflow

  1. Read the active release plan and maintainer policy.
  2. Run maintainer_board.py sync to refresh local state, or brief to use the latest snapshot.
  3. Run release-report when an active release plan exists, then compare plan tasks, milestone issues, and PR blockers before proposing work.
  4. Review accepted milestone work and release blockers.
  5. Generate proposed actions only; do not mutate GitHub by default.
  6. Apply actions only after maintainer confirmation.

Must Read

Standard Commands

  • python3 tools/agent/scripts/maintainer_board.py sync --milestone "<name>"
  • python3 tools/agent/scripts/maintainer_board.py brief
  • python3 tools/agent/scripts/maintainer_board.py release-report --release-plan tools/agent/docs/plans/RELEASE_PLAN.md --write
  • python3 tools/agent/scripts/maintainer_board.py create-issues --release-plan tools/agent/docs/plans/RELEASE_PLAN.md --dry-run

Gotchas

  • Milestone assignment is a release commitment and requires accepted work; there is no separate candidate state label.
  • Close-candidate PRs should get an explicit grace-period comment before close unless the maintainer asks for immediate closure.
  • The generated board is local and gitignored; do not link to local board paths from public GitHub artifacts.

Read the full file on GitHub · 68 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. 7d ago First seen · 68 lines · 41 tokens per session scan A 8c09ee2fe72d

Subscribe to this mod's changes

maintainer-release-ops is a skill published in the GitHub repository vllm-project/semantic-router (5,600 stars, last pushed today), licensed Apache-2.0. It adds 41 tokens to every session and 599 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.

Related

Other skills, from other repositories

batch

Research and plan a large-scale change, then execute it in parallel across 5–30 isolated worktree agents that each open a PR.

asgeirtj/system_prompts_leaks · 30 tokens

github-cli

Default GitHub skill for the action agent. Use githubcli for any GitHub request — create/list/view/close issues and PRs, assign, labels, repos, releases, checks, github.com/owner/repo URLs, or gh api. Prefer over shellrun/!gh. Run these with githubcli in the current agent turn.

Tracer-Cloud/opensre · 72 tokens

github

Drive GitHub via the official gh CLI — repos, issues, pull requests, releases, gists, Actions runs, and raw REST through gh api. Use when the user asks to inspect or manage GitHub.

AtomicBot-ai/atomic-agent · 48 tokens

testdino-releases

Use when the user wants to browse, inspect, create, or update releases/milestones in a TestDino project. Covers listreleases, getrelease, createrelease, and updaterelease. Accepts counter-style IDs like MS-12.

anthropics/claude-plugins-community · 56 tokens

create-milestone

Create a GitHub milestone for an upcoming release. Suggests the next version based on the latest release, gathers all merged PRs and closed issues since that release, presents a draft with two tables (Issues and PRs) for user approval, then creates the milestone and assigns all approved items.

agentic-community/mcp-gateway-registry · 64 tokens

shiplog

Recap of everything shipped since the last run - cross-repo PRs, security fixes, star deltas, and X traction, synthesized into a digest article and a ready-to-post shiplog in your voice.

aeonfun/aeon · 46 tokens