.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回報
development
[UDS] 扫描代码库的调试残留与代码质量问题;可自动修正安全模式。 Use when: before committing, during PR review, or periodic codebase cleanup. Keywords: sweep, debug cleanup, console.log, debugger, TODO, ts-any, code quality, 扫描, 清理.
tools
[UDS] 从规格衍生 BDD 场景、TDD 骨架或 ATDD 表格
development
[UDS] 识别重复流程并以正确的开发深度构建 Skill
tools
[UDS] AI 辅助 git push 安全层:质量门禁 + 协作护栏。 Use when: pushing commits, force pushing, pushing to protected branches, pushing feature branches. Keywords: git push, force push, protected branch, quality gate, push receipt, PR automation, 推送, 保护分支, 质量门禁.