Git Workflow Manager — Git skill for Claude Code
Use when committing, releasing, or managing changelogs - enforces conventional commits, semantic versioning, and consistent release notes format.
How to install Git Workflow Manager
Installs to ~/.claude/skills/vladpatr96-ctx-git-workflow-manager/SKILL.md
mkdir -p ~/.claude/skills/vladpatr96-ctx-git-workflow-manager && curl -fsSL https://raw.githubusercontent.com/VladPatr96/ctx/HEAD/commands/git-workflow-manager.md -o ~/.claude/skills/vladpatr96-ctx-git-workflow-manager/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Git Workflow Manager does
name: git-workflow-manager description: Use when committing, releasing, or managing changelogs - enforces conventional commits, semantic versioning, and consistent release notes format
Git Workflow Manager
Overview
Enforces consistent git workflows: conventional commits, semantic versioning, changelog updates, and release notes format.
Commit Convention
:
| Type | Description | Version Bump |
|---|---|---|
feat |
New f |
Alternatives in Git
- Cc Usage — by ryoppippi - Handy CLI tool for managing and analyzing Claude Code usage, based on analyzing local Claude Co 11.7k ★
- Code Context — GitHub Repo stars MCP plugin for semantic code search Code search MCP 5.7k ★
- Mychanges — Summarize my recent git commits in standup format 1.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Commit Changes
Create semantic commits with proper messages, emoji, and conventional commit format.
Release PR
Create a draft Release PR using semantic-release notes. Generates RELEASE\_DRAFT.md, commits it on a release b
/commit
by evmts - Creates git commits using conventional commit format with appropriate emojis, following project sta
Conventional Commits
Reference skill for conventional commit format when writing or reviewing commit messages.
Commit Fast
by steadycursor - Automates git commit process by selecting the first suggested message, generating structured
Validate PR Description
Use when validating a PR title and description for conventional commit format, issue linking keywords, and tem
Related Agents
Timps API Design Agent
API Design Agent — generates a complete OpenAPI 3.1 spec (YAML) from a natural-language description. Enforces
Commit Craft
Expert at creating clean, logical git commits following conventional commit format. Use when user requests git
API Architect
API Architect for the team-agents workflow — responsible for API design, contracts, versioning strategy, and e