finishing-a-development-branch

Verify tests, detect environment state, and present merge or pull request options for Git branches.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aetherrigstudio-art/Primordial-viz --skill finishing-a-development-branch-aetherrigstudio-art
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: finishing-a-development-branch
Source: https://github.com/aetherrigstudio-art/Primordial-viz/tree/main/.claude/skills/finishing-a-development-branch
Command: npx skills add https://github.com/aetherrigstudio-art/Primordial-viz --skill finishing-a-development-branch-aetherrigstudio-art

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of deciding how to integrate completed development work into a repository, guiding through a structured process that ensures all necessary checks are completed before deciding on the next steps.

Core Features & Use Cases

  • Test Verification: Ensures all tests pass before presenting integration options.
  • Environment Detection: Determines the workspace state to select the appropriate integration path.
  • Merge/PR Options: Provides clear choices for merging, creating a pull request, or keeping the branch for later.
  • Cleanup Workflow: Handles the deletion or preservation of branches and worktrees after integration.

Quick Start

Run the finishing-a-development-branch skill to guide the completion of your development branch.

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 git development branch and integrate changes?▼

To complete a development branch, run tests to verify passing, detect your workspace environment state, then select an integration path like merging or a pull request. This structured process guides branch completion while managing cleanup of branches and worktrees.

What is the best way to manage git branch cleanup after merging?▼

The best way to manage git branch cleanup after merging involves selecting a cleanup workflow that handles the deletion or preservation of branches and worktrees. This ensures efficient integration while maintaining quality control over your repository.

How does environment detection work when finishing a development branch?▼

Environment detection determines the current workspace state to select the appropriate integration path for your development branch. By checking the environment, it guides whether to merge directly, create a pull request, or keep the branch.

Can I create a pull request directly from a development branch workflow?▼

Yes, you can create a pull request directly from the development branch workflow. The process presents clear choices for merging, creating a pull request, or keeping the branch for later integration based on your environment state.

Do I need to verify tests before merging a git branch?▼

Yes, you need to verify tests before merging a git branch. Test verification ensures all tests pass before presenting integration options, guaranteeing quality control and preventing broken code from entering your repository.