issue

A command for creating a GitHub issue, a tracked request for a bug, feature, or other project work.

In plain words
What is it for?
Use it to create an issue in the current repository, optionally with a supplied title, body, label, and assignee.
Why use it?
It turns a request into a consistently formatted issue with the repository's language, labels, and assignment 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/issue
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 437 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.00437
Opus 5 $0.00000 $0.00218
Sonnet 5 $0.00000 $0.00087
Haiku 4.5 $0.00000 $0.00044

Measured yesterday against content hash 2226284cbb36, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

issue 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.

.cursor/commands/issue.md · 31 lines

What it actually says

GitHub 이슈 생성

현재 레포에 GitHub 이슈를 생성한다. 언어·라벨·담당자 규칙을 따른다.

언어

이슈 제목, 본문 모두 한국어로 작성한다.

에이전트가 할 일

  1. 제목: 사용자가 지정하면 그대로 사용. 미지정 시 사용자 요청을 반영한 한국어 주제 (짧고 명령형, 50자 이하 권장).
  2. 본문: 사용자가 본문을 지정하면 사용. 미지정 시 목적·상황을 한두 문단으로 요약해 작성.
  3. gh 계정: gh issue creategh api user -q .login으로 사용자 확인. ohah 아니면 gh auth switch --hostname github.com --user ohah 후 작업. 작업 끝나면 이전 사용자로 복원.
  4. 라벨: gh label list로 사용 가능 라벨 확인. 타입에 맞게 선택.
    • 버그 → bug
    • 기능/개선 → enhancement
    • 문서 → documentation
    • 기타 → 사용자 지정 또는 생략
  5. 이슈 생성: gh issue create --title "<제목>" --body "<본문>" --assignee @me [--label "<라벨>"]
    • 본문이 길거나 줄바꿈이 많으면 --body-file issue-body.md 사용 (파일 생성 후 전달, 작업 후 삭제 가능).

gh 계정·SSH (이 레포)

  • origin: git remote set-url origin [email protected]:ohah/react-native-mcp.git
  • gh: 이슈 생성 전 사용자 확인. ohah가 아니면 위와 같이 전환 후 작업하고 끝나면 복원.

참고

  • 기존 이슈 목록 확인: gh issue list --state open --limit 20
  • 이슈 번호로 조회: gh issue view <번호>
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 First seen · 31 lines · 0 tokens per session scan A 2226284cbb36

Subscribe to this mod's changes

issue 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 437 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.