Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsDev Tools › Git Workflow

Git Workflow

145 Claude Code skills in the Git Workflow sub-category of Dev Tools.

145 skills · updated 2026-08-26 · showing 1–60 of 145 by quality score

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Git 커밋 메시지 검증 스킬. Conventional Commits 형식, 커밋 타입, 스코프, 제목 규칙 준수 여부를 검사한다. convention-commit 스킬의 규칙을 기반으로 검증을 수행한다.
Use when planning commit strategies or determining when to commit changes. Helps developers commit early and often to tell the story of their development process.
Erhöht die Version eines Projekts nach Semantic Versioning, aktualisiert optional CHANGELOG.md und löst /git-newcommit aus.
Creates properly formatted Git commits following conventional commit standards for the MCPSpy project. Use when asked to commit changes, stage files, or manage git workflows.
Use when writing commit messages that clearly communicate changes and tell the story of development. Helps create informative, well-structured commit messages that serve as…
Generate semantic commit messages and create git commits. Handles OneDrive mmap errors automatically. Use when user wants to commit, needs a commit message, or git commit fails.
Generate an interactive HTML org explorer from a GitHub organization. Surfaces team hierarchy, members, owned repos, and CODEOWNERS path attributions.
Diagnostica el repositorio git (ramas stale, commit-graph, fsmonitor, blobs grandes, stashes viejos) y reporta hallazgos priorizados con fixes recomendados.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with — from…
Muestra qué optimizaciones aplicaría gitwise (commit-graph, repack -A -d, prune) en modo dry-run. Usa cuando el usuario pida optimizar git, acelerar log/status, o cuando audit…
Run a newcomer-focused pre-flight checklist on a local branch before opening a pull request. Checks CONTRIBUTING conventions, SPDX headers on new files, commit-message shape…
Write clear, consistent commit messages following 10up conventions. Uses conventional commit style with lowercase formatting.
Windows and Git Bash compatibility guidance for Azure Pipelines. Covers path conversion issues, shell detection in pipeline scripts, MINGW/MSYS path handling, Windows agent…
Give an agent a portable Git workflow playbook for branch strategy, commit hygiene, pull requests, merge choices, and CI-aware collaboration.
Run the atomic-commit workflow on the current changes, then publish the resulting commits to the remote.
Compressed commit message and PR body generator. Cuts noise from both while preserving intent and reasoning. Conventional Commits format.
Distill the central claim before authoring any summary-shaped output: hero copy, commit-message subject, PR title, ADR title, slide title, executive summary, skill description,…
Human-in-the-loop security layer. Intercepts high-risk commands and requires push notification approval. — from satoshistackalotto/skills
変更点を分析し、Conventional Commits 形式のコミットメッセージを提案する。Use when the user asks for a commit message, コミットメッセージを考えて, 変更点を分析してコミットメッセージを, or similar.
Create git commits with AI-generated messages following best practices. Use when the user asks to commit changes, mentions "commit", wants to save work to git, or has made changes…
Format git commit messages combining Conventional Commits summary lines with Linux kernel-style bodies. Use when writing, reviewing, or formatting commit messages.
Generate standards-compliant commit messages following Conventional Commits with emojis. Use this when creating commits, reviewing commit messages, or ensuring consistent commit…
"커밋 메시지 작성해줘", "commit message", "커밋해줘", "git commit" 표현이 있거나 git diff/변경 내용이 제공될 때 활성화됩니다. 수행 내용: 변경 내용을 분석해 Conventional Commits 형식의 커밋 메시지를 생성합니다.
Generate conventional commit messages for the Shopware AI Coding Tools marketplace. Determines type, infers scope from plugin directory structure, and detects breaking changes.
Guide for creating well-structured conventional commits. Use when creating git commits, drafting commit messages, or reviewing commit message quality.
Provides guidelines for creating conventional commit messages, ensuring they adhere to a specific format and are concise.
Analyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — following Conventional Commits format.
Write a commit message in upstream PostgreSQL house style — imperative single-line title (NO conventional-commits feat:/fix: prefix), paragraph body wrapped near 76 chars, Author…
Draft a commit message strictly for the work done in THIS session, identifying exactly which files belong in the commit. Ignores pre-existing dirty files.
Generowanie treści commita na podstawie bieżących zmian i zapis do pliku `COMMIT_MESSAGE_DIR/commit-message.txt`.
Write clear and concise commit messages that accurately describe the changes made in the codebase
Generate clear, conventional commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or preparing releases.
Генерирует сообщение для git-коммита в формате Conventional Commits на русском языке. Используй этого агента когда нужно сгенерировать commit message.
Validates commit messages against Conventional Commits specification using programmatic validation. Replaces the git-conventional-commit-messages text file with a tool that…
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits).
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits).
Use whenever creating, drafting, finalizing, or amending a git commit or a pull request in the Actual Budget repo (actualbudget/actual) — including phrases like "commit this",…
Writes a Conventional Commits message for staged changes in this repository, matching its commitlint config (@commitlint/config-conventional) and package-name scopes like…
Produce a single ready-to-paste conventional commit message with a `: ` prefix from current git changes — invoke only when explicitly asked to write/draft/create a commit…
A syntax-highlighting pager for git diff, grep, and blame output built in Rust. Provides word-level diff highlighting, side-by-side views, line numbering, and theme support using…
Comprehensive Windows Git Bash and MINGW path conversion guide for Docker volume mounts and commands
Draft a Conventional Commits message in markdown when the user asks for a commit message/commit msg (e.g., "commit msg?", "commit message", "msg in md").
Analyze staged changes, scan for sensitive content, draft Conventional Commit messages, prepare PR text, and update changelog entries in a guarded commit-and-release communication…
Drives the OpenAI Codex CLI (codex exec) as a headless worker from Claude Code — direct Bash calls, Agent-tool subagents, and Workflow scripts where every agent() is a sonnet…
Use Husky to wire pre-commit, pre-push, and commit-msg checks into a repo so agents and developers run the same local guardrails before changes leave the workstation.
Enforce semantic commit practices with proper file staging and prefix usage. Use when committing code, managing git history, or when user mentions git/commit/コミット.
Draft and file a GitHub PR using gh-body-conventions and the PR body skeleton, via the gh-post wrapper. Supports a gate mode that stops at user approval.
Commit messages that survive `git blame` in five years. Subject under 72 chars imperative mood, body for the why not the what, no AI attribution, atomic commits, revert +…
Generate standardized conventional commit messages with Claude Code attribution. Use when creating automated commits, release commits, or any git commit requiring consistent…
Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgen — from…
Guide for committing to Oh My Brand! using Conventional Commits, Husky hooks, and linting. Use this when making commits, pushing to remote, or fixing pre-commit linting failures.
FastAPI + Reactのフルスタック開発を、設計→API→バックエンド→ドキュメント→フロント→画面仕様書→E2Eテストの順でオーケストレーションするスキル。 各フェーズの実装品質は python-impl / react-impl / openapi-docs / rest-api-test / screen-spec-reverse /…
Generate, revise, or validate English Conventional Commit messages from Git repository changes, diffs, patches, file lists, or user-provided change summaries.
MANDATORY skill for ALL commits. Must be used EVERY TIME before creating any git commit. No exceptions.
Generowanie zwiezlego opisu staged changes w Git — polski, krotka lista punktowa.
JS/TS + Python dep upgrade intel (monorepos). Outdated package-manager checks + GitHub release/changelog → Markdown+JSON.
Set up and administer Git infrastructure and behavior — self-hosting a Git server (protocol choice, SSH/git-daemon/Smart HTTP setup, access restriction), server-side config, Git…
Guide for breaking changes into logical, atomic commits using interactive staging. Use when committing changes that span multiple concerns, when needing to stage parts of files…
Execute git commit with conventional commit message analysis, intelligent staging, and message generation.
Realiza commit de todas as alterações do repositório (add, edit, delete) com mensagem padronizada. Use quando o usuário pedir para commitar alterações, fazer commit de tudo, ou…
All Dev Tools skills →
More in Dev ToolsScaffolders (2,344) · CLI Builders (937) · IDE Editor (708) · Linters Formatters (407) · Package Mgmt (265) · Dev Shells (88)