merge-pr
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
/merge-pr
PRマージとworktreeクリーンアップを一括実行。
使い方
/merge-pr 42
実行フロー
- 現在のworktreeパスとブランチ名を取得
- メインリポジトリに移動
- worktree削除:
git worktree remove <path> - ローカルブランチ削除:
git branch -D <branch> - PRマージ:
gh pr merge <num> --merge --delete-branch - main更新:
git pull origin main
注意
- worktree内から実行した場合、自動でメインリポに移動する
- マージ前に未コミットの変更がないことを確認する
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 使い方
使い方
実行フロー
現在のworktreeパスとブランチ名を取得 メインリポジトリに移動 worktree削除: git worktree remove <path>
注意
worktree内から実行した場合、自動でメインリポに移動する マージ前に未コミットの変更がないことを確認する
# /merge-pr
PRマージとworktreeクリーンアップを一括実行。
## 使い方
```
/merge-pr 42
```
## 実行フロー
1. 現在のworktreeパスとブランチ名を取得
2. メインリポジトリに移動
3. worktree削除: `git worktree remove <path>`
4. ローカルブランチ削除: `git branch -D <branch>`
5. PRマージ: `gh pr merge <num> --merge --delete-branch`
6. main更新: `git pull origin main`
## 注意
- worktree内から実行した場合、自動でメインリポに移動する
- マージ前に未コミットの変更がないことを確認する Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> 使い方 → 実行フロー → 注意
terms -> PRマージとworktreeクリーンアップを一括実行。 · 1. 現在のworktreeパスとブランチ名を取得 2.
files/cmd -> git worktree remove <path> · git branch -D <branch> · gh pr merge <num> --merge --delete-branch · git pull origin main
body sha256 -> 2d830e6f1d6a
Decide Fit First
Design Intent
How To Use It
Boundaries And Review