git-github-ops

Automate Git and GitHub workflows with Conventional Commits.

124|7|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/carere/zaidan --skill git-github-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-github-ops
Source: https://github.com/carere/zaidan/tree/main/.claude/skills/git-github-ops
Command: npx skills add https://github.com/carere/zaidan --skill git-github-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers streamline Git and GitHub workflows using Conventional Commits, reducing manual steps and ensuring consistent changelogs and PR practices.

Core Features & Use Cases

  • Staging & Commits: stage changes, craft conventional commits, amend last commits, and sign-off when required.
  • PR Management: create, review, and merge pull requests with standard messages and body content.
  • Release Workflows: align local work with GitHub releases and automation using Conventional Commits.

Quick Start

Authenticate with GitHub CLI, configure your repo, then start by creating a feature branch and making your first conventional commit.

Frequently Asked Questions about git-github-ops

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

FAQPage Schema
How do I automate Git commits and pull requests using Conventional Commits?

Automating Git commits and pull requests involves staging changes, crafting Conventional Commits, and managing PR creation and merging. This approach ensures consistent changelogs and standardized PR practices for individuals and teams.

What is the best way to prepare a GitHub release with Conventional Commits?

Preparing a GitHub release with Conventional Commits aligns local feature branch work with automated release pipelines. It uses standard commit messages to generate consistent changelogs and automate release preparation.

Do I need the GitHub CLI to manage pull requests and branch workflows?

Yes, managing pull requests and branch workflows requires the GitHub CLI (gh) alongside Git. You must authenticate with the CLI and configure your repository before creating feature branches and making commits.

Can I use Conventional Commits for both individual and team GitHub workflows?

Yes, Conventional Commits support both individual and team GitHub workflows. They streamline feature branch management, PR reviews, and automated release pipelines, ensuring consistent commit messages across collaborative development.

How do I create a feature branch and make my first conventional commit?

To create a feature branch and make a conventional commit, authenticate with GitHub CLI, configure your repository, then stage your changes and apply the Conventional Commits spec for the commit message.