git-workflow

Automate Git and GitHub workflows with Conventional Commits and branch strategies.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/UntLab/codex --skill git-workflow-untlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/UntLab/codex/tree/main/config/cursor-skills/git-workflow
Command: npx skills add https://github.com/UntLab/codex --skill git-workflow-untlab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git and GitHub workflows can be inconsistent and error-prone across teams. This Skill provides a standardized approach to commits, branching, and PR-based releases to improve collaboration and code quality.

Core Features & Use Cases

  • Commit conventions: Enforce Conventional Commits to create readable histories.
  • Branch strategy: Clear main/dev/feature branches for predictable releases.
  • PR workflow: Steps from feature creation to review and merge, with safety rules.

Quick Start

Start by creating a feature branch from dev, commit with Conventional Commits, push, and open a PR to merge into dev.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I standardize Git commit messages for my team?

To enforce Conventional Commits, this Skill standardizes commit messages to create readable histories across teams. It automates the validation of commit formatting to ensure consistent, predictable documentation of feature development and code changes.

What is the best way to manage Git branching strategies for feature development?

Managing Git branching strategies requires defining clear main, dev, and feature branches for predictable releases. This Skill automates branch strategy enforcement to provide a standardized workflow from feature creation to merge while applying safety rules.

How do I automate a pull request workflow from branch creation to merge?

Automating a pull request workflow involves standardizing the steps from feature creation to review and merge. This Skill automates PR workflow management by enforcing safety rules and Conventional Commits, streamlining the process of pushing and opening PRs to merge into dev.

Can I use Conventional Commits for PR-based releases on GitHub?

Yes, Conventional Commits can be used for PR-based releases on GitHub. This Skill automates workflow management to enforce commit conventions and define branch strategies, standardizing release processes across GitHub repositories for both individual developers and teams.

Does this Git workflow apply to individual developers or only teams?

This Git workflow applies to both individual developers and teams coordinating feature development. It standardizes commits, branching, and PRs across GitHub repositories, ensuring consistent code reviews and predictable release processes regardless of team size.