بنقرة واحدة
vscode-diff
Use when opening git diffs in VSCode (requires MCP extension)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when opening git diffs in VSCode (requires MCP extension)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when setting up the lrt-rocm workspace for the first time, or when a new team member installs the plugin
Use when starting any conversation - establishes how to route tasks to the right skills using the routing table
Use when building CLR (HIP/OCL) with PAL and/or ROCr backends on Windows using rocm-systems — covers prerequisites, CMake flags, build configurations, and troubleshooting for d3dumddi.h and Clang discovery issues
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when executing implementation plans with independent tasks in the current session
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
| name | vscode-diff |
| description | Use when opening git diffs in VSCode (requires MCP extension) |
Open diffs in VSCode. Arguments: $ARGUMENTS (repo alias or path, optional commit count after space, default 1)
Parse arguments: first word is repo alias/path, second word (if present) is commit count N (default 1).
Run python scripts/review.py stack <repo> to get repo path.
Use MCP to open changed files in diff view:
mcp__vscode__openChangedFiles(repoPath=<repo_path>, fromRef="HEAD~<N>", toRef="HEAD", newWindow=true)
Show files opened and confirm they're in diff view.