Cleanup Merged banner
lugassawan lugassawan

Cleanup Merged

Git community

Description

--- description: Clean up worktree and local + remote branch for a merged PR argument-hint: [PR number — optional, defaults to current branch] --- Target: $ARGUMENTS (PR number if provided; otherwise derive from current branch) Invoke `swe-workbench:workflow-cleanup-merged` to perform the full cleanup. Pass the PR number from $ARGUMENTS to the skill if provided. If $ARGUMENTS is empty, the skill will derive the target branch from the current branch. When the skill completes, print a summary

Installation

Installs to ~/.claude/skills/lugassawan-swe-workbench-cleanup-merged/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lugassawan-swe-workbench-cleanup-merged && curl -fsSL https://raw.githubusercontent.com/lugassawan/swe-workbench/HEAD/commands/cleanup-merged.md -o ~/.claude/skills/lugassawan-swe-workbench-cleanup-merged/SKILL.md

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

Full documentation available on GitHub

View Source Repository