.claude/skills/code-review-assistant/SKILL.md
[UDS] 使用標準化檢查清單執行系統性程式碼審查
npx skillsauth add asiaostrich/universal-dev-standards reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
語言: English | 繁體中文
使用標準化的檢查清單和評論前綴,執行系統性的程式碼審查。
git diff 或 git show 取得待審查檔案的差異| 前綴 | 意義 | 動作 | Action | |------|------|------|--------| | BLOCKING | 必須在合併前修復 | 必須修復 | Required | | IMPORTANT | 應該修復 | 建議修復 | Recommended | | SUGGESTION | 錦上添花 | 可選改善 | Optional | | QUESTION | 需要說明 | 需要討論 | Discuss | | NOTE | 資訊性 | 僅供參考 | FYI |
/review - 審查目前分支的所有變更/review src/auth.js - 審查特定檔案/review feature/login - 審查特定分支/review 完成後,AI 助手應建議:
程式碼審查完成。建議下一步:
- 有 ❗ BLOCKING 項目 → 修復後重新執行
/review- 全部通過 → 執行
/checkin品質關卡- 僅有 💡 SUGGESTION → 執行
/commit提交變更- 審查中發現規範不實用或缺失 → 執行
/audit --report回報
tools
[UDS] 從規格衍生 BDD 場景、TDD 骨架或 ATDD 表格
development
[UDS] /methodology: 選擇並追蹤開發方法論(SDD/BDD/TDD)。 Use when: 選擇方法論、切換開發模式、查詢當前方法論狀態。 若要查詢各階段對應指令請用 /dev-workflow。
testing
[UDS] Derive BDD scenarios, TDD skeletons, or ATDD tables from specifications
development
[UDS] Create or review specification documents for Spec-Driven Development