Prompt Merge banner
deepsteve deepsteve

Prompt Merge

Git community

Description

--- name: prompt-merge description: Signal that worktree work is finished and offer to merge --- The user (or you, the agent) has decided this worktree's work is complete. Surface a clean handoff: summarize what was accomplished and ask whether to merge. **On "yes"**, hand off to the `/deepsteve:merge` skill. **On "no"**, stop cleanly and leave the worktree intact. ## Procedure 1. **Confirm this is a worktree session.** Run this single bash invocation and parse the `key=value` lines: `

Installation

Installs to ~/.claude/skills/deepsteve-deepsteve-prompt-merge/SKILL.md

Terminal
mkdir -p ~/.claude/skills/deepsteve-deepsteve-prompt-merge && curl -fsSL https://raw.githubusercontent.com/deepsteve/deepsteve/HEAD/skills/prompt-merge.md -o ~/.claude/skills/deepsteve-deepsteve-prompt-merge/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository