Git/GitHub ワークフロー

Standardize Git operations, commit formatting, and Pull Request creation for RedRing.

1|Updated Sep 12, 2025
One-click install
npx skills add https://github.com/RedRing2020/RedRing --skill git-github-redring2020
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Git/GitHub ワークフロー
Source: https://github.com/RedRing2020/RedRing/tree/main/.github/skills/git-workflow
Command: npx skills add https://github.com/RedRing2020/RedRing --skill git-github-redring2020

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill standardizes Git operations, commit message formatting, and Pull Request creation within the RedRing project, ensuring consistency and reducing errors.

Core Features & Use Cases

  • Branching Strategy: Defines clear roles for main, develop, and feature branches.
  • Commit Standards: Enforces a structured commit message format (<type>: <subject>).
  • PR Workflow: Guides users through creating and managing Pull Requests using GitHub CLI and templates.
  • Use Case: A new developer joins the project and needs to understand how to properly create a feature branch, make commits, and submit a Pull Request for review. This Skill provides the exact steps and rules.

Quick Start

Follow the steps outlined in this skill to create a new feature branch for an issue.

Frequently Asked Questions about Git/GitHub ワークフロー

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

FAQPage Schema
How do I standardize commit message formatting for a GitHub workflow?

Standardize commit message formatting by enforcing a structured syntax of `<type>: <subject>`. This ensures consistency across commits and reduces errors within the project's development lifecycle.

What is the best way to manage feature branches and pull requests using GitHub CLI?

Manage feature branches and pull requests by defining clear roles for `main`, `develop`, and feature branches. The workflow guides users through creating and managing PRs using GitHub CLI and templates.

How does a structured Git branching strategy reduce development errors?

A structured Git branching strategy reduces errors by assigning clear roles to `main`, `develop`, and feature branches. This standardization streamlines operations and guides users from branching to merging.

Can I use this Git workflow to guide a new developer through the PR lifecycle?

Yes, you can use this workflow to guide new developers through the PR lifecycle. It provides exact steps and rules for creating feature branches, making commits, and submitting Pull Requests for review.

Do I need to install specific dependencies to enforce this Pull Request workflow?

You need the GitHub CLI to enforce this Pull Request workflow. The Skill uses it to guide users through PR creation and management, relying on templates to maintain consistency without other dependencies.