review

review is a command for Claude Code from nickperrott/videodrome-plugin. It costs 0 tokens per session (1,271 once invoked), scanned A, original, MIT.

A command for reviewing files that are waiting for manual approval because their automatic matches are uncertain.

In plain words
What is it for?
Use it to list pending files, inspect one file, approve it for ingestion, or reject it from the queue.
Why use it?
It shows the file's parsed details, possible TMDb matches, confidence scores, and destination before ingestion, helping avoid incorrect media imports.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the videodrome plugin — 1 skill, 9 commands, 4 agents, 1 hook shipped together

Install

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.

agentmods
npx agentmods add commands/nickperrott/videodrome-plugin/review
Clone the repo
git clone --depth 1 https://github.com/nickperrott/videodrome-plugin

Made for: Claude Code.

Or install videodrome, the plugin that ships this one along with the rest of its 1 skill, 9 commands, 4 agents, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/nickperrott/videodrome-plugin/review.svg)](https://agentmods.dev/commands/nickperrott/videodrome-plugin/review)
Your own site
<a href="https://agentmods.dev/commands/nickperrott/videodrome-plugin/review"><img src="https://agentmods.dev/badge/commands/nickperrott/videodrome-plugin/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,271 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.01271
Opus 5 $0.00000 $0.00635
Sonnet 5 $0.00000 $0.00254
Haiku 4.5 $0.00000 $0.00127

Measured 5d ago against content hash 4af04a8d750a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

review 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 5d 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.

videodrome-plugin/commands/review.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/videodrome:review - Review Pending Queue Items

Review and process files in the manual review queue (low-confidence matches).

Usage

/videodrome:review [--all] [--file=<path>] [--approve] [--reject]

Arguments

  • --all (optional): Show all pending queue items
  • --file=PATH (optional): Review specific file
  • --approve (optional): Approve and ingest the file
  • --reject (optional): Reject and remove from queue

Examples

/videodrome:review
/videodrome:review --all
/videodrome:review --file=/data/ingest/movie.mkv
/videodrome:review --file=/data/ingest/movie.mkv --approve
/videodrome:review --file=/data/ingest/movie.mkv --reject

What it does

List Mode (default)

  1. Query ingest queue for pending items
  2. Display items requiring manual review
  3. Show identification results and confidence scores
  4. Present suggested matches from TMDb
  5. Provide commands for approval/rejection

Single File Review

  1. Load file from queue
  2. Display parsed metadata from guessit
  3. Show top TMDb matches with confidence scores
  4. Present destination path preview
  5. Offer interactive approval/rejection

Approve Action

  1. Validate user confirmation
  2. Execute ingest pipeline for approved item
  3. Remove from queue
  4. Log to history database

Reject Action

  1. Remove item from queue
  2. Optionally move to rejected directory
  3. Log rejection reason

Safety Classification

Mixed Operation

  • List/review: Read-only (auto-approved)
  • Approve: Write operation (requires confirmation)
  • Reject: Write operation (requires confirmation)

MCP Tools Used

  • get_ingest_queue() - Retrieve pending items (read-only)
  • get_queue_item(file_path: str) - Get specific item details (read-only)
  • approve_queue_item(file_path: str) - Process approved item (write)
  • reject_queue_item(file_path: str, reason: str) - Remove rejected item (write)

Output

List All Items

Manual Review Queue: 3 items

[1] /data/ingest/The.Thing.mkv
    Parsed: The Thing (no year)
    Confidence: 0.68

    Possible Matches:
    A) The Thing (1982) [ID: 1091] - Confidence: 0.68
       Genre: Horror, Science Fiction
       Rating: 8.1/10

    B) The Thing (2011) [ID: 64686] - Confidence: 0.66
       Genre: Horror, Science Fiction
       Rating: 6.2/10

    Command: /videodrome:review --file=/data/ingest/The.Thing.mkv

[2] /data/ingest/random.movie.avi
    Parsed: random movie (no year)
    Confidence: 0.45
    No confident TMDb matches found
    Recommendation: Rename file or provide more metadata

[3] /data/ingest/foreign.film.mkv
    Parsed: foreign film (no year)
    Confidence: 0.52
    Multiple ambiguous matches - manual selection required

Read the full file on GitHub · 174 lines

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. 5d ago First seen · 174 lines · 0 tokens per session scan A 4af04a8d750a

Subscribe to this mod's changes

review is a command published in the GitHub repository nickperrott/videodrome-plugin (1 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,271 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.