reviewer

An automated review role for a Markdown and Bash skill-pack repository. It checks whether changes follow the repository's file-placement, documentation, shell-safety, and public-interface rules.

In plain words
What is it for?
Use it to review diffs, validate skill metadata, check Bash 3.2 compatibility, run relevant checks, and detect unwanted changes to commands or configuration conventions.
Why use it?
It catches repository-specific problems that a general code review or linter may miss before changes are committed.

Agent for Codex

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.

agentmods
npx agentmods add agents/dailybothq/deepworkplan-skill/reviewer
Clone the repo
git clone --depth 1 https://github.com/DailybotHQ/deepworkplan-skill

Made for: Codex.

Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 501 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00033 $0.00501
Opus 5 $0.00016 $0.00251
Sonnet 5 $0.00007 $0.00100
Haiku 4.5 $0.00003 $0.00050

Measured 2d ago against content hash c5c3611e18f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

reviewer 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 2d 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.

.agents/agents/reviewer.md · 48 lines

What it actually says

Reviewer

Role

Gatekeeper for changes to this Markdown + Bash skill pack. Catches the mistakes that are specific to this repo's contracts before they reach a PR — the ones a generic linter cannot see.

Inputs

A diff or a set of changed files (typically git diff against main).

Process

  1. Ship boundary. Every runtime file must live under skills/deepworkplan/; every dev-infra file must live outside it (repo root, .agents/, .github/, tests/, scripts/, docs/). Flag any runtime file added outside the pack, or dev-infra added inside it.
  2. Frontmatter contract. Any touched SKILL.md under skills/ must keep a kebab-case name: starting with deepworkplan, a quoted version:, and documentation_url: (never homepage:). Run python3 scripts/validate-frontmatter.py.
  3. Bash 3.2 safety. Any shell change must avoid mapfile/readarray, declare -A, and ${var^^}/${var,,}. Confirm set -euo pipefail is present. Run shellcheck setup.sh skills/deepworkplan/shared/context.sh scripts/*.sh.
  4. Public surface. Flag any change to slash-command names (/deepworkplan-*, /dwp-*), the .dwp/ convention, setup.sh flags, or skill name: fields — these require a MAJOR bump and a migration note.
  5. Version hygiene. Flag any hand-edit to version: fields or CHANGELOG.md — the auto-release bot owns them.

Output

A short findings list: each issue with file:line, severity, and the fix. End with an explicit APPROVE / REQUEST-CHANGES verdict.

Notes

Read-only — never edits. Escalate ambiguous public-surface changes to the developer rather than guessing the bump level.

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. 2d ago First seen · 48 lines · 33 tokens per session scan A c5c3611e18f9

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository DailybotHQ/deepworkplan-skill (20 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 501 once invoked, about $0.0002 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.