git▌
37 indexed skills · max 10 per page
no-mistakes
kunchenguid/no-mistakes · devops
Automated code validation pipeline for safe code changes.
git-workflow
jezweb/claude-skills · Productivity
Guided workflows for common git operations that benefit from structured steps.
git-advanced-workflows
wshobson/agents · Productivity
Advanced Git history management with rebasing, cherry-picking, bisect, worktrees, and reflog recovery. \n \n Interactive rebase enables commit squashing, rewording, reordering, and dropping to clean history before merging \n Cherry-pick applies specific commits across branches; bisect uses binary search to find commits that introduced bugs \n Worktrees allow simultaneous work on multiple branches without stashing or switching contexts \n Reflog tracks all ref movements and recovers deleted commi
git-worktree
everyinc/compound-engineering-plugin · Productivity
This skill provides a unified interface for managing Git worktrees across your development workflow. Whether you're reviewing PRs in isolation or working on features in parallel, this skill handles all the complexity.
git-commit
github/awesome-copilot · Productivity
Standardized git commits using Conventional Commits specification with intelligent diff analysis and message generation. \n \n Auto-detects commit type (feat, fix, docs, refactor, perf, test, build, ci, chore, revert) and scope from actual code changes \n Generates semantic commit messages following conventional format with optional body and footer sections \n Intelligently stages files for logical grouping when needed, with support for pattern-based and interactive staging \n Detects breaking c
git-guardrails-claude-code
mattpocock/skills · AI/ML
Intercept and block dangerous git commands before Claude executes them via PreToolUse hooks. \n \n Blocks five command categories: git push (including --force ), git reset --hard , git clean , git branch -D , and git checkout / git restore on tracked files \n Installs as a bash hook script to either project scope ( .claude/settings.json ) or globally ( ~/.claude/settings.json ) \n Customizable blocklist: edit the hook script to add or remove patterns based on your safety requirements \n Claude r
git-pr-workflows-pr-enhance
sickn33/antigravity-awesome-skills · Productivity
You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensure PRs follow best practices for clarity, size, and reviewability.
get-repo-metadata
github.com/get-repo-metadata-iglddk · developer-tools
Given a GitHub repo reference (URL, owner/repo slug, deep tree/blob URL, or owner URL), return the repository's core metadata, latest release, license, language breakdown, top contributors, README, and health signals as structured JSON. Read-only.
git-workflow-and-versioning
OWNER/REPO · code
Structures git workflow practices for making code changes, committing, branching, and resolving conflicts.
mattpocock-git-guardrails-claude-code
mattpocock/skills · devops
Set up Claude Code hooks to block dangerous git commands before they execute.