review-agent-orchestration

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

A read-only review for applications where multiple AI agents coordinate through messages. Pub/sub means agents publish messages to named topics and other agents subscribe to them.

In plain words
What is it for?
Use it to review topic names, maximum-iteration settings, agent registry wiring, Dapr port configuration, and shared state in multi-agent projects.
Why use it?
It looks for routing mistakes, unsafe loops, conflicting ports, missing agent connections, and shared-state risks that can make agents communicate incorrectly.

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 review topic names, maximum-iteration settings, agent registry wiring, Dapr port configuration, and shared state in multi-agent projects.

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

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

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

Measured 12d ago against content hash cd35688b4d39, 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-orchestration 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-orchestration/SKILL.md · 51 lines

How it starts

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

Review Agents — Orchestration

Overview

Scans multi-agent projects (coordinator + specialists) for pub/sub topic naming conventions, loop safety (max_iterations), agent-registry wiring, port collisions in dapr.yaml, and cross-agent shared-state hazards. Read-only. Single-agent projects receive zero findings.

Execution Order

You MUST follow these phases in strict order.

  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. If topology == single-agent, emit No issues found. and stop.
  3. Load checklist — Based on language, read exactly one of:
  4. Scan — Apply every rule. Port-collision rules require parsing dapr.yaml; topic-routing rules require grepping for publish_topic= / subscribe_topic= / DaprClient.PublishEventAsync(.
  5. Report — Format findings using ../shared/review-report-format.md.
  6. Show final message — Emit the report from step 5 with a ## Next steps block.

Prerequisites

  • Read access to the project directory.

Allowed tools

Read, Grep, Glob only.

Rules

  • Python rulesDAG-ORCH-001DAG-ORCH-009
  • .NET rules — shared subset of DAG-ORCH-* (see the rule-id map in the Python file)

Show final message

The last thing you emit MUST be the report from step 5. ## Next steps should suggest:

  • Run review-agent-tools and review-agent-memory next if not yet run.
  • Run review-agent-observability for native dapr-agents projects.
  • Re-run this skill after fixing critical findings.

Read the full file on GitHub · 51 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 · 51 lines · 57 tokens per session scan A cd35688b4d39

Subscribe to this mod's changes

review-agent-orchestration is a skill published in the GitHub repository diagrid-labs/dapr-skills (12 stars, last pushed 3d ago), licensed MIT. It adds 57 tokens to every session and 609 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