Pr Merged banner
rezmequick-dot rezmequick-dot

Pr Merged

Git community

Description

--- description: Post-merge cleanup — checkout main, pull latest, delete the feature branch, and close the linked work item. argument-hint: PR number or branch name (optional — auto-detected from recently merged PRs if omitted) --- # Post-Merge Cleanup Run the following steps in order after a PR has been merged. ## Step 1: Identify the merged PR If $ARGUMENTS is provided, treat it as either a PR number (e.g. `72`) or a branch name (e.g. `feature/foo`). If $ARGUMENTS is empty: - Run `gh pr l

Installation

Installs to ~/.claude/skills/rezmequick-dot-claude-team-config-pr-merged/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rezmequick-dot-claude-team-config-pr-merged && curl -fsSL https://raw.githubusercontent.com/rezmequick-dot/claude-team-config/HEAD/commands/pr-merged.md -o ~/.claude/skills/rezmequick-dot-claude-team-config-pr-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