openproject-mcp-server: Command for Claude Code

.claude/commands/review-tool.md

review-tool is a command for Claude Code from AndyEverything/openproject-mcp-server. It costs 0 tokens per session (193 once invoked), scanned A, original, no licence file.

A command that reviews an MCP tool implementation supplied through its argument. MCP tools let coding agents call external services or actions.

In plain words
What is it for?
Reviewing an MCP tool implementation passed in the command argument.
Why use it?
It helps inspect tool code when you want feedback on an implementation. The review criteria are not specified here.

Command for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

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

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/andyeverything/openproject-mcp-server/review-tool.svg)](https://agentmods.dev/commands/andyeverything/openproject-mcp-server/review-tool)
Your own site
<a href="https://agentmods.dev/commands/andyeverything/openproject-mcp-server/review-tool"><img src="https://agentmods.dev/badge/commands/andyeverything/openproject-mcp-server/review-tool.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 193 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 unknown 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.00193
Opus 5 $0.00000 $0.00097
Sonnet 5 $0.00000 $0.00039
Haiku 4.5 $0.00000 $0.00019

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

Security

Grade A, and why

review-tool 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-tool.md · 31 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 31 lines · 0 tokens per session scan A 057d882e1980

Subscribe to this mod's changes

review-tool is a command published in the GitHub repository AndyEverything/openproject-mcp-server (76 stars, last pushed 5mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 193 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.

Related

Other commands, from other repositories

review

Comprehensive code review for blz changes.

outfitter-dev/blz · 8 tokens

implement

Multi-agent advisory squad workflow for implementing code changes: classify → score risk → select agents → planner → Gate 1 (plan approval) → advisory squad → Gate 2 (Blocker halt) → implementer → consolidator → verdict. Auto-detects depth (quick/normal/deep) from risk + file count; pass --quick or --deep to override.…

ggemba/squad-mcp · 0 tokens

inventory

Codebase inventory skill — scans the repo for a named pattern (inline SQL, fetch calls, feature flags, debug leftovers, deprecated APIs, etc.) and emits a structured Markdown inventory cross-referenced with framework metadata (routes, handlers). Language-agnostic and pack-driven — the engine matches whatever a YAML…

ggemba/squad-mcp · 0 tokens

stats

Show squad-mcp observability dashboard for past runs in this workspace. Bar charts, score distribution, verdict mix, sparkline trend, per-agent token + wall-clock cost breakdown. Reads .squad/runs.jsonl; never writes. Triggers: "squad stats", "run history", "score distribution", "where did the tokens go", "how much…

ggemba/squad-mcp · 0 tokens

review

Review the current plan with peer LLMs via inspectrum.

yannmenec/inspectrum · 12 tokens

show_diff

Call the showdiff MCP tool to show me a side-by-side visual diff (it returns an image in the chat). If I passed a checkpoint sha in $ARGUMENTS, diff that checkpoint; otherwise show my current uncommitted changes.

ZoeLinUTS/MagicTeX-mcp · 17 tokens