git-flow

Enforce commit message formats, branch naming, and merge strategies in WrongStack pnpm workspaces.

224|27|Updated May 12, 2026
One-click install
npx skills add https://github.com/WrongStack/WrongStack --skill git-flow-wrongstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-flow
Source: https://github.com/WrongStack/WrongStack/tree/main/packages/core/skills/git-flow
Command: npx skills add https://github.com/WrongStack/WrongStack --skill git-flow-wrongstack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured approach to maintain consistent commit messages, branch hygiene, and merge decisions in large WrongStack projects, reducing miscommunication and unstable histories.

Core Features & Use Cases

  • Enforces a standard for commit messages and branch naming across multi-package repositories using pnpm workspaces; supports review workflows and release strategies.
  • Useful for teams coordinating cross-package changes, enforcing governance in pull requests, and preventing unsafe operations like force-pushes on shared branches.
  • Use Case: In a monorepo with many packages, apply the git-flow skill to guide every commit, feature branch, and PR to maintain a clean, auditable history.

Quick Start

Activate the git-flow skill in your WrongStack session and follow the prompts to align commits and branches with project standards.

Frequently Asked Questions about git-flow

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

FAQPage Schema
How do I enforce consistent commit message formats and branch naming in a pnpm monorepo?

To enforce consistent commit message formats and branch naming in a pnpm monorepo, this skill automates governance of commits and branches. It applies guardrails during feature development to maintain a clean, auditable history across multi-package repositories.

What is the best way to manage merge strategies and prevent unsafe operations in shared git branches?

The best way to manage merge strategies and prevent unsafe operations like force-pushes on shared branches is using automated governance. This skill enforces merge decisions during code reviews, preventing unstable histories in multi-package repositories.

Does this git workflow automation work with pnpm workspaces for cross-package changes?

Yes, this git workflow automation works directly with pnpm workspaces. It is specifically designed to support teams coordinating cross-package changes in multi-package repositories, enforcing governance throughout the pull request and release processes.

How do I standardize pull request governance for multi-package repository releases?

To standardize pull request governance for multi-package repository releases, this skill applies structured merge strategies and commit standards. It guides every feature branch and PR to ensure consistent review workflows and prevent unstable histories.

Why do I need a structured git workflow for large project repositories?

You need a structured git workflow for large project repositories to reduce miscommunication and prevent unstable histories. This skill provides a structured approach to maintain consistent commit messages, branch hygiene, and merge decisions across teams.

When should I not use automated branch governance for my git workflow?

You should avoid automated branch governance if your project does not use pnpm workspaces or lacks multi-package complexity. This skill targets large repositories needing strict merge strategies, commit message formats, and auditable cross-package release histories.