git-repository-workflow

Community

Structured Git workflows for reliable development.

Authorkokuyouwind
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides Git repository workflow guidelines including branch management, testing practices (TDD), Docker environment handling, and PR workflow to ensure quality and traceability.

Core Features & Use Cases

  • Never push to default branches; all changes go through Pull Requests
  • Branch naming conventions: feature/, fix/, refactor/, docs/
  • Testing guidance and Red-Green-Refactor cycle
  • Docker environment considerations for running tests locally
  • PR workflow guidance including templates and reviews

Quick Start

  • Start a new feature: git checkout main && git pull origin main; git checkout -b feature/your-topic; implement; push; open PR

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: git-repository-workflow
Download link: https://github.com/kokuyouwind/claude-plugins/archive/main.zip#git-repository-workflow

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.