Finishing-a-Development-Branch

Verify tests pass and present merge, pull request, keep, or discard options.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/slapglif/swe-agent --skill finishing-a-development-branch-slapglif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Finishing-a-Development-Branch
Source: https://github.com/slapglif/swe-agent/tree/main/.swe/skills/finishing-a-development-branch
Command: npx skills add https://github.com/slapglif/swe-agent --skill finishing-a-development-branch-slapglif

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This Skill provides a clear, structured process for completing development work on a branch, ensuring all tests pass and offering explicit options for integration (merge, PR, keep, discard) with proper cleanup. It prevents incomplete work or accidental deletions.

Core Features & Use Cases

  • Mandatory Test Verification: Ensures all tests pass before presenting integration options, preventing broken merges.
  • Structured Options: Presents exactly four clear choices for how to proceed with the completed branch.
  • Automated Cleanup: Handles branch and Git worktree cleanup based on the chosen option.
  • Use Case: After successfully implementing a feature and verifying all tests pass, use this skill to present your human partner with options to merge the branch, create a pull request, or discard the work.

Quick Start

My feature implementation is complete and all tests pass. Use the Finishing-a-Development-Branch skill to finalize this work.