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.
- Resolve scope — Read
../shared/review-scope-prompt.mdand follow it to setscope_root. - Detect target — Read
../shared/review-detect-target-agent.md. Iftopology == single-agent, emitNo issues found.and stop. - Load checklist — Based on
language, read exactly one of: - Scan — Apply every rule. Port-collision rules require parsing
dapr.yaml; topic-routing rules require grepping forpublish_topic=/subscribe_topic=/DaprClient.PublishEventAsync(. - Report — Format findings using
../shared/review-report-format.md. - Show final message — Emit the report from step 5 with a
## Next stepsblock.
Prerequisites
- Read access to the project directory.
Allowed tools
Read, Grep, Glob only.
Rules
- Python rules —
DAG-ORCH-001…DAG-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-toolsandreview-agent-memorynext if not yet run. - Run
review-agent-observabilityfor nativedapr-agentsprojects. - Re-run this skill after fixing critical findings.
Do not add any text after the report.