finishing-a-development-branch

Verify tests and present merge, pull request, or cleanup options for a git branch.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/thavirak-svay/rentify-backend --skill finishing-a-development-branch-thavirak-svay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finishing-a-development-branch
Source: https://github.com/thavirak-svay/rentify-backend/tree/main/.claude/skills/finishing-a-development-branch
Command: npx skills add https://github.com/thavirak-svay/rentify-backend --skill finishing-a-development-branch-thavirak-svay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers streamline the process of completing a development branch by providing structured options for merging, creating pull requests, or cleaning up the branch.

Core Features & Use Cases

  • Branch Completion Options: Offers clear, predefined options for merging, creating pull requests, or keeping the branch as-is.
  • Test Verification: Ensures that tests pass before presenting options.
  • Integration with Git Worktrees: Provides guidance on managing worktrees during and after branch completion.

Quick Start

Use the finishing-a-development-branch skill to complete your development work by following the guided steps for test verification, branch integration, and cleanup.

Frequently Asked Questions about finishing-a-development-branch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I complete a development branch with merge or pull request options?

To complete a development branch, this skill verifies your tests pass, then presents structured options to merge, create a pull request, or keep the branch as-is. It executes local git commands to manage the integration.

What is the best way to clean up git worktrees after merging a branch?

The best way to clean up git worktrees after merging is using a structured workflow that handles integration and worktree removal together. This skill guides you through test verification before safely executing worktree cleanup.

Do I need to run tests before creating a pull request?

Yes, you need to run tests before creating a pull request. This skill enforces test verification, ensuring your test suite passes successfully before presenting branch completion options.

Can I use this branch management workflow in any local git repository?

You can use this branch management workflow in any local git repository. It requires command line access to execute git commands for branch completion, test verification, and worktree cleanup.

What should I do if I want to keep my development branch instead of merging?

If you want to keep your development branch instead of merging, you can select the option to keep it as-is. After test verification, the skill presents this choice alongside merging or creating a pull request.