بنقرة واحدة
main
Move a sibling worktree's branch into the main checkout, then remove the worktree.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Move a sibling worktree's branch into the main checkout, then remove the worktree.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Fetch origin/main and rebase the current worktree or branch onto the latest origin/main.
Fix or build the requested change in a git worktree, then open a PR.
Review code changes in the current branch for issues
Convert a plan into a beads epic with detailed issues and subissues
Investigate a GitHub issue or feature description, determine status, and plan implementation if needed
Refine a beads issue or epic for implementation quality
| name | main |
| description | Move a sibling worktree's branch into the main checkout, then remove the worktree. |
Run bash <skill-dir>/move.sh [<source-worktree-path>]. The script verifies both worktrees are clean, removes the source, and checks the branch out in main.
From a linked worktree, no argument is needed. From the main checkout, pass the source path explicitly — when several linked worktrees exist, infer from session context (the branch the user just merged/PR'd, the worktree they were just working in) and confirm rather than asking the user to pick from a long list.