Borrowing it
Nothing to install: this file belongs to kota1026/quantum-shield. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/kota1026/quantum-shield/claude/research-emerging-tech-opportunities-dH6pR/.claude/commands/pr-merge.mdgit clone --depth 1 https://github.com/kota1026/quantum-shieldWrote 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.
[](https://agentmods.dev/commands/kota1026/quantum-shield/pr-merge)<a href="https://agentmods.dev/commands/kota1026/quantum-shield/pr-merge"><img src="https://agentmods.dev/badge/commands/kota1026/quantum-shield/pr-merge.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00300 |
| Opus 5 | $0.00000 | $0.00150 |
| Sonnet 5 | $0.00000 | $0.00060 |
| Haiku 4.5 | $0.00000 | $0.00030 |
Grade A, and why
pr-merge 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.
What it actually says
PR作成・マージコマンド
現在のブランチの変更をPR作成してmainにマージします。
1. 変更確認
git status
git log --oneline origin/main..HEAD
2. コミット(未コミットがある場合)
git add -A
git commit -m "$ARGUMENTS"
git push -u origin $(git branch --show-current)
3. PR作成
GitHub Web UIで作成:
- https://github.com/kota1026/quantum-shield/pulls
- 「New pull request」
- compare: 現在のブランチを選択
- 「Create pull request」
または gh CLI:
gh pr create --title "$ARGUMENTS" --body "Phase 6 implementation updates"
4. マージ
GitHub Web UIで:
- PRページを開く
- 「Merge pull request」
- 「Confirm merge」
または gh CLI:
gh pr merge --merge
5. ローカル更新
git checkout main
git pull origin main
6. Codespaces同期
Codespacesで:
git pull origin main
cd apps/web && pnpm install && pnpm dev
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.
- 7d ago First seen · 59 lines · 0 tokens per session scan A 94c171a89ba4
pr-merge is a command published in the GitHub repository kota1026/quantum-shield (0 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 300 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
recreate-pr
Create a copy of an existing PR with review comments summarized as fixes. This allows Gemini (or other reviewers) to re-review the changes.
README
Command "README" from hiromaily/go-crypto-wallet, covering claude code commands, commands, btc e2e commands, workflow and related.
add-commit-push
When /git [message] is invoked, immediately execute the following steps to stage changes, create a conventional commit, and push to the current branch.
audit
Full security audit of a Solidity/Vyper/Rust contract or directory. Runs the entire vuln-skills library and dispatches DeFi specialist subagents based on detected protocol type.
audit-live
Audit a deployed contract on a live chain. Pulls verified source from the block explorer, optionally forks the chain for live-state simulation.
audit-multi-chain
Diff the on-chain configuration of one contract deployed across multiple chains — owner, oracle, fees, timelock, pause state, proxy impl — and flag the chain that drifted.