Claude Code
SKILL.md
Version Control
Verified
Git Workflow Expert
Enforces conventional commits, proper branching strategies, and clean Git history patterns.
Claude Code
Cursor
Quick Info
File Type:
SKILL.mdPlatform:Claude Code
Author:MCP Directory
Category:Version Control
What This Skill Does
Guides your AI in following Git best practices. Uses conventional commit messages (feat:, fix:, chore:), implements trunk-based or GitFlow branching, creates focused PRs with clear descriptions, and maintains a clean, linear Git history.
Tags
#git
#commits
#branching
#workflow
Skill Code Preview
Copy this code to your SKILL.md file
---
name: git-workflow
description: Git workflow best practices
---
# Git Workflow Expert
## Commit Format
type(scope): description
Types: feat, fix, docs, style, refactor, test, chore
Example: feat(auth): add OAuth2 login with Google
## Branch Naming
feature/[ticket-id]-short-description
fix/[ticket-id]-short-descriptionInstallation Instructions
For Claude Code:
- Create a
.claude/folder in your project root - Create a file named
SKILL.mdin the.claude/folder - Copy the skill code above and paste it into the
SKILL.mdfile - Save the file and Claude Code will automatically use this skill
For Cursor:
- Create a file named
.cursorrulesin your project root - Copy the skill code above and paste it into the file
- Save and Cursor will apply these rules automatically
Recommended MCP Servers
These MCP servers work great with this skill
github
gitlab
Need More AI Skills?
Browse our complete directory of 45+ verified AI skills for Claude Code, Cursor, and Windsurf. Find the perfect skills to supercharge your AI coding assistant.