managing-branches

Inspect Git workspace status and create branches from a base branch.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/1gy/jpp --skill managing-branches-1gy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-branches
Source: https://github.com/1gy/jpp/tree/main/.claude/skills/managing-branches
Command: npx skills add https://github.com/1gy/jpp --skill managing-branches-1gy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you inspect your Git workspace, ensure a clean base, and safely create new branches.

Core Features & Use Cases

  • Branch Investigation: Current branch, status, ahead/behind relative to base.
  • Safe Branch Creation: Create new branch from a base branch.
  • Conflict & Error Handling: Provide guidance on conflicts.

Quick Start

Create a new feature branch from main with: git checkout -b feature/<name> origin/main.