بنقرة واحدة
review-changes
Dispatch 5 parallel review agents to analyze pending changes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Dispatch 5 parallel review agents to analyze pending changes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | review-changes |
| description | Dispatch 5 parallel review agents to analyze pending changes |
| context | fork |
| user-invocable | true |
Dispatch five specialized review agents in parallel to analyze uncommitted or staged changes.
Run before committing significant changes, after completing a feature, or when requested. Particularly valuable for changes touching FFI boundaries or multiple modules.
git diff --stat # What files changed
git diff # Full diff
git diff --cached # Staged changes
All five agents run simultaneously on the diff output:
unsafe blocks without // SAFETY: comments.clone(), String where &str suffices)#[inline] on hot-path functionslibs/goud_engine/src/goud_engine/src/ffi/sdks/examples/#[no_mangle], #[repr(C)])Result, not unwrap/expect in library codeCollect findings from all five agents and categorize:
| Priority | Meaning | Action |
|---|---|---|
| P1 - BLOCKER | Must fix before commit | Blocks merge |
| P2 - WARNING | Should fix, strong recommendation | Review before merge |
| P3 - NOTE | Minor improvement suggestion | Optional |
## Review Summary
**Verdict**: APPROVED | CHANGES REQUESTED | BLOCKED
### BLOCKERS (P1)
| # | Reviewer | File | Finding |
|---|----------|------|---------|
### WARNINGS (P2)
| # | Reviewer | File | Finding |
|---|----------|------|---------|
### NOTES (P3)
| # | Reviewer | File | Finding |
|---|----------|------|---------|
A review returns BLOCKED if any P1 findings exist:
unsafe without SAFETY commentPick 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