ワンクリックで
pr-merge
Merge PR with rebase workflow as required by CLAUDE.md
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Merge PR with rebase workflow as required by CLAUDE.md
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Onboard a new contributor to the CineMatch project - setup environment, verify tools, and explain the project
Intelligent just target wrapper with context-aware suggestions for CineMatch
Backlog workflow management - new, start, done commands for incremental delivery. Supports both admin (main branch) and contributor (feature branch) workflows.
Accept a new contributor with write access and close their request issue
TDD cycle helper - run test, check result, update increment file
Force just check before commit, block if failures
| name | pr-merge |
| description | Merge PR with rebase workflow as required by CLAUDE.md |
Merge feature branches following the rebase workflow from CLAUDE.md.
/pr-merge [pr-number]Without PR number: uses current branch, infers PR from gh pr view.
With PR number: uses specified PR.
Verify clean state
Fetch latest
git fetch originRebase
git rebase origin/mainRe-run checks
just check (or equivalent)Merge
gh pr merge --rebaseCleanup (optional)
git checkout maingit pull origin maingit branch -d <feature-branch>"✅ Merged with rebase. Cleanup done."