with one click
gate-record
Record a gate review decision in the dev plan section 10
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
Record a gate review decision in the dev plan section 10
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 | gate-record |
| description | Record a gate review decision in the dev plan section 10 |
| allowed-tools | Read, Edit, Glob |
在開發計畫書第 10 節附加 Gate 審核紀錄。
/gate-record <gate-type> <decision> [comment]
$0: Gate 類型(G0 / G1 / G2 / G3 / G4 / G5 / G6)$1: 決策(見下方格式規範)$ARGUMENTS: 完整參數(含審核意見)必須為:G0 / G1 / G2 / G3 / G4 / G5 / G6
| 決策值 | 對應系統狀態 | 說明 |
|---|---|---|
✅ 通過 | approved | 審核通過 |
❌ 駁回 | rejected | 審核不通過 |
⚠️ 附條件通過 | approved | 有條件通過 |
禁止使用其他格式(如純文字「通過」、英文「approved」)。 系統解析器
decisionToStatus()依賴上述關鍵字判斷狀態。
格式:YYYY-MM-DD(如 2026-03-26)
自由文字,簡述審核理由。
找到當前 Sprint 的 dev-plan:
使用 Glob tool 搜尋 proposal/sprint*-dev-plan.md,取最新的檔案路徑。
讀取 dev-plan 找到第 10 節的 Gate 紀錄表:
使用 Read tool 讀取上述 dev-plan 完整內容,找到 Gate 紀錄 表格區段。
找到對應的 Gate 行(如 | G0 |),更新該行而非新增:
| G0 | | | |),填入資料| $0 | {YYYY-MM-DD} | {決策值} | {審核意見} |
| G0 | 2026-03-26 | ✅ 通過 | 老闆確認需求,提案通過 |
| G1 | 2026-03-27 | ❌ 駁回 | 圖稿缺少手機版響應式設計 |
| G2 | 2026-03-28 | ✅ 通過 | 程式碼品質合格 |