with one click
pm-review
PM reviews gate submission with 6-item checklist and recommendation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
PM reviews gate submission with 6-item checklist and recommendation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Initialize new project with CLAUDE.md, .knowledge/ structure, company rules, and git
Generate a development plan with task breakdown and section 10 tracking tables
L1 Code Review SOP — 強制規範對照 + 審核決策,不得跳過任何 checkpoint
Merge sprint branch to base branch, tag release, and clean up branches
Mark a task as done after L1 review passes
Boss dispatches tasks — auto-create .tasks/ files and record in dev-plan
| name | pm-review |
| description | PM reviews gate submission with 6-item checklist and recommendation |
| allowed-tools | Read, Edit, Glob, Grep |
PM 審核 L1 提交的 Gate 回報,執行 6 項 checklist。
/pm-review <gate-type>
$0: Gate 類型(G2 / G3 / G4)| # | 檢查項 | 說明 |
|---|---|---|
| 1 | 交付物完整性 | Gate 要求的所有交付物是否齊全 |
| 2 | 數據正確性 | 報告中的數字是否與實際一致 |
| 3 | 驗收標準對照 | 逐項比對提案書/計畫書的驗收標準 |
| 4 | 流程合規 | 阻斷規則是否遵守、前置 Gate 是否已通過 |
| 5 | 計畫書紀錄 | 開發計畫書第 10 節是否已填寫 |
| 6 | 附帶問題 | 過程中發現的問題是否已記錄 |
讀取當前 dev-plan:
使用 Glob tool 搜尋 proposal/sprint*-dev-plan.md,取最新的,用 Read tool 讀取完整內容。
讀取提案書:
使用 Glob tool 搜尋 proposal/sprint*-proposal.md,取最新的,用 Read tool 讀取完整內容。
逐項執行 6 項 checklist
產出 PM 建議(供老闆決策時參考,不直接寫入 Gate 紀錄):
整理摘要報告供老闆決策
注意:PM 審核結果不直接寫入 dev-plan 第 10 節 Gate 紀錄。 Gate 紀錄由老闆決策後透過
/gate-record寫入,格式必須遵守 gate-record skill 的規範:| G{N} | YYYY-MM-DD | ✅ 通過 / ❌ 駁回 / ⚠️ 附條件通過 | 審核意見 |