git-workflow

Enforce git workflow conventions for branch naming, commits, and releases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Growth4U-systems/sanchocmo-openclaw --skill git-workflow-growth4u-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/Growth4U-systems/sanchocmo-openclaw/tree/main/.claude/skills/git-workflow
Command: npx skills add https://github.com/Growth4U-systems/sanchocmo-openclaw --skill git-workflow-growth4u-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures adherence to the git workflow conventions of the sanchocmo-openclaw repository, simplifying the process of managing version control and maintaining a clean codebase.

Core Features & Use Cases

  • Git Branch Naming: Automates the creation of git branch names in the format <author>/san-<n>-<desc>.
  • Conventional Commits: Enforces Conventional Commits standards to improve commit readability and maintainability.
  • PR Creation: Guides the user through the process of creating and merging pull requests, including the correct base branch and merge strategy.
  • Release Management: Provides guidance on the creation and merging of release pull requests and tag creation.

Quick Start

Before creating a new branch or writing a commit message, run the skill and follow the prompts.

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 commits and branch naming conventions in my repository?

This Skill automates branch creation using the <author>/san-<n>-<desc> format and enforces conventional commits standards, ensuring your repository maintains a clean and readable version control history.

What is the correct git workflow for creating and merging pull requests with linear branching?

For linear branching, this Skill guides you step by step through creating and merging pull requests against the correct base branch using a designated merge strategy, ensuring a linear project history.

How do I manage git release processes including tags and release pull requests?

To manage git releases, this Skill provides structured guidance on creating and merging release pull requests and handling tag creation, standardizing your version control release workflow.

Do I need prior familiarity with git commands to use this version control workflow automation?

Yes, this version control workflow automation requires prior familiarity with git commands and linear project management, as it enforces repository conventions while guiding you through branch, commit, and release steps.

When should I use an automated git workflow skill instead of manual version control?

You should use an automated git workflow skill over manual version control when strictly adhering to repository conventions like linear branching and conventional commits, ensuring standardized PR and release creation across your team.