بنقرة واحدة
code-review
Review the current changeset for correctness, safety, style, and test coverage.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review the current changeset for correctness, safety, style, and test coverage.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Take an iteration and execute it: dispatch /implement agents per phase, always sequentially (e.g. /orchestrate <iteration-id>).
Take an iteration and execute it: dispatch /implement agents per phase with git worktree isolation for parallel work (e.g. /orchestrate <iteration-id>).
Take an iteration and execute it: dispatch /implement agents per phase with jj workspace isolation for parallel work (e.g. /orchestrate <iteration-id>).
Promote a gest task to a GitHub Issue (e.g. /promote-task <id>).
Explore a rough idea with the user, clarify requirements, and draft a spec. Also decomposes large specs into smaller ones (e.g. /brainstorm "offline mode", /brainstorm <gest-id>).
Implement a single issue: write code, verify, review, format, and commit (e.g. /implement <gest-id>).
| name | code-review |
| description | Review the current changeset for correctness, safety, style, and test coverage. |
Review changes for correctness, safety, style, and test coverage.
Run jj diff to show the current working-copy changes.
If a specific revision is provided, run jj diff -r <rev> to diff that revision instead.
Evaluate the changeset against this checklist:
docs/dev/code-style.mdit_<does_something>), test body structure (blank line between setup
and assertions), and test grouping must follow docs/dev/testing.mdsrc/cli/) should have corresponding integration tests in tests/integration/. Flag missing
integration test coverage as a Warning.Categorize each finding by severity:
For each finding include: file path, line number, description, and suggested fix.
If there are no findings, say so.