review-workflow-management

review-workflow-management is a skill for Claude Code from diagrid-labs/dapr-skills. It costs 66 tokens per session (899 once invoked), scanned A, original, MIT.

A read-only review of the HTTP endpoints used to control Dapr Workflows. These endpoints can start, inspect, stop, pause, resume, signal, or remove workflow runs.

In plain words
What is it for?
Use it to audit workflow management APIs and their handling of start, status, termination, pause, resume, events, and cleanup.
Why use it?
It finds missing controls, inconsistent responses, weak authentication, fixed identifiers, blocking waits, and overly broad error handling.

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 workflow management APIs and their handling of start, status, termination, pause, resume, events, and cleanup.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/diagrid-labs/dapr-skills/review-workflow-management"><img src="https://agentmods.dev/badge/skills/diagrid-labs/dapr-skills/review-workflow-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 899 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.00066 $0.00899
Opus 5 $0.00033 $0.00449
Sonnet 5 $0.00013 $0.00180
Haiku 4.5 $0.00007 $0.00090

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

Security

Grade A, and why

review-workflow-management 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-workflow-management/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 Dapr Workflow — Management Endpoints

Overview

Reviews the HTTP/gRPC management surface a Dapr Workflow app exposes (start, get-status, terminate, pause, resume, raise-event, purge). Checks for missing endpoints, divergent response shapes, missing auth, hard-coded ids, blocking await patterns, and unscoped error handling. Read-only: this skill never modifies source files. Workflow body code and activity bodies are out of scope and are covered by review-workflow-determinism and review-workflow-activity.

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.md and follow it to produce language, management_files, and workflow_files. If management_files is empty, emit a single critical finding (DWF-MGT-001 — no management endpoints found) and stop.
  3. Load checklist — Based on language, read exactly one of:
  4. Required-coverage pass — Determine which of the canonical endpoints are present by grepping management_files for the SDK calls listed in the checklist's "Required endpoint coverage" table. Emit a finding for each missing endpoint using the rule id from that table. If workflow_files references WaitForExternalEventAsync / wait_for_external_event, also enforce the raise-event endpoint (DWF-MGT-006).
  5. Per-endpoint pass — For every endpoint that is present, walk the per-rule heuristics (DWF-MGT-007 and onward) and emit findings for each match.
  6. Report — Format every finding using the canonical template from ../shared/review-report-format.md. Group by severity, then rule id, then file path.
  7. 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 · 66 tokens per session scan A 690aa07e1530

Subscribe to this mod's changes

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