review-workflow-activity

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

A read-only code review for Dapr Workflow activities, which are the individual tasks run by a Dapr workflow.

In plain words
What is it for?
Use it to audit activity implementations in .NET or Python projects. It checks each activity file without changing source code.
Why use it?
It helps find duplicate-work risks, retry and error-handling problems, oversized data, missing cancellation handling, and project convention violations before they cause failures.

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 activity implementations in .NET or Python projects. It checks each activity file without changing source code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/diagrid-labs/dapr-skills/review-workflow-activity"><img src="https://agentmods.dev/badge/skills/diagrid-labs/dapr-skills/review-workflow-activity.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 804 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.00804
Opus 5 $0.00028 $0.00402
Sonnet 5 $0.00011 $0.00161
Haiku 4.5 $0.00006 $0.00080

Measured 12d ago against content hash 49fe49ab6f0d, 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-activity 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-activity/SKILL.md · 56 lines

How it starts

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

Review Dapr Workflow — Activities

Overview

Scans the bodies of Dapr Workflow activity classes/functions for idempotency issues, swallowed exceptions, payload size risks, cancellation handling, and convention violations. Read-only: this skill never modifies source files. Workflow body code and management endpoints are out of scope and are covered by review-workflow-determinism and review-workflow-management.

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 and activity_files. If activity_files is empty, emit a single warning finding (no activity files found) and stop.
  3. Load checklist — Based on language, read exactly one of:
  4. Scan — For each activity 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 an activity body (see "Cross-reference" in each checklist) 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.

Prerequisites

  • Read access to the project directory.
  • No build, compile, or run step is required — this skill is fully static.

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

Subscribe to this mod's changes

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