branch-management

Enforce PR-based merges into protected branches with a defined release sequence.

Updated Jul 7, 2025
One-click install
npx skills add https://github.com/tettuan/climpt --skill branch-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: branch-management
Source: https://github.com/tettuan/climpt/tree/main/.claude/skills/branch-management
Command: npx skills add https://github.com/tettuan/climpt --skill branch-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill codifies branch handling rules for git workflows to ensure PR-based merges into protected branches and a clear release sequence, preventing unsafe or unintended integrations.

Core Features & Use Cases

  • Branch strategy guidance: Visual and textual rules for main, develop, and release/* branches.
  • Merge & PR guidance: When and how to merge or create PRs according to the workflow.
  • Release flow: Clear steps from release/* through develop to main, with tagging guidance.

Quick Start

Apply the described branch strategy in your repository: enforce PRs from feature/fix branches into release/, and require PR-based merges into main only from develop and release/.