core-git-workflow-discipline

Enforce a strict git workflow across branching, commits, PRs, reviews, merges, and tagging.

2|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Canhada-Labs/ceo-orchestration --skill core-git-workflow-discipline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-git-workflow-discipline
Source: https://github.com/Canhada-Labs/ceo-orchestration/tree/main/.claude/skills/core/git-workflow-discipline
Command: npx skills add https://github.com/Canhada-Labs/ceo-orchestration --skill core-git-workflow-discipline

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that all git workflow activities adhere to a strict doctrine, maintaining release integrity and governance.

Core Features & Use Cases

  • Enforce Workflow Phases: Mandates the sequence of git workflow phases (branch, draft-commits, PR-open, review-gate, merge, tag).
  • Review and Merge Governance: Facilitates code reviews and enforces merge conditions before changes are committed.
  • Audit Logging: Provides an audit log of all git operations for traceability and integrity verification.

Quick Start

Implement the git workflow discipline by loading the skill and following the mandatory phase sequence for your git operations.

Frequently Asked Questions about core-git-workflow-discipline

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

FAQPage Schema
How do I enforce a strict git workflow for branching and merging?

To enforce a strict git workflow, you must mandate a predefined phase sequence covering branching, drafting commits, opening pull requests, passing a review gate, merging, and tagging to maintain project integrity.

What is the best way to govern code reviews before a git merge?

Governing code reviews before a git merge requires enforcing specific merge conditions and review gates that validate changes before they are committed, ensuring release integrity and strict workflow discipline.

How does audit logging work for git operations and release integrity?

Audit logging for git operations works by providing a traceable record of all workflow activities, including branching and merging, which verifies release integrity and maintains governance across the project lifecycle.

Can I use predefined rules to automate pull request and tagging governance?

Yes, you can apply predefined rules to automate pull request and tagging governance by mandating that all git operations adhere to a strict doctrine sequence before final release integrity verification.

Do I need additional dependencies to maintain git workflow discipline across a project?

No additional dependencies are required to maintain git workflow discipline, as the governance rules and audit logging apply directly to all standard git operations like branching, committing, and merging.

What are the limitations of enforcing a strict git workflow doctrine?

The limitation of enforcing a strict git workflow doctrine is that it mandates adherence to a predefined sequence for every phase, which may restrict flexible or ad-hoc branching and merging practices.