skills/code-review-assistant/SKILL.md
[UDS] Perform systematic code review with checklist
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.
Perform systematic code review using standardized checklists and comment prefixes.
執行系統性的程式碼審查,使用標準化的檢查清單和評論前綴。
git diff or git show| Prefix | Meaning | Action | 動作 | |--------|---------|--------|------| | BLOCKING | Must fix before merge | Required | 必須修復 | | IMPORTANT | Should fix | Recommended | 建議修復 | | SUGGESTION | Nice-to-have | Optional | 可選改善 | | QUESTION | Need clarification | Discuss | 需要討論 | | NOTE | Informational | FYI | 僅供參考 |
/review - Review all changes in current branch/review src/auth.js - Review specific file/review feature/login - Review specific branchAfter /review completes, the AI assistant should suggest:
程式碼審查完成。建議下一步 / Code review complete. Suggested next steps:
- 有 ❗ BLOCKING 項目 → 修復後重新執行
/review— Fix issues then re-run/review- 全部通過 → 執行
/checkin品質關卡 ⭐ Recommended / 推薦 — All passed → Run/checkinquality gates- 僅有 💡 SUGGESTION → 執行
/commit提交變更 — Only suggestions → Run/commit- 審查中發現規範不實用或缺失 → 執行
/audit --report回報 — Found impractical or missing standards → Run/audit --report
完整的 AI 行為定義請參閱對應的命令文件:
/reviewFor complete AI agent behavior definition, see the corresponding command file:
/review
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, 推送, 保护分支, 质量门禁.