LegendaryTeam_For_Claude: Command for Claude Code

.claude/commands/review-queue.md

review-queue is a command for Claude Code from RegardV/LegendaryTeam_For_Claude. It costs 0 tokens per session (540 once invoked), scanned A, original, MIT.

A manager for a human review queue, which is a list of tasks waiting for a person to decide whether they should run. It shows tasks involving uncertain results, security, architecture, or infrastructure.

In plain words
What is it for?
Use it to list queued tasks, inspect confidence and reasons, review priority and category, and see suggested approval or rejection actions.
Why use it?
It makes pending human decisions visible before potentially risky or uncertain automated work proceeds.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is RegardV/LegendaryTeam_For_Claude's own configuration. It tells Claude Code how to work on LegendaryTeam_For_Claude 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 LegendaryTeam_For_Claude configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/review-queue-manager.js list.

Reuse

Borrowing it

Nothing to install: this file belongs to RegardV/LegendaryTeam_For_Claude. 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/RegardV/LegendaryTeam_For_Claude/main/.claude/commands/review-queue.md
Clone the repo
git clone --depth 1 https://github.com/RegardV/LegendaryTeam_For_Claude

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-queue

README.md
[![agentmods](https://agentmods.dev/badge/commands/regardv/legendaryteam_for_claude/review-queue.svg)](https://agentmods.dev/commands/regardv/legendaryteam_for_claude/review-queue)
Your own site
<a href="https://agentmods.dev/commands/regardv/legendaryteam_for_claude/review-queue"><img src="https://agentmods.dev/badge/commands/regardv/legendaryteam_for_claude/review-queue.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 540 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.00000 $0.00540
Opus 5 $0.00000 $0.00270
Sonnet 5 $0.00000 $0.00108
Haiku 4.5 $0.00000 $0.00054

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

Security

Grade A, and why

review-queue 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 8d 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-queue.md · 86 lines

How it starts

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

Review Queue Management

Display and manage the human review queue for parallel autonomous operations.

What this command does

Shows all tasks waiting for human review, including:

  • Tasks with uncertain confidence scores (40-69%)
  • Security-critical tasks
  • Architecture decisions
  • Infrastructure changes

Usage

Run the review queue manager script and display the current queue:

node scripts/review-queue-manager.js list

Then provide a summary of:

  1. Number of tasks in queue
  2. Priority breakdown (high/medium/low)
  3. Type breakdown (security/architecture/infrastructure)
  4. Average wait time
  5. Recommended action for each task

Format the output in a user-friendly way with:

  • Clear task descriptions
  • Confidence scores
  • Uncertainty reasons
  • Links to detailed plans
  • Approval/reject commands

Example format:

╔═══════════════════════════════════════════════════════════╗
║ HUMAN REVIEW QUEUE - 3 Tasks Waiting                     ║
╚═══════════════════════════════════════════════════════════╝

🔴 [HIGH] OAuth 2.0 Integration
   Confidence: 45%
   Type: Security
   Waiting: 12 minutes
   Uncertainty:
    • First-time OAuth implementation
    • Security implications for user authentication
    • New architectural pattern
   Plan: thoughts/shared/plans/plan-oauth-security.md

   To approve: /approve-task review-001
   To reject:  /reject-task review-001

🟡 [MED] Microservices Architecture
   Confidence: 55%
   Type: Architecture
   Waiting: 8 minutes
   Uncertainty:
    • Major architectural change
    • Team needs microservices training
    • Cost implications ($350-750/month increase)
   Plan: thoughts/shared/plans/plan-microservices-architecture.md

   To approve: /approve-task review-002
   To reject:  /reject-task review-002

═══════════════════════════════════════════════════════════

Statistics:
 • Total queued: 3 tasks
 • Average wait: 10 minutes
 • High priority: 1
 • Medium priority: 2
 • Low priority: 0

Meanwhile, 5 autonomous teams are working on high-confidence tasks in parallel!

Read the full file on GitHub · 86 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. 8d ago First seen · 86 lines · 0 tokens per session scan A 5f04378ee7c3

Subscribe to this mod's changes

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