Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill code-review명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| source | ../../../../skills/code-review-assistant/SKILL.md |
| source_version | 1.0.0 |
| translation_version | 1.0.0 |
| last_synced | "2026-02-10T00:00:00.000Z" |
| status | current |
| description | [UDS] 使用標準化檢查清單執行系統性程式碼審查 |
| name | code-review |
| allowed-tools | Read, Grep, Glob, Bash(git diff:*), Bash(git log:*), Bash(git show:*) |
| scope |
| universal |
| argument-hint | [file path or branch | 檔案路徑或分支名稱] |
| disable-model-invocation | true |
語言: English | 繁體中文
使用標準化的檢查清單和評論前綴,執行系統性的程式碼審查。
git diff 或 git show 取得待審查檔案的差異| 前綴 | 意義 | 動作 | Action |
|---|---|---|---|
| BLOCKING | 必須在合併前修復 | 必須修復 | Required |
| IMPORTANT | 應該修復 | 建議修復 | Recommended |
| SUGGESTION | 錦上添花 | 可選改善 | Optional |
| QUESTION | 需要說明 | 需要討論 | Discuss |
| NOTE | 資訊性 | 僅供參考 | FYI |
/code-review - 審查目前分支的所有變更/code-review src/auth.js - 審查特定檔案/code-review feature/login - 審查特定分支/code-review 完成後,AI 助手應建議:
程式碼審查完成。建議下一步:
- 有 ❗ BLOCKING 項目 → 修復後重新執行
/code-review- 全部通過 → 執行
/checkin品質關卡- 僅有 💡 SUGGESTION → 執行
/commit提交變更- 審查中發現規範不實用或缺失 → 執行
/audit --report回報