git-workflow

Guide teams through a standard Git workflow with branching and Changesets.

1|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/wonjangcloud9/claude-tree --skill git-workflow-wonjangcloud9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/wonjangcloud9/claude-tree/tree/main/.claude/skills/git-workflow
Command: npx skills add https://github.com/wonjangcloud9/claude-tree --skill git-workflow-wonjangcloud9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides teams through a standard Git workflow, ensuring consistent branching, semantic versioning with Changesets, and smooth PR releases.

Core Features & Use Cases

  • Branching Strategy: From main/develop to feature and fix branches.
  • Changesets & Release: Recording changes and releasing via PRs to develop and main.
  • PR-driven Releases: Automate PRs to develop and main to stabilize releases.

Quick Start

From your repo, switch to develop, create a feature branch (e.g., feature/<name>), make changes, run pnpm changeset, commit, push, and open a PR to develop.