Borrowing it
Nothing to install: this file belongs to s-morgan-jeffries/omnifocus-mcp. 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/s-morgan-jeffries/omnifocus-mcp/main/.claude/commands/merge-and-status.mdgit clone --depth 1 https://github.com/s-morgan-jeffries/omnifocus-mcpWrote 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/s-morgan-jeffries/omnifocus-mcp/merge-and-status)<a href="https://agentmods.dev/commands/s-morgan-jeffries/omnifocus-mcp/merge-and-status"><img src="https://agentmods.dev/badge/commands/s-morgan-jeffries/omnifocus-mcp/merge-and-status/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/s-morgan-jeffries/omnifocus-mcp/merge-and-status"><img src="https://agentmods.dev/badge/commands/s-morgan-jeffries/omnifocus-mcp/merge-and-status.svg" alt="Reviewed on agentmods" width="80" 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.00278 |
| Opus 5 | $0.00000 | $0.00139 |
| Sonnet 5 | $0.00000 | $0.00056 |
| Haiku 4.5 | $0.00000 | $0.00028 |
Grade A, and why
merge-and-status 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 12d 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
Merge the current PR, pull main, and show open milestone issues.
Steps
-
Find the open PR for the current branch:
gh pr list --head "$(git branch --show-current)" --state open --json number --jq '.[0].number' -
Wait for CI checks to pass:
gh pr checks <number> --watch -
Squash merge the PR and delete the branch:
gh pr merge <number> --squash --delete-branch -
Switch to main and pull:
git checkout main && git pull -
Determine the current milestone. Look at the most recent closed PR's milestone, or find the earliest open milestone:
gh api repos/:owner/:repo/milestones --jq 'sort_by(.due_on // .title) | map(select(.state == "open")) | .[0].title' -
List open issues on that milestone:
gh issue list --milestone "<milestone>" --state open -
Display results as a formatted table with issue number, title, and labels.
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.
- 12d ago First seen · 36 lines · 0 tokens per session scan A aa4a012e528e
merge-and-status is a command published in the GitHub repository s-morgan-jeffries/omnifocus-mcp (7 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 278 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
start-development
Start development workflow process in Moira.
onplana-connect
Connect Claude Code to the Onplana MCP server, then verify it works.
staff-event
Build a complete event staffing plan (configured-market match, W-2 rates, tier-based lead time, compliance) and prepare a buyer-submitted quote form.
gsd:ship
Create PR, run review, and prepare for merge after verification passes.
hybrid-complete
Complete Hybrid Ralph task in worktree, verify all stories complete, commit code changes (excluding planning files), merge to target branch, and cleanup worktree directory. Can be run from any directory.
gsd:quick
Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents.