بنقرة واحدة
review
Review code changes and provide feedback on quality, style, and potential issues.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review code changes and provide feedback on quality, style, and potential issues.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Implement the fix described in tasks/todo/<slug>.md, run the project's verification loop, and stop without committing. Use when the orchestrator dispatches a task into a fresh worktree and asks you to do the work.
Review the uncommitted fix in this worktree against tasks/todo/<slug>.md, then commit (or stop with a Rejected verdict). Use after /do-task — the orchestrator runs us in the same worktree to verify and commit the change.
Run the full CI pipeline: clippy, fmt, and tests.
Update documentation about current changes in the www/ folder (.md and .slv files).
Complete development workflow: run lint (clippy + fmt), tests, update changelog, commit changes, and create a release.
| name | review |
| description | Review code changes and provide feedback on quality, style, and potential issues. |
/review # Review all changes
/review --files <paths> # Review specific files
/review --lint # Run linters only
/review --test # Run tests only
cargo fmt --check
cargo clippy -- -D warnings
cargo test --lib
soli lint
soli test tests/
git diff --stat
soli lint for style issues