release

A release command for publishing an npm package, a reusable JavaScript package, and creating its GitHub release notes.

In plain words
What is it for?
Use it to release the server or React Native package, push its version tag, generate notes, and create a GitHub Release.
Why use it?
It coordinates version checks, Git tags, account settings, and the publish workflow so a release follows the repository's rules.

Command for Cursor

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/ohah/react-native-mcp/release
Clone the repo
git clone --depth 1 https://github.com/ohah/react-native-mcp

Made for: Cursor.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 343 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 $0.00000 $0.00343
Opus 5 $0.00000 $0.00171
Sonnet 5 $0.00000 $0.00069
Haiku 4.5 $0.00000 $0.00034

Measured 2d ago against content hash 32124c08c738, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 2d 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.

.cursor/commands/release.md · 21 lines

What it actually says

npm에 패키지 릴리즈

버전 태그를 만들고 push하여 npm 배포를 트리거합니다. GitHub Action Publish to npm이 태그 push에서 실행됩니다. 릴리즈 노트를 생성하고 GitHub Release를 만듭니다.

에이전트가 할 일

  1. 패키지 결정: 사용자가 패키지를 지정하지 않으면 질문합니다: "어떤 패키지를 릴리즈할까요? (server | react-native)"
  2. 버전 확인: 패키지의 package.jsonversion을 확인합니다.
  3. SSH remote: origin이 [email protected]:ohah/react-native-mcp.git인지 확인합니다.
  4. gh 계정: push 전에 gh api user -q .login을 확인합니다.
  5. 릴리즈 명령 실행 (태그 생성 및 push)
  6. 릴리즈 노트: 이전 태그 이후의 커밋에서 생성합니다.
  7. GitHub Release: 새 태그로 릴리즈를 생성합니다.
  8. gh 계정 복원: ohah로 전환했다면 이전 계정으로 복원합니다.
  9. 확인: 태그가 push되었고 Publish to npm 워크플로우가 실행될 것이라고 알립니다.

참고

  • package.json의 버전은 태그 전에 이미 커밋되어 있어야 합니다.
  • 이 레포는 ohah GitHub 계정을 push에 사용합니다 (AGENTS.md 참고).
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. 2d ago First seen · 21 lines · 0 tokens per session scan A 32124c08c738

Subscribe to this mod's changes

release is a command published in the GitHub repository ohah/react-native-mcp (7 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 343 tokens. 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.