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/pounceai/bob-control/bob-review-diffgit clone --depth 1 https://github.com/PounceAI/bob-controlWrote 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/pounceai/bob-control/bob-review-diff)<a href="https://agentmods.dev/commands/pounceai/bob-control/bob-review-diff"><img src="https://agentmods.dev/badge/commands/pounceai/bob-control/bob-review-diff.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 | $0.00021 | $0.01375 |
| Opus 5 | $0.00010 | $0.00687 |
| Sonnet 5 | $0.00004 | $0.00275 |
| Haiku 4.5 | $0.00002 | $0.00137 |
Grade A, and why
bob-review-diff 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the foreman. The user wants Bob to code-review the changes that were just
made in this repo (typically the ones you made this session). Bob reviews in its read-only
review mode — it never edits; it returns a structured findings list. Under headless dispatch the
worker parses those findings onto the board (the task result plus a bob-review note), so
they come back to you — you don't need Bob's webview panel.
Optional argument (focus note, or an explicit git ref range):
$ARGUMENTS
Do this:
-
Scope the review — let Bob gather the diff itself. Bob's
reviewmode has theread+commandgroups and is told to rungit diff/git logitself, so don't embed a big diff — hand Bob a scope and let it pull the diff.- If
$ARGUMENTShas a ref range (.., e.g.main...HEAD), reviewgit diff <range>. - Otherwise review the uncommitted changes (the ones just made): from
git status --porcelain, name the paths in scope — exclude unrelated in-progress work — and review them viagit diff HEAD -- <files>(untracked files by path). - If there are none, fall back to branch vs base:
git diff @{upstream}...HEAD, orgit diff main...HEADwith no upstream. - Only embed when there's no git scope to point at (a diff pasted into
$ARGUMENTS, or not a repo): a fenced ```diff block, bounded to ~12,000 chars (note any truncation). - If there is genuinely nothing to review, say so and stop — don't create an empty task.
- If
-
File the review task with
create_task:- mode:
review— Bob's native code-review mode. It runs read-only and returns structured findings (severity / location / category, many with a suggestedfixed_diff); the worker writes them to the board (taskresult+ abob-reviewnote), not Bob's webview panel. - title:
Code review: <short summary of the change>(imperative, specific). - tags:
['review'](the dedup key). Ifboard_status.worker_drainingshows a tag-pinned drainer serving this checkout, add its pin tag too — a worker only pulls tasks whose tags include its pin, so areview-only task sitspendingunder one. Don't pad with tags it won't match (code-review, etc.). - priority:
highif the user signals urgency, elsemedium. - description: a one-line ask to review for correctness bugs first, then
reuse/simplification/efficiency — then the scope (the git command + file list, or the
fenced diff only if embedding), then the focus note from
$ARGUMENTSif any. (Bob's review mode supplies its own rubric and findings format, so keep this short; don't over-specify.)
- mode:
-
Wait for Bob, then surface the findings. Report the new task id and that it routes to
{review}. First checkboard_status(itsworker_drainingreflects a 2.0 in-process loop as well as a 1.x worker): ifworker_draining.drainingis false, nothing is draining the board — tell the user it's queued as #id and to start a drainer (open the repo in a Bob 2.0 window, whose in-process loop drains automatically, or run a 1.x worker vialaunch-worker.cmd), then stop. Otherwise a drainer is live and step 2 tagged the task to its pin, so don't report "queued" for a tag-pinned drainer — callawait_task {task_id: id}. It blocks until the drainer runs the task and Bob settles it, so the review comes back this turn:analysis_done(ordone) → the full review is in the taskresultplus a structuredbob-reviewnote (severity / location / category, with anyfixed_diff). Surface the findings, correctness issues first.waiting(poll window elapsed) → callawait_taskagain; keep waiting while Bob works. If it stayswaitingacross several calls, nothing is draining the board — tell the user it's queued as #id and to start a drainer (as above) or check/bob-board.needs_input→ Bob asked a question (in the response). A 1.x worker parks it on the board — surface it and have the user answer, thenawait_taskagain. A 2.0 in-process Bob has no board reply channel, so surface the question for the user to steer in Bob's window.blocked/cancelled→ report Bob stopped, with the note reason.
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.
- 3d ago First seen · 71 lines · 21 tokens per session scan A 6721c35eb092
bob-review-diff is a command published in the GitHub repository PounceAI/bob-control (1 stars, last pushed 20d ago), licensed Apache-2.0. It adds 21 tokens to every session and 1,375 once invoked, about $0.0001 per session on Opus 5. 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
app-init
Start a new mobile app project — runs requirements intake, then CEO vision, then PRD + architecture in parallel.
app-learn
Mine a shipped app's conventions into the living House Knowledge Base — adds net-new learnings to knowledge/.md, harvests its failures into knowledge/failure-corpus.md, and flags conflicts for human decision.
app-status
Show the current state of the project — vision, sprint goal, board, blockers, daily report.
app-recover
Recover an interrupted run — reconcile the ledger, the board, the worktrees and the wave, then restart from a known state.
bug
Reproduce then TDD-fix a ready-for-agent bug ticket in this checkout. Web bugs get a browser repro first.
review
Harsh maintainability review of one PR. Comments, not patches. Do not merge.