cowork-review

cowork-review is a skill for Claude Code, Codex from Maless88/Roadboard. It costs 77 tokens per session (1,075 once invoked), scanned A, original, MIT.

A workflow for drafting, reviewing, and running work prompts stored as Markdown files. It uses review states, review logs, output checks, and task folders to control when work can proceed.

In plain words
What is it for?
Use it to manage prompts through drafting, review, execution, output review, and completion in tasks/todo, tasks/run, and tasks/done.
Why use it?
It prevents workers from running unreviewed prompts or marking work complete before required checks and evidence are available.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to manage prompts through drafting, review, execution, output review, and completion in tasks/todo, tasks/run, and tasks/done.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maless88/roadboard/cowork-review
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 Maless88/Roadboard --skill cowork-review
Clone the repo
git clone --depth 1 https://github.com/Maless88/Roadboard

Made for: Claude Code, Codex.

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 cowork-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/maless88/roadboard/cowork-review"><img src="https://agentmods.dev/badge/skills/maless88/roadboard/cowork-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,075 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.00077 $0.01075
Opus 5 $0.00039 $0.00537
Sonnet 5 $0.00015 $0.00215
Haiku 4.5 $0.00008 $0.00108

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

Security

Grade A, and why

cowork-review 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 11d 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.

packages/agent-skills/cowork-review/SKILL.md · 65 lines

How it starts

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

Cowork — prompt lifecycle + review gates

Worker-executable work lives as markdown prompt files under tasks/{todo,run,done} (gitignored). Move with plain mv — except run/done/, which only promote may perform.

Prompt frontmatter (MANDATORY)

---
status: draft        # draft | in-review | changes-requested | approved | blocked-review
review_round: 0      # incremented on each resubmission
# --- output-gate fields (populated after the Worker runs) ---
output_status: none  # none | pending | approved | changes-requested | blocked-review
output_round: 0      # incremented by review-output on each verdict
verification:        # filled by `promote` (build/tests) and by the Worker (evidence)
  build: unknown     # unknown | pass | fail
  tests: unknown     # unknown | pass | fail
  evidence: ""       # path to screenshot/log; required for UI tasks
---

A Worker is spawned ONLY when status: approved. A prompt reaches done/ ONLY when output_status: approved + build/tests green + evidence satisfied. Filesystem + frontmatter are the single source of truth.

Review gate (before any Worker execution)

  1. Architect drafts the prompt in tasks/todo/ (status: draft, review_round: 0).
  2. Architect submits it (status: in-review) to the Analyst (a review step — in the single-agent chatboard this is a dedicated review pass / a security-or-review agent like Argo, not a third session-role).
  3. Analyst writes a verdict (approved / changes-requested) into the frontmatter and APPENDS one round to ## Review log (never overwrites prior rounds).
  4. changes-requested → Architect revises in place, review_round++, status: in-review, resubmit.
  5. approved → proceed to execute.
  6. Loop cap: after 3 rounds without approvedstatus: blocked-review, escalate to the developer.

Analyst defaults to changes-requested when the prompt is ambiguous/under-specified/unverifiable/risky. Approval is earned. Analyst never writes code or moves files.

Read the full file on GitHub · 65 lines

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. 11d ago First seen · 65 lines · 77 tokens per session scan A 0b0d88f27820

Subscribe to this mod's changes

cowork-review is a skill published in the GitHub repository Maless88/Roadboard (2 stars, last pushed 27d ago), licensed MIT. It adds 77 tokens to every session and 1,075 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

xcatcher

Fetch fresh or recent public X (Twitter) posts from one or many named account handles through Xcatcher, with structured JSON results and optional x402 v2 USDC pay-per-crawl access on Base. Use for account monitoring, social intelligence, OSINT, tweet/post collection, timeline snapshots, or requests to scrape, crawl…

lvpiggyqq/xcatcher-mcp-manifest · 86 tokens

install-isingq-mcp

Install, update, connect, or diagnose IsingQ tools through standard MCP, Codex Plugin, or the native DeepSeek Harness Plugin. Use when a user wants IsingQ available in an Agent Host.

ising-tech/isingq-toolkit · 49 tokens

use-404-directory

Preflight a specific Polymarket observation or contemplated Yes/No action for settlement, timing, liquidity, slippage, geoblock, and execution risk; also assess an unfamiliar third-party Agent tool before installation or first use. Use when an exact Polymarket market reference or actual external-tool action is…

MM-sheng/404-directory · 83 tokens

mcp-gateway

Route work through an MCP gateway with token-efficient downstream service discovery, filtered tool search, exact schema lookup, service diagnostics, and forwarded tool calls. Use when an agent needs to find or call tools behind the gateway without loading every downstream schema.

jadchene/mcp-gateway · 53 tokens

agent-evidence-capture

Capture screenshots, short recordings, and milestone evidence during long-running agent tasks. Use when an agent is asked to perform multi-step browser, desktop, QA, troubleshooting, deployment, or admin workflows where the user wants checkpoint artifacts, progress evidence, error snapshots, or a final timeline of…

xiexie-qiuligao/agent-evidence-mcp · 65 tokens

nohumans-directory

Find and vet paid x402 API/data services before spending money, using nohumans.directory — which pays listings real USDC to verify delivery, and continuously re-checks every listing's live 402 — then optionally report whether a real payment delivered as promised. Use this whenever the task needs an external paid API…

jalcodev/nohumans-mcp · 113 tokens