mit einem Klick
code-reviewer
Perform code review with DDD architecture compliance check. Triggers: review, 程式碼審查, code review, 審查, CR.
Menü
Perform code review with DDD architecture compliance check. Triggers: review, 程式碼審查, code review, 審查, CR.
Audit and auto-update skills, hooks, instructions, and bylaws to stay in sync with codebase changes. Triggers: self-update, 自主更新, audit skills, 審計技能, update instructions, 更新指令, sync hooks, 同步 hooks.
Assist with Frontend DDD architecture design, component organization, and testing. Triggers: frontend, 前端, react, component, 元件, vitest.
Generate test files for new code including unit, integration, and e2e tests. Triggers: test, 產生測試, generate test, 測試, 寫測試.
Automatically update CHANGELOG.md based on code changes following Keep a Changelog format. Triggers: changelog, 更新 changelog, update changelog, 變更紀錄.
Proactively suggest and execute code refactoring to maintain clean architecture. Triggers: refactor, 重構, 優化程式碼, clean up, 整理程式碼.
Assist with DDD architecture design and compliance checking. Triggers: DDD, 架構, architecture, 領域設計, domain design.
| name | code-reviewer |
| description | Perform code review with DDD architecture compliance check. Triggers: review, 程式碼審查, code review, 審查, CR. |
執行程式碼審查,包含 DDD 架構合規性檢查。
🔍 程式碼審查報告
📁 檔案:core/domain/entities.py
## DDD 合規性 ✅
└─ 依賴方向:正確
└─ 無外部依賴:是
## 程式碼品質 ⚠️
└─ 函數 `process_phi` 有 45 行(建議 ≤ 30)
└─ 建議拆分為更小的方法
## 命名 ✅
└─ 符合規範
## 測試 ⚠️
└─ 缺少 `test_process_phi` 測試
---
總評:通過,但有 2 項建議改善