ワンクリックで
prep-pr
Use when preparing commit stack for PR with milestone review
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when preparing commit stack for PR with milestone review
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 | prep-pr |
| description | Use when preparing commit stack for PR with milestone review |
Prepare for PR with milestone review. Argument: $ARGUMENTS (optional repo alias)
python scripts/review.py stack $ARGUMENTS
Parse the JSON and display the commits since main, showing what will be in the PR.
cd <repo_path>
git merge-base HEAD main
Use MCP to open all changed files since main in diff view:
mcp__vscode__openChangedFiles(repoPath=<repo_path>, fromRef=<merge_base>, toRef="HEAD", newWindow=true)
Show:
Say: "Staged full diff for milestone review. After approval, I can help squash into logical commits for PR."
STOP and wait for user review.