geode-gitflow

Enforce GEODE's feature-to-develop-to-main merge flow with a Pre-PR Quality Gate.

13|2|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/mangowhoiscloud/geode --skill geode-gitflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geode-gitflow
Source: https://github.com/mangowhoiscloud/geode/tree/main/.claude/skills/geode-gitflow
Command: npx skills add https://github.com/mangowhoiscloud/geode --skill geode-gitflow

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enforces GEODE's specific Git branching strategy and Pull Request (PR) rules, ensuring code quality, documentation consistency, and a smooth integration process.

Core Features & Use Cases

  • Enforces Merge Flow: Mandates the feature → develop → main merge order.
  • Pre-PR Quality Gate: Implements a mandatory multi-step check (CI guardrails + docs-sync) before any commit or PR.
  • Automated PR Creation: Provides templates and rules for creating PRs with Korean titles and assignees.
  • CI Failure Handling: Guides users on how to resolve common CI failures.
  • Worktree Management: Offers a strategy for isolating parallel development tasks.

Quick Start

Follow the Pre-PR Quality Gate steps before committing code changes.

Frequently Asked Questions about geode-gitflow

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

FAQPage Schema
How do I enforce a feature to develop to main merge flow in GitHub?

To enforce a feature to develop to main merge flow, you need a Git branching strategy manager. This Skill mandates that specific merge order, preventing direct commits to main and ensuring a structured integration process.

What is a Pre-PR Quality Gate in CI/CD workflows?

A Pre-PR Quality Gate is a mandatory multi-step check executed before creating a Pull Request. It acts as CI guardrails and verifies documentation synchronization to ensure code quality prior to committing any changes.

How do I automate Pull Request creation with Korean titles and assignees?

You can automate Pull Request creation with Korean titles and assignees by using specialized PR workflow templates. This Skill provides automated rules to format titles and assign reviewers seamlessly during the integration process.

How do I manage Git worktree for parallel development tasks?

Managing Git worktree for parallel development involves isolating branches in separate directories. This Skill offers a worktree management strategy to handle concurrent tasks efficiently without stalling your primary workspace.

How to resolve CI failures during a Pull Request workflow?

To resolve CI failures during a Pull Request workflow, you need targeted debugging guidance. This Skill provides specific instructions on handling common continuous integration failures to unblock your code review process.