init-pr

A repository-specific command for pushing changes and creating pull requests on GitHub, a code-hosting service, with the ohah account.

In plain words
What is it for?
It is for checking the repository remote, switching the GitHub CLI account when needed, pushing changes, and creating or updating a pull request. It switches back afterward.
Why use it?
It handles the required GitHub account and SSH settings for this repository, reducing the chance of pushing with the wrong identity.

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/init-pr
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 370 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.00370
Opus 5 $0.00000 $0.00185
Sonnet 5 $0.00000 $0.00074
Haiku 4.5 $0.00000 $0.00037

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

Security

Grade A, and why

init-pr 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/init-pr.md · 38 lines

What it actually says

PR 전 gh 계정·SSH 설정 (이 레포 전용)

이 레포(ohah/react-native-mcp)에서는 ohah GitHub 계정으로 push·PR을 사용한다.

해야 할 것

  • SSH remote: push가 ohah SSH 키를 쓰도록 origin을 github.com-private 로 맞춘다. (한 번만 하면 됨.)
    git remote set-url origin [email protected]:ohah/react-native-mcp.git
    
    ~/.ssh/configHost github.com-private 가 ohah용 키를 쓰도록 설정되어 있어야 한다.
  • gh: gh auth switch 로 ohah 계정을 쓰면 된다.

수동으로 할 때

이 레포에서 PR 만들기·푸시 전에:

gh auth switch --hostname github.com --user ohah

작업 끝난 뒤 다른 레포로 갈 때, 원래 쓰던 계정으로 돌리려면:

gh auth switch --hostname github.com --user <원래_계정명>

/pr 커맨드 동작

/pr 실행 시 에이전트가 자동으로:

  1. origin이 [email protected]:ohah/react-native-mcp.git 인지 확인하고, 아니면 한 번 설정한 뒤
  2. 현재 gh 로그인 계정을 확인하고,
  3. ohah가 아니면 일시적으로 ohah로 전환한 뒤 push·PR 생성/수정을 하고,
  4. 다시 원래 계정으로 전환한다.

그래서 /pr 한 번 실행해도 전역 gh 설정은 원래대로 유지된다.

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 · 38 lines · 0 tokens per session scan A d498390db6a7

Subscribe to this mod's changes

init-pr 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 370 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.