pm-review

pm-review is a skill for Claude Code from Stanshy/AgentHub. It costs 14 tokens per session (572 once invoked), scanned A, original, MIT.

A project-management review checklist for checking a submitted development gate, such as G2, G3, or G4. It examines six areas, including deliverables, data, acceptance criteria, process rules, plan records, and open issues.

In plain words
What is it for?
Use it to review the latest development plan and proposal, then recommend approval, rejection, or conditional approval for a gate. It also prepares a summary for the person making the final decision.
Why use it?
It reduces the chance of approving incomplete, inaccurate, or procedurally invalid work. It also separates the review recommendation from the final decision and gate record.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Good fit Use it to review the latest development plan and proposal, then recommend approval, rejection, or conditional approval for a gate. It also prepares a summary for the person making the final decision.

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

Made for: Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/stanshy/agenthub/pm-review"><img src="https://agentmods.dev/badge/skills/stanshy/agenthub/pm-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 572 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.00014 $0.00572
Opus 5 $0.00007 $0.00286
Sonnet 5 $0.00003 $0.00114
Haiku 4.5 $0.00001 $0.00057

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

Security

Grade A, and why

pm-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 9d 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.

.knowledge/company/skill-templates/pm-review/SKILL.md · 48 lines

What it actually says

PM Gate 審核

PM 審核 L1 提交的 Gate 回報,執行 6 項 checklist。

使用方式

/pm-review <gate-type>

參數

  • $0: Gate 類型(G2 / G3 / G4)

6 項 Checklist

# 檢查項 說明
1 交付物完整性 Gate 要求的所有交付物是否齊全
2 數據正確性 報告中的數字是否與實際一致
3 驗收標準對照 逐項比對提案書/計畫書的驗收標準
4 流程合規 阻斷規則是否遵守、前置 Gate 是否已通過
5 計畫書紀錄 開發計畫書第 10 節是否已填寫
6 附帶問題 過程中發現的問題是否已記錄

執行步驟

  1. 讀取當前 dev-plan: 使用 Glob tool 搜尋 proposal/sprint*-dev-plan.md,取最新的,用 Read tool 讀取完整內容。

  2. 讀取提案書: 使用 Glob tool 搜尋 proposal/sprint*-proposal.md,取最新的,用 Read tool 讀取完整內容。

  3. 逐項執行 6 項 checklist

  4. 產出 PM 建議(供老闆決策時參考,不直接寫入 Gate 紀錄):

    • 通過 — 建議老闆核准
    • 駁回 — 建議老闆退回
    • 附條件通過 — 建議老闆附條件核准
  5. 整理摘要報告供老闆決策

注意:PM 審核結果不直接寫入 dev-plan 第 10 節 Gate 紀錄。 Gate 紀錄由老闆決策後透過 /gate-record 寫入,格式必須遵守 gate-record skill 的規範: | G{N} | YYYY-MM-DD | ✅ 通過 / ❌ 駁回 / ⚠️ 附條件通過 | 審核意見 |

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. 9d ago First seen · 48 lines · 14 tokens per session scan A b5714062d671

Subscribe to this mod's changes

pm-review is a skill published in the GitHub repository Stanshy/AgentHub (201 stars, last pushed 5mo ago), licensed MIT. It adds 14 tokens to every session and 572 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-30.

Related

Other skills, from other repositories

cross-campaign

Discover and reference other camps, projects, and files across camp boundaries. Use when the user mentions another camp or campaign by name, references work done "in another project/camp", or needs to find/copy/compare code across camps.

Obedience-Corp/festival · 52 tokens

fest-execution

Execute active festival tasks. Use when finding the next task, marking tasks completed/blocked/reset, committing with festival traceability, advancing workflow steps, and validating sequence progress.

Obedience-Corp/festival · 38 tokens

fest-planning

Plan and scaffold festivals. Use when creating festival/phase/sequence/task structure, enforcing naming rules, linking festivals to projects, and promoting lifecycle states.

Obedience-Corp/festival · 34 tokens

issue-triage

3-phase issue backlog management with audit, deep analysis, and validated triage actions. Use when triaging GitHub issues, sorting bug reports, cleaning up stale tickets, or detecting duplicate issues. Args: 'all' to analyze all, issue numbers to focus (e.g. '42 57'), 'en'/'fr' for language, no arg = audit only.

FlorianBruniaux/claude-code-plugins · 81 tokens

camp-workitems

Find, filter, choose, create, or adopt camp work items with camp workitem, camp wi, or camp workitems. Use when a user wants current active work across intents, designs, explore notes, festivals, or tracked workflow directories; when agents need safe camp workitem --json output; or when creating/adopting tracked…

Obedience-Corp/festival · 79 tokens

fest-methodology

Use when the user mentions festivals, the fest CLI, phases, sequences, or tasks, or when working inside a festivals/ directory. Provides the core Festival methodology model so Claude understands the planning system.

Obedience-Corp/festival · 47 tokens