بنقرة واحدة
review
L1 internal review with auto-detection, design comparison, and Gate escalation path
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
L1 internal review with auto-detection, design comparison, and Gate escalation path
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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 | review |
| description | L1 internal review with auto-detection, design comparison, and Gate escalation path |
| allowed-tools | Read, Edit, Glob, Grep, Bash |
執行內部 Review checklist 並記錄到開發計畫書第 10 節。支援自動偵測步驟類型。
/review [review-type] [target]
$0: Review 類型(auto / code / spec / design / function)$ARGUMENTS: 完整參數$0 為 auto 或省略,自動偵測當前步驟當 review-type 為 auto 或未指定時:
proposal/sprint*-dev-plan.md(最新的開發計畫書)design / 架構 / API 設計 → 步驟 = 設計 → Review: 對規範mockup / UI / 圖稿 → 步驟 = UI 圖稿 → Review: 對設計稿backend / API / route / service → 步驟 = 實作(後端)→ Review: 對程式碼 + 對規範frontend / component / view / page → 步驟 = 實作(前端)→ Review: 對程式碼 + 對設計稿 + 對規範test / e2e / spec → 步驟 = 測試 → Review: 對功能 + 對規範doc / 文件 → 步驟 = 文件 → Review: 對規範L1 比對方式:同時開啟設計稿 HTML/截圖和實際畫面,逐項確認。UI 不一致 = Blocker。
檢查 dev-plan 和 .tasks/ 檔案的格式與內容一致性。 觸發時機:每次
/review時自動附加執行,不需手動指定。
✅ 通過 / ❌ 駁回 / ⚠️ 附條件通過,不可用純文字或英文)YYYY-MM-DD.tasks/ 目錄的任務數量一致.tasks/sprint-{N}/*.md)## 事件紀錄)存在且至少有一筆紀錄YYYY-MM-DDTHH:mm:ss.sssZ)done 的任務,驗收標準全部打勾(- [x],無殘留 - [ ])in_progress 以上的任務,開始時間 不得為 —done / in_review 的任務,完工時間 不得為 —在 dev-plan 第 10 節「Review 紀錄」表格,找到對應步驟行並更新:
| 欄位 | 格式 | 說明 |
|---|---|---|
| Review 步驟 | 自由文字 | 如「UI 圖稿 Review」「實作 Review」 |
| 日期 | YYYY-MM-DD | 如 2026-03-27 |
| 結果 | 通過 或 不通過 | 嚴格使用這兩個值 |
| Review 文件連結 | 自由文字 | Blocker:{n} Major:{n} Minor:{n} — {摘要} |
| {步驟名} Review | {YYYY-MM-DD} | {通過/不通過} | Blocker:{n} Major:{n} Minor:{n} — {摘要} |
Review 通過後,建議下一步:
| 完成的步驟 | 建議提交 | 指令 |
|---|---|---|
| 設計 | — | 進入下一步驟 |
| UI 圖稿 | G1 圖稿審核 | /gate-record G1 |
| 實作(後端/前端) | G2 程式碼審查 | /gate-record G2 |
| 測試 | G3 測試驗收 | /gate-record G3 |
| 文件 | G4 文件審查 | /gate-record G4 |
提交前確認:前置 Gate 已通過、開發計畫書第 10 節已記錄。