locales/zh-CN/skills/code-review-assistant/SKILL.md
使用标准化检查清单执行系统性代码审查。 使用时机:审查代码、PR 审查、代码品质检查。 关键字:review, code review, PR, checklist, 审查, 代码, 品质。
npx skillsauth add asiaostrich/universal-dev-standards locales/zh-CN/skills/code-review-assistantInstall 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, 推送, 保护分支, 质量门禁.