fudesign2008/open-skills

feature-branch-closeout

Post-verification feature-branch closeout menu: after verify (and archive when applicable), and after optional delivery-discipline when code delivery is needed, present PR / merge / keep / continue options; optional worktree cleanup; selecting merge MUST load merge-discipline Parts A→B→C→R→D; keep/continue MUST NOT trigger merge gates.

First seen Jul 29, 2026

Installation

$ npx skills add fudesign2008/open-skills --skill feature-branch-closeout

Summary

  • Post-verification feature-branch closeout menu: after verify (and archive when applicable), and after optional delivery-discipline when code delivery is needed, present PR / merge / keep / continue options; optional worktree cleanup; selecting merge MUST load merge-discipline Parts A→B→C→R→D; keep/continue MUST NOT trigger merge gates.
  • Open/update PR delegates to delivery-discipline.
  • Triggers — 「分支收尾」「feature 收尾菜单」「合?

Also in this package

Other skills from fudesign2008/open-skills · top by installs.

npx skills add fudesign2008/open-skills

Browse all from fudesign2008/open-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 6
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,749 B
  • docs SUMMARY.md 646 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 32 installs

SKILL.md

Feature Branch Closeout

Internal shared skill. Single source of truth for post-verify branch closeout decisions. Hosts declare it in dependencies and abort if missing — no silent fallback.

Name note: intentionally not named finishing-a-development-branch (external skills repo). Use this name only.

Prerequisite

On load, verify merge-discipline and delivery-discipline are available; if missing, abort with install hint. No silent degrade.

When this applies

After verification is green, or every incomplete check is labeled Pending with an exact action — and after OpenSpec archive when the host requires archive before closeout — and after optional delivery-discipline when the host runs delivery before the menu. Do not claim the branch work is finished without presenting the menu (unless the user already gave an explicit closeout choice this turn).

Closeout menu (minimum)

Present intent clearly; agent picks native structured-question capability or prose:

  1. Open / update PR — load delivery-discipline (need-delivery gate + commit if needed + create/refresh PR); stop (no merge)
  2. Merge — merge into the protected target (then run merge-discipline)
  3. Keep branch — leave branch as-is; no merge
  4. Continue development — stay on branch for more work; no merge

Optional (when applicable): detect worktree / detached HEAD / isolation created via git-worktree-discipline and offer cleanup; discard only with explicit strong confirmation (user must clearly affirm discard). Do not create new isolation here — create/detect lives in git-worktree-discipline. Post-merge local workspace sync is owned by merge-discipline Part D, not this menu.

Merge path

If the choice is merge (or the user later says merge):

  1. Load merge-discipline
  2. Run Parts A → B → C → R → D
  3. Only then execute the platform merge

Do not copy rebase / coverage / tip-pin prose into this skill.

Non-merge paths

Keep / continue: do not start merge-discipline coverage or tip pinning for a merge.

PR-only (option 1): load delivery-discipline; do not start merge-discipline.

Forbidden

  • Silently merging without the menu (unless user already ordered merge explicitly — then still run merge-discipline)
  • Embedding merge-discipline Parts A→B→C→R→D inline
  • Inlining commit/push/PR-create steps that belong in delivery-discipline
  • Renaming this skill to finishing-a-development-branch inside this repository

Integration guide

  • Hosts: after archive/verify, optionally load delivery-discipline when delivery is expected, then one-line — load feature-branch-closeout for the menu; on merge, it loads merge-discipline.
  • Prefer user-invocable: false; reach via PDCA hosts.
  • Order: archive (if any) + diff check → optional delivery-disciplinethis menu → merge-discipline only if merge selected.