بنقرة واحدة
code-review
7-phase structured code review for GoudEngine changes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
7-phase structured code review for GoudEngine changes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Pick the fastest build/verify command for the change at hand, from cargo check to the full verify gate
Run and troubleshoot the SDK code generation pipeline (./codegen.sh) and the generated-artifact drift gate
How versioning and releases work via release-please, version.txt, and the version pins across the workspace
Build and debug the WASM browser target and the TypeScript web SDK, including the wasm-pack path and the debugger WebSocket relay
Dependency flow audit and layer validation for GoudEngine's 5-layer hierarchy
Discover and list available skills in the repository
| name | code-review |
| description | 7-phase structured code review for GoudEngine changes |
| user-invocable | true |
Perform a thorough 7-phase structured code review on specified files or the current diff.
Run on PRs, before merges, or on any set of changes that need careful review. More thorough than /review-changes — this is a deep single-agent review rather than parallel multi-agent scan.
Result types, no silent failures)unwrap(), expect(), todo!(), unimplemented!())unsafe block MUST have a // SAFETY: comment explaining why it's sound.clone() on hot paths, String where &str works)#[inline] on small frequently-called functionssnake_case functions, PascalCase types)#[ignore] or todo!() in test codetest_helpers::init_test_context()goud_engine/tests/, unit tests colocated## Code Review: [scope description]
### Phase 1: Scope — ✅ PASS | ⚠️ CONCERNS | ❌ FAIL
[findings]
### Phase 2: Correctness — ✅ PASS | ⚠️ CONCERNS | ❌ FAIL
[findings]
...
### Overall Verdict: APPROVED | CHANGES REQUESTED | BLOCKED
### Action Items
| Priority | Phase | Finding | Suggested Fix |
|----------|-------|---------|---------------|