deliver-feature

Installation
SKILL.md

技能(Skill):交付功能(Deliver Feature)

目的(Purpose)

在 linked worktree 内将当前功能分支落地到 main,无需切换目录。通过 git -C <main-repo> 操作主仓库,用户全程保持在功能 worktree 中,直到明确选择离开为止。省去了"cd 主仓库 → 调用批量工具 → 仅选刚完成的分支 → cd 返回"的来回跳转。


核心目标(Core Objective)

首要目标:将当前 worktree 的功能分支(通过 --no-ff 合并)落地到 main,推送到 origin,并让用户决定保留还是移除该 worktree——全程不离开 worktree 目录。

成功标准(必须全部满足):

Installs
7
GitHub Stars
7
First Seen
May 7, 2026
deliver-feature — nesnilnehc/ai-cortex