git-workflows

Standardize git delivery workflows with conventional commits and GitHub Actions triage.

1.1k|133|Updated May 23, 2025
One-click install
npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill git-workflows-tencentcloudbase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflows
Source: https://github.com/TencentCloudBase/CloudBase-AI-Toolkit/tree/main/skills/git-workflows
Command: npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill git-workflows-tencentcloudbase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates inconsistency and manual overhead in git delivery processes by providing standardized, reusable workflows for commits, releases, and CI triage.

Core Features & Use Cases

  • Automated Delivery: Streamlines conventional-changelog commits, branch management, and PR creation.
  • Release Management: Automates version bumping, bilingual README updates, and release note generation.
  • CI Triage: Automatically diagnoses failed GitHub Actions runs and prepares fixes in isolated worktrees.

Quick Start

Use the git-workflows skill to analyze the latest failed GitHub Actions run and propose a fix.

Frequently Asked Questions about git-workflows

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

FAQPage Schema
How do I automate conventional commits and release publishing for my git repository?

You can automate conventional commits and release publishing by applying standardized git workflows that handle branch management, version bumping, and release note generation directly through reusable templates.

What is the best way to diagnose and fix failed GitHub Actions runs automatically?

Diagnosing failed GitHub Actions runs automatically involves analyzing the latest run logs, identifying the failure cause, and preparing fixes in isolated local git worktrees to ensure safe repository modifications.

Do I need GitHub CLI and local git worktree support to manage automated CI triage?

Yes, managing automated CI triage requires GitHub CLI integration and local git worktree support to execute safe, isolated repository modifications without affecting your current working directory.

Can I automate bilingual README updates and version bumping during a release?

Yes, you can automate bilingual README updates and version bumping during a release by utilizing standardized release management workflows that generate and apply these changes automatically.

When do I need standardized git delivery workflows for my engineering team?

You need standardized git delivery workflows when your software engineering team requires consistent branching, PR management, and CI maintenance to eliminate inconsistency and manual overhead in delivery processes.