git-workflow

Enforce conventional commit formats, branching strategies, and PR procedures for the Veinpal monorepo.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes a unified Git workflow for the Veinpal monorepo, ensuring consistent commits, branches, and PR practices across teams.

Core Features & Use Cases

  • Conventional Commit Style: Enforces standardized commit messages with types and scopes.
  • Branching & PR Guidelines: Defines naming conventions, PR review processes, and merge strategies.
  • Onboarding & Compliance: Provides a clear, auditable workflow for new contributors and ongoing governance across all packages.

Quick Start

Follow the documented git workflow to create feature branches, write conventional commits, and raise PRs.

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 in a monorepo?

You can enforce conventional commits in a monorepo by standardizing required commit types and scopes across all repositories. This skill applies those conventions to ensure consistent, auditable commit messages for every contributor.

What is the best way to standardize branching strategies for multiple contributors?

The best way to standardize branching strategies is to define clear naming conventions and merge rules. This skill specifies branching strategies and pull request procedures to unify repository management across all packages.

How do I set up pull request procedures for new contributors?

You set up pull request procedures by documenting PR review processes and merge strategies. This skill provides a clear, auditable workflow that onboards new contributors and ensures ongoing governance across the monorepo.

Can I use this git workflow skill for repository management outside of Veinpal?

This git workflow skill is specifically designed for the Veinpal monorepo. It applies to all contributors and repositories within that specific monorepo, covering commit formats, branching strategies, and PR procedures.

Why do I need a unified git workflow for monorepo development?

You need a unified git workflow for monorepo development to ensure consistent commits, branches, and pull request practices across teams. It solves the problem of disorganized repository management by providing clear governance and onboarding.

Does this skill require any specific git dependencies or components?

No specific git dependencies or components are required to use this skill. It functions as a standardized guideline covering commit message formats, branching strategies, and PR procedures for the Veinpal monorepo.