review-agent-tools

review-agent-tools is a skill for Claude Code from diagrid-labs/dapr-skills. It costs 56 tokens per session (901 once invoked), scanned A, original, MIT.

A read-only review of AI agent tools for common implementation problems. It supports Python Dapr Agents and .NET agents running on Dapr Workflow.

In plain words
What is it for?
Use it to audit tool idempotency, validation, descriptions, return sizes, exception handling, and other tool-definition issues.
Why use it?
It helps catch unsafe inputs, repeated side effects, missing documentation, oversized results, hidden errors, and convention violations.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the dapr-skills plugin — 18 skills shipped together

Good fit Use it to audit tool idempotency, validation, descriptions, return sizes, exception handling, and other tool-definition issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/diagrid-labs/dapr-skills/review-agent-tools
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.

Any agent
npx skills add diagrid-labs/dapr-skills --skill review-agent-tools
Clone the repo
git clone --depth 1 https://github.com/diagrid-labs/dapr-skills

Made for: Claude Code.

Or install dapr-skills, the plugin that ships this one along with the rest of its 18 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/diagrid-labs/dapr-skills/review-agent-tools/github.svg)](https://agentmods.dev/skills/diagrid-labs/dapr-skills/review-agent-tools)
Your own site
<a href="https://agentmods.dev/skills/diagrid-labs/dapr-skills/review-agent-tools"><img src="https://agentmods.dev/badge/skills/diagrid-labs/dapr-skills/review-agent-tools/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-tools

Your own site · 80×15
<a href="https://agentmods.dev/skills/diagrid-labs/dapr-skills/review-agent-tools"><img src="https://agentmods.dev/badge/skills/diagrid-labs/dapr-skills/review-agent-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 901 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.00056 $0.00901
Opus 5 $0.00028 $0.00451
Sonnet 5 $0.00011 $0.00180
Haiku 4.5 $0.00006 $0.00090

Measured 12d ago against content hash 3b8ae539397c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

review-agent-tools 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 12d 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.

skills/review-agent-tools/SKILL.md · 57 lines

How it starts

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

Review Agents — Tools

Overview

Scans agent tool definitions for idempotency issues, missing docstrings / descriptions, unbounded return payloads, swallowed exceptions, and convention violations. Applies to both supported paths: the Python dapr-agents SDK and diagrid[<extra>] wrappers, and .NET Microsoft Agent Framework agents running on Dapr Workflow. "Dapr Agents" is the Python framework specifically — it has no .NET SDK. Read-only: this skill never modifies source files. Memory configuration is covered by review-agent-memory; multi-agent orchestration by review-agent-orchestration; observability by review-agent-observability.

Execution Order

You MUST follow these phases in strict order. Do not load files outside the agreed scope, and do not write or edit any files.

  1. Resolve scope — Read ../shared/review-scope-prompt.md and follow it to set scope_root.
  2. Detect target — Read ../shared/review-detect-target-agent.md and follow it to produce language, flavor, and tool_files. If tool_files is empty, emit a single warning finding (no tool files found) and stop.
  3. Load checklist — Based on language, read exactly one of:
  4. Scan — For each tool file in scope, apply every rule from the loaded checklist using Grep and Read. For each match, capture file:line, the rule id, and a short evidence snippet. Confirm the match is inside a tool body (the function decorated with @tool / wrapped with AIFunctionFactory.Create) before promoting it from "Please verify" to a graded severity.
  5. Report — Format every finding using the canonical template from ../shared/review-report-format.md. Group by severity, then rule id, then file path.
  6. Show final message — Your last output is the report. Do not append a summary, follow-up question, or next-action prompt other than the ## Next steps block defined by the report format.

Read the full file on GitHub · 57 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 57 lines · 56 tokens per session scan A 3b8ae539397c

Subscribe to this mod's changes

review-agent-tools is a skill published in the GitHub repository diagrid-labs/dapr-skills (12 stars, last pushed 3d ago), licensed MIT. It adds 56 tokens to every session and 901 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories