git-workflow

Automate Git workflows with atomic commits, branch management, and PR creation.

13|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/philoserf/claude-code-setup --skill git-workflow-philoserf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/philoserf/claude-code-setup/tree/main/skills/git-workflow
Command: npx skills add https://github.com/philoserf/claude-code-setup --skill git-workflow-philoserf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates end-to-end Git workflows, organizing changes into atomic commits, managing branches, cleaning up history, and assisting with PR creation. It guides users from initial analysis through push and PR steps, ensuring quality and traceability.

Core Features & Use Cases

  • Atomic commits planning: group changes into logical, independent commits
  • Branch management: suggest and create feature/fix branches
  • Commit formatting: generate well-structured, imperative commit messages
  • History cleanup guidance: provide non-interactive alternatives to interactive rebases
  • PR orchestration: help compose PR descriptions and titles

Quick Start

Use the git-workflow skill to plan and execute a clean, atomic commit sequence for a feature branch.