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.
npx agentmods add commands/ohah/react-native-mcp/review-applygit clone --depth 1 https://github.com/ohah/react-native-mcpWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00328 |
| Opus 5 | $0.00000 | $0.00164 |
| Sonnet 5 | $0.00000 | $0.00066 |
| Haiku 4.5 | $0.00000 | $0.00033 |
Grade A, and why
review-apply 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.
What it actually says
PR 리뷰 제안사항 로컬 적용 (review-apply)
현재 브랜치의 PR에서 suggestion 블록이 포함된 리뷰 댓글을 가져와 로컬 파일에 적용합니다. GitHub의 "Commit suggestion"을 로컬에서 재현합니다.
사용 시점
- Cursor에서 이 명령을 실행합니다 (예: 명령 팔레트 → "review-apply" 또는
/review-apply).
실행 순서
-
현재 브랜치의 PR 찾기
- PR이 없으면 "현재 브랜치에 PR이 없습니다"라고 알리고 중단합니다.
-
리뷰 댓글 가져오기
gh api repos/ohah/react-native-mcp/pulls/<PR-번호>/comments -
suggestion 블록이 있는 댓글만 유지
body에```suggestion이 포함된 댓글만 사용합니다.
-
모호한 경우 사용자에게 질문
- 같은 파일의 같은 라인에 2개 이상의 제안이 있는 경우
- 해당 라인의 현재 내용이 크게 변경된 경우
path의 파일이 로컬에 존재하지 않는 경우
-
로컬 파일에 제안 적용
-
적용 내용 요약
참고
- 레포 루트에서
gh인증된 상태로 실행합니다. - 인라인 리뷰 댓글만 사용합니다.
```suggestion…```안의 텍스트만 적용합니다.
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.
- 2d ago First seen · 37 lines · 0 tokens per session scan A 272cc8dcce70
review-apply 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 328 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.
Other commands, from other repositories
speckit.git.commit
Auto-commit changes after a Spec Kit command completes.
commit-all
Group all changes semantically and commit each group separately.
commit
Based on the above changes, create a single git commit.
commit
Safe git commit practices for MindRoom.
commit
智能生成 Git 提交信息并提交.
commit
Create a Conventional Commit with signoff.