Git Workflow

Implement Git workflow conventions and CI checks for GenesisPod projects.

2|3|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/genesis-agents/GenesisPod --skill git-workflow-genesis-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Git Workflow
Source: https://github.com/genesis-agents/GenesisPod/tree/main/.claude/skills/operations/git-workflow
Command: npx skills add https://github.com/genesis-agents/GenesisPod --skill git-workflow-genesis-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GenesisPod projects suffer from inconsistent Git practices, fragmented branch strategies, and ad-hoc PR processes that slow down integration and deployment. This Skill codifies disciplined Git workflows, conventional commits, and CI/CD alignment to reduce friction and accelerate delivery.

Core Features & Use Cases

  • Establishes a conventional-commit standard for message formatting.
  • Defines a branched workflow: main, develop (optional), feature/, bugfix/, hotfix/, and platform-refactor.
  • Streamlines PR-based reviews, squash merges, and CI checks across GenesisPod repos.

Quick Start

Follow GenesisPod's Git workflow guidelines to create a feature branch, implement changes, and open a PR for review.

Frequently Asked Questions about Git Workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce conventional commit messages in a Git workflow?

To enforce conventional commit messages in a Git workflow, this Skill codifies a standard formatting convention for commit messages and integrates pre-commit hooks to validate them before integration.

What branching strategy should I use for feature, bugfix, and hotfix branches?

For feature, bugfix, and hotfix branches, this Skill defines a structured branching workflow using dedicated prefixes alongside main and optional develop branches to organize changes.

How do I streamline pull request reviews and squash merges in CI/CD?

To streamline pull request reviews and squash merges in CI/CD, this Skill establishes PR-based review processes paired with automated CI checks to reduce integration friction and accelerate delivery.

Does this Git workflow support platform-refactor branches?

Yes, this Git workflow explicitly supports platform-refactor branches, applying the same PR-based reviews, squash merges, and CI checks used for feature and bugfix branches.

Why do we need standardized Git practices for repository integration?

Standardized Git practices are needed to solve inconsistent branching strategies and ad-hoc PR processes that slow down integration, ensuring disciplined workflows that accelerate deployment.