원클릭으로
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 직업 분류 기준
| 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 |
|----------|-------|---------|---------------|
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