review-checklist

review-checklist is a skill for Claude Code, Codex from Leo-maomao/pm-copilot. It costs 27 tokens per session (406 once invoked), scanned A, original, MIT.

A checklist for reviewing product documents and interface deliverables before stakeholder review, engineering handoff, or launch.

In plain words
What is it for?
Use it to review product requirements documents, interface files, prototypes, exports, links, acceptance criteria, tracking plans, and launch readiness.
Why use it?
It exposes missing details, unclear requirements, broken references, untested claims, risks, and missing measurement coverage before they cause delays.

Skill for Claude CodeCodex

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

Good fit Use it to review product requirements documents, interface files, prototypes, exports, links, acceptance criteria, tracking plans, and launch readiness.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leo-maomao/pm-copilot/review-checklist
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 Leo-maomao/pm-copilot --skill review-checklist
Clone the repo
git clone --depth 1 https://github.com/Leo-maomao/pm-copilot

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/leo-maomao/pm-copilot/review-checklist"><img src="https://agentmods.dev/badge/skills/leo-maomao/pm-copilot/review-checklist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 406 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.00027 $0.00406
Opus 5 $0.00014 $0.00203
Sonnet 5 $0.00005 $0.00081
Haiku 4.5 $0.00003 $0.00041

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

Security

Grade A, and why

review-checklist 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 6d 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-checklist/SKILL.md · 50 lines

What it actually says

PRD Review

Goal

Decide whether one PRD delivery is ready for product stakeholder review. The review covers prd.md, prd.html, assets/, and run-log.yaml; it does not produce implementation handoffs, launch decisions, or standalone UI artifacts.

Workflow

  1. Check the PRD against artifacts/prd-contract.md and the confirmed scope.
  2. Verify every requirement ID has one matching detail and that a revision has not changed unselected requirements.
  3. Verify each user-facing state has a real figure, an isolated reconstructed figure, or a controlled placeholder beside its requirement detail.
  4. Check that figure paths, hashes, captions, and HTML rendering match the staged PRD bytes.
  5. For implemented-feature PRDs, verify immutable implementation evidence, requirement coverage, and figure provenance. Do not treat generated output or local scaffolding as product evidence.
  6. For composed PRDs, verify every selected source requirement resolves only from its immutable source snapshot. For revisions, verify baseline and selected-scope evidence.
  7. Verify the controller trace records confirmation, lineage, review findings, validation results, and a truthful terminal status.
  8. Identify Critical, High, Medium, or Low findings. Separate blocking fixes from optional improvements and attach evidence to each finding.

Output

  • Summary recommendation
  • Findings by severity
  • Requirement and figure coverage checklist
  • Open decisions or blockers
  • Validation results
  • Next actions

Quality Bar

  • Findings are actionable and evidence-backed.
  • A Critical or High finding blocks PRD promotion until it is fixed, accepted explicitly as risk, or returned for clarification.
  • A review with no Critical or High findings still records the checks performed and residual risk.
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. 6d ago Changed · -5 lines 0354ec275725
  2. 11d ago First seen · 55 lines · 27 tokens per session scan A 3b48c2f96a9b

Subscribe to this mod's changes

review-checklist is a skill published in the GitHub repository Leo-maomao/pm-copilot (4 stars, last pushed 3d ago), licensed MIT. It adds 27 tokens to every session and 406 once invoked, about $0.0001 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

patent-docket

A workflow coordinator for patent case files, from an inventor's technical disclosure to patent application documents. A patent docket is the tracked record of a patent matter, including its stage, questions, drafts, and handoffs.

handsomestWei/patent-disclosure-skill · 93 tokens

merge-review

Reviews pending fleet worktree merges before they're accepted. Reads the merge-check queue, detects file-level conflicts between branches, proposes a safe merge order, and surfaces reconciliation plans for overlapping changes.

SethGammon/Citadel · 40 tokens

workspace

Multi-repo campaign coordinator. Same lifecycle as fleet -- scope claims, discovery relay, wave-based execution -- but the unit of work is a repo, not a file. Coordinates campaigns across repositories with shared context.

SethGammon/Citadel · 44 tokens

decision-map

Turn a loose idea into a git-tracked, session-resumable map of typed investigation tickets, then drive them to resolution one at a time. The planning-loop engine for work that is still being figured out — too fuzzy for a campaign, too big for a single intake item. Resolved tickets graduate into .planning/intake/ for…

SethGammon/Citadel · 77 tokens

unharness

Safely leave Citadel using the active adoption receipt. Produces a no-write, reviewable plan, preserves a portable archive, removes only exact owned material, and reports modified or externally registered surfaces as retained or unknown. Legacy installs must be imported before exact leave is claimed.

SethGammon/Citadel · 59 tokens

wayfinder

A planning method for large or unclear work that maps the decisions needed between the current situation and a defined destination. It records the map and decision tickets in an issue tracker.

devcxl/mattpocock-skills-zh · 57 tokens