ogt-docs-rules-git

Installation
SKILL.md

OGT Docs - Rules Git

Complete guide for creating and managing Git workflow rules.

Overview

Git rules establish consistent version control practices. They cover commit messages, branch naming, pull request requirements, and code review standards.

flowchart TB
    subgraph git ["docs/rules/git/"]
        C["commits/"]
        B["branches/"]
        P["pull_requests/"]
        R["reviews/"]
        M["merging/"]
        T["tags/"]
    end
Related skills
Installs
7
First Seen
Feb 7, 2026