ai-job-hunter-app: Command for Claude Code

.claude/commands/review-agent-cli.md

review-agent-cli is a command for Claude Code from saeedkolivand/ai-job-hunter-app. It costs 13 tokens per session (377 once invoked), scanned A, original, Apache-2.0.

A review command for the agent-facing command-line interface. It uses the agent-cli-reviewer to check changes against the CLI's expected behaviour.

In plain words
What is it for?
Use it when reviewing pull requests that change agent CLI commands or their communication and output rules.
Why use it?
It provides a repeatable way to inspect CLI changes for compatibility, safety, and documentation drift.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents.

This is saeedkolivand/ai-job-hunter-app's own configuration. It tells Claude Code how to work on ai-job-hunter-app itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-job-hunter-app configures →

Reuse

Borrowing it

Nothing to install: this file belongs to saeedkolivand/ai-job-hunter-app. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/saeedkolivand/ai-job-hunter-app/main/.claude/commands/review-agent-cli.md
Clone the repo
git clone --depth 1 https://github.com/saeedkolivand/ai-job-hunter-app

Made for: Claude Code.

Wrote 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.

agentmods badge for review-agent-cli

README.md
[![agentmods](https://agentmods.dev/badge/commands/saeedkolivand/ai-job-hunter-app/review-agent-cli/github.svg)](https://agentmods.dev/commands/saeedkolivand/ai-job-hunter-app/review-agent-cli)
Your own site
<a href="https://agentmods.dev/commands/saeedkolivand/ai-job-hunter-app/review-agent-cli"><img src="https://agentmods.dev/badge/commands/saeedkolivand/ai-job-hunter-app/review-agent-cli/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.

agentmods 80×15 button for review-agent-cli

Your own site · 80×15
<a href="https://agentmods.dev/commands/saeedkolivand/ai-job-hunter-app/review-agent-cli"><img src="https://agentmods.dev/badge/commands/saeedkolivand/ai-job-hunter-app/review-agent-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 377 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00013 $0.00377
Opus 5 $0.00006 $0.00188
Sonnet 5 $0.00003 $0.00075
Haiku 4.5 $0.00001 $0.00038

Measured 7d ago against content hash 66a9bd69b9e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

review-agent-cli 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.

.claude/commands/review-agent-cli.md · 14 lines

What it actually says

Run an agent CLI review (verb surface, argv parsing, allowlist projections incl. nested types, the machine-readable output contract, help/schema drift, throttle scope, destructive-command ergonomics).

  1. Load the token-efficiency + agent-cli-standards skills.
  2. Scope with graphify/codegraph; stop at ~90% confidence. No repo-wide scan.
  3. Target = $ARGUMENTS if given, else the current git diff under apps/desktop/src-tauri/src/extension_bridge/agent_cli.rs, agent_read.rs, any CLI verb table they reach, and the CLI's slice of the shared protocol filesmsg.rs frame constants, the agent.query dispatch arm in mod.rs, and the origin/gate in auth.rs. Those three are owned by extension-reviewer; review the CLI's part and name them in the report so that reviewer runs too.
  4. Spawn only the agent-cli-reviewer subagent (Task) as Primary Owner. Add tauri-security-reviewer as Secondary for any destructive verb, new data exposure, or auth change — ≤3 reviewers.
  5. Report functional and stylistic findings in separate lists; only functional HIGH/CRITICAL block (irreversible action from a mis-parsed argument, PII a projection claims to exclude, unfenced untrusted text, a bypassed spend/rate limit, a hang, an output-contract break).
  6. If the diff changes runtime behaviour, require an end-to-end run against a live app — this surface's worst defects were invisible to reading.
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. 7d ago First seen · 14 lines · 13 tokens per session scan A 66a9bd69b9e8

Subscribe to this mod's changes

review-agent-cli is a command published in the GitHub repository saeedkolivand/ai-job-hunter-app (54 stars, last pushed today), licensed Apache-2.0. It adds 13 tokens to every session and 377 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-09-03.