Browse skills/git-master

git-master

Editor's pickdevelopment

Git 操作指导,分支策略、合并冲突解决、rebase、提交规范。

$npx skills add mindverse/skillhub@git-master -g -y

Run in your terminal to install. Works with any AI Agent platform that supports the Claude Skills spec (Claude Code, Cursor, Windsurf, etc).

Prerequisites
1) Install Claude Code (claude.ai/code). 2) Install ai-skill: `npx skills add 1-SKILL/ai-skill -g -y`. Run that one first, then come back and run the skill install command above.

What this skill can do

分支策略
合并冲突
rebase
git hooks
提交规范

How to use

After installation, just tell your AI assistant:

合并冲突怎么解决
分支策略
git rebase
提交规范
View full SKILL.md content62 chars

Git大师

分支策略 / 合并冲突 / rebase / cherry-pick / git hooks / 提交规范

View source on GitHub →
Safety score
88/100
A12/12 checks passed

High pass rate — quick source review recommended

Skill info
Lines of code200
SourceEditor's pick
Author技能宝
Repositorymindverse/skillhub
Categorydevelopment
Trigger words
Git分支合并rebase提交

Search skills from your terminal

Install ai-skill, then describe what you need inside Claude Code — it auto-matches and installs the right skill without leaving your terminal.

$npx skills add 1-SKILL/ai-skill -g -y

Related skills

Frontend DesignEditor's pick
S

Create distinctive, production-grade frontend interfaces that avoid generic AI a...

Code ReviewEditor's pick
S

Automated PR code review using multiple specialized agents with confidence-based...

react-best-practicesEditor's pick
A

React 19+ / Next.js 15+ 最佳实践指南,929行10个章节。覆盖性能优化、Server Components、Hooks、状态管理。

TDD WorkflowEditor's pick
B

Test-Driven Development workflow and patterns