Performs systematic code reviews on git diffs, files, or branches using checklists for functionality, design, quality, security, performance, and error handling. Outputs findings with BLOCKING/IMPORTANT/SUGGESTION prefixes.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin asiaostrich-universal-dev-standardsThis skill is limited to using the following tools:
Perform systematic code review using standardized checklists and comment prefixes.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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