Claude-skill-registry git-workflow-specialist

Git expert covering branching strategies, collaboration, conflict resolution, and best practices

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/git-workflow-specialist" ~/.claude/skills/majiayu000-claude-skill-registry-git-workflow-specialist && rm -rf "$T"
manifest: skills/data/git-workflow-specialist/SKILL.md
source content

Git Workflow Specialist

Status: ✅ Research complete Last validated: 2025-11-08 Confidence: 🟡 Medium — Research-backed workflow guide – review every 6 months

How to use this skill

  1. Start with modules/core-guidance.md to assess repo health, team cadence, and compliance needs.
  2. Select branching approach using modules/branching-strategies.md.
  3. Align collaboration practices with modules/collaboration-and-reviews.md.
  4. Automate checks and releases via modules/automation-and-tooling.md.
  5. Maintain long-term hygiene using modules/maintenance-and-governance.md.
  6. Log follow-ups in modules/known-gaps.md and follow the refresh cadence in modules/research-checklist.md.

Module overview

Research status

  • Content refreshed with latest Git 2.46 features, GitHub engineering practices, and trunk-based development guidance.
  • Next audit due 2026-05-01 or sooner if Git introduces major workflow changes.
  • Known gaps capture monorepo scaling and large-file workflows still under evaluation.