git-workflow

Enforce Git branching, commit, and pull request standards with automated staging.

271|27|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hyperlist/feishu-multi-agent --skill git-workflow-hyperlist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/hyperlist/feishu-multi-agent/tree/main/examples/coder-agent/skills/git-workflow
Command: npx skills add https://github.com/hyperlist/feishu-multi-agent --skill git-workflow-hyperlist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill standardizes and simplifies Git operations, ensuring consistency in branching, committing, and pull request processes, reducing errors and improving collaboration.

Core Features & Use Cases

  • Branching Standards: Enforces a clear naming convention for feature, fix, and refactor branches.
  • Commit Message Formatting: Guides users to write concise and descriptive commit messages following conventional commit standards.
  • Automated Saving: Quickly stages and commits current changes with auto-generated messages.
  • PR Workflow Assistance: Guides through the process of creating and preparing pull requests, including rebasing and safety checks.
  • Use Case: A developer needs to quickly save their work, create a new feature branch, and ensure their commit messages are properly formatted before pushing.

Quick Start

Use the git skill to save your current changes with an auto-generated commit message.

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 commit message formats in my Git workflow?

To enforce conventional commit message formats, this Skill validates your commit messages against required standards and automates staging to ensure consistent, descriptive version control history.

What is the best way to automate staging and committing changes in version control?

The best way to automate staging and committing changes is to use a workflow tool that auto-generates descriptive commit messages and stages current modifications, saving time and reducing manual errors.

How do I create a pull request with pre-push safety checks?

To create a pull request with pre-push safety checks, you need a workflow that guides you through rebasing and validation steps, ensuring branch stability before finalizing the pull request creation process.

Do I need specific branch naming conventions for feature, fix, and refactor branches?

Yes, specific branch naming conventions for feature, fix, and refactor branches are required. Enforcing clear naming standards reduces errors and improves collaboration consistency across your version control workflow.

When do I need standardized Git branching and pull request workflows?

You need standardized Git branching and pull request workflows when collaborating on software engineering projects, as enforcing consistent branching, committing, and PR standards reduces errors and simplifies team operations.