git-workflow

Manages Git/GitHub workflows including commits, branches, PRs, and CI checks.

1|1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/itsmichaelwest/agent-kit --skill git-workflow-itsmichaelwest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/itsmichaelwest/agent-kit/tree/main/skills/git-workflow
Command: npx skills add https://github.com/itsmichaelwest/agent-kit --skill git-workflow-itsmichaelwest

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines your Git and GitHub operations, ensuring consistency, clarity, and efficiency in your version control processes, from commits to pull requests.

Core Features & Use Cases

  • Conventional Commits: Enforces a standardized commit message format for better readability and automated changelog generation.
  • GitHub Flow: Guides you through creating, managing, and merging branches effectively.
  • Pull Request Management: Assists in creating well-structured PRs and addressing review comments.
  • CI/CD Integration: Helps in diagnosing and fixing failing CI checks.
  • Use Case: When you need to create a new feature, this Skill will guide you through creating a properly named branch, writing conventional commits, and crafting a detailed pull request description.

Quick Start

Use the git-workflow skill to create a new feature branch named 'feature/add-user-profile'.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I automate conventional commits and GitHub Flow branch management?

You can automate conventional commits and GitHub Flow branch management by using this Skill to guide branch creation, enforce standardized commit messages, and streamline pull request merging for clear version control.

What's the best way to create a structured pull request with GitHub CLI?

The best way to create a structured pull request with GitHub CLI is using this Skill to assist in crafting detailed PR descriptions and addressing review comments directly through your terminal.

How do I debug failing CI/CD checks on a GitHub pull request?

To debug failing CI/CD checks on a GitHub pull request, this Skill helps diagnose and fix failing CI integrations by analyzing the workflow execution and suggesting corrections.

Do I need GitHub CLI installed to manage Git workflows?

Yes, you need the GitHub CLI installed because this Skill requires both Git CLI and GitHub CLI to execute branch management, conventional commits, and pull request operations.

Can I generate automated changelogs from conventional commit messages?

Yes, you can generate automated changelogs from conventional commit messages because this Skill enforces a standardized commit format specifically designed to enable automated changelog generation.