一键导入
diffx-start-review
Start a code review session by launching the diffx server and opening the browser UI. Use when the user invokes /diffx-start-review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start a code review session by launching the diffx server and opening the browser UI. Use when the user invokes /diffx-start-review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | diffx-start-review |
| description | Start a code review session by launching the diffx server and opening the browser UI. Use when the user invokes /diffx-start-review. |
| user_invocable | true |
Launch the diffx server so the user can review their git changes in a browser-based UI and leave inline comments.
Run diffx in the background. By default it shows all working tree changes (staged + unstaged + untracked).
diffx
Common variations — use these when the context calls for it:
diffx -- --staged # Only staged changes
diffx -- HEAD~3 # Last 3 commits
diffx -- main..HEAD # Current branch vs main
diffx -p 8080 # Custom port (default: random available port)
Anything after -- is passed directly to git diff, so any valid git diff arguments work.
Important: Run diffx in the background using the Bash tool with run_in_background: true, so the server stays alive while the user reviews.
After launching, tell the user:
diffx is running. Review your changes in the browser and leave inline comments. When you're done, come back here and run
/diffx-finish-review.
Keep it brief.