·git-workflow
>_

git-workflow

This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team collaboration.

10Installs·2Trend·@galaxy-dawn

Installation

$npx skills add https://github.com/galaxy-dawn/claude-scholar --skill git-workflow

How to Install git-workflow

Quickly install git-workflow AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/galaxy-dawn/claude-scholar --skill git-workflow
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: galaxy-dawn/claude-scholar.

SKILL.md

View raw

This document defines the project's Git usage standards, including commit message format, branch management strategy, workflows, merge strategies, and more. Following these standards improves collaboration efficiency, enables traceability, supports automation, and reduces conflicts.

| feat | New feature | feat(user): add user export functionality | | fix | Bug fix | fix(login): fix captcha not refreshing | | docs | Documentation update | docs(api): update API documentation | | refactor | Refactoring | refactor(utils): refactor utility functions | | perf | Performance improvement | perf(list): optimize list performance |

| test | Test related | test(user): add unit tests | | chore | Other changes | chore: update dependency versions |

This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team collaboration. Source: galaxy-dawn/claude-scholar.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/galaxy-dawn/claude-scholar --skill git-workflow
Category
>_Productivity
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from galaxy-dawn/claude-scholar

Quick answers

What is git-workflow?

This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team collaboration. Source: galaxy-dawn/claude-scholar.

How do I install git-workflow?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/galaxy-dawn/claude-scholar --skill git-workflow Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/galaxy-dawn/claude-scholar