🌿
DevOpsPython

Git Workflow

by vstorm-co

Git Workflow is a DevOps skill for Claude Code, published by vstorm-co in pydantic-deepagents.

1K stars126 forkson vstorm-co/pydantic-deepagentsAdded 2026/08/21Repository updated 2026/08/20
agent-frameworkai-agentsanthropicclaude-codeclicoding-agentdeep-researchdocker-sandboxllmsmcpplaywrightpydanticpydantic-aipythonsubagentstuivstorm
Install in seconds
Install Git Workflow
Copy Git Workflow into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/vstorm-co/pydantic-deepagents/tree/main/pydantic_deep/bundled_skills/git-workflow ~/.claude/skills/git-workflow

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/vstorm-co/pydantic-deepagents.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
pydantic_deep/bundled_skills/git-workflow/SKILL.md in vstorm-co/pydantic-deepagents
Installs to
~/.claude/skills/git-workflow
Collection
One of 14 skills cataloged from this repository
Category
DevOps β€” 798 skills

What Git Workflow does

Git Workflow covers commit formatting, branching, pull requests, and conflict resolution. Use it when working through standard Git changes safely in a team setting.

Git Workflow is cataloged under DevOps on DirSkills. Git Workflow comes from a repository tagged agent-framework, ai-agents, anthropic, claude-code and cli.

Documentation

README

Git Workflow

Commit Messages

Format: <type>: <description>

Types: feat, fix, refactor, test, docs, style, chore

  • Description starts with lowercase verb
  • Max 72 characters for first line
  • Add body for complex changes

Branch Workflow

  1. Create feature branch from main: git checkout -b feat/description
  2. Make changes in small, focused commits
  3. Push and create PR
  4. After review, squash-merge to main

Conflict Resolution

  1. git fetch origin
  2. git rebase origin/main (or merge if team prefers)
  3. For each conflict:
    • Read both versions carefully
    • Understand the intent of each change
    • Resolve preserving both intents
    • Test after resolving
  4. git rebase --continue

Safety Rules

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Git Workflow

  • What else does vstorm-co publish alongside Git Workflow?

    Git Workflow is one of 14 skills that DirSkills catalogs from vstorm-co/pydantic-deepagents, the repository it ships in. Its siblings there include Build And Compile, Code Review and Code Review. Each one is a separate skill with its own page in this directory, installs the same way Git Workflow does, and is maintained by vstorm-co in that same repository. The rest of the collection is listed on the vstorm-co/pydantic-deepagents page.

  • How does Git Workflow compare to other DevOps skills?

    Git Workflow ranks #438 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Git Workflow against them. Open each page to compare what they document and how they install.

More from vstorm-co/pydantic-deepagents

Git Workflow is one of 14 skills cataloged on DirSkills from vstorm-co/pydantic-deepagents.

See all 14 skills β†’