Git and workflow skills

8,923 tagged Git and workflow, measured the same way as everything else here.

Browse within: LLM 168cli 147agents 105agentic-ai 99skills 98agent 96ai-coding 94javascript 55github 49agent-orchestration 48claude-code-plugin 47Autonomous Agents 46agent-framework 42agentic 42

production-deploy

457

vignesh2027/claude-best-practice

Skill Claude Code

Use when deploying to production, releasing a version, shipping to users, going live, or rolling back a deployment. Also handles deployment failures and health checks.

not rated 5 8d ago A 35 tokens

babysit-pr

458

sergeyklay/.agents

Skill Claude CodeCodex

Resolve reviewer comments on a pull request or pasted feedback using a six-step evidence-grounded protocol. Use when asked to resolve review feedback, address reviewer comments, process PR comments, triage review feedback, apply review suggestions, handle code review feedback, decide which review comments to accept or…

not rated 5 changed 2d ago A 161 tokens original Apache-2.0

issue-creator

459

centitenka/issue-creator

Skill Claude CodeCodex

A tool for creating structured GitHub Issues in Chinese, with one section written for people and another organized for AI tools. GitHub Issues are records for bugs, tasks, and feature requests, and sub-issues break larger work into linked parts.

not rated 5 1mo ago A 76 tokens

agent-rollback

460

Nainish-Rai/agent-rollback

Skill Codex

Use the agent-rollback MCP server or ar CLI to snapshot the workspace, list/show/diff checkpoints, and roll back unwanted changes. Use this skill whenever the user mentions checkpoints, rollback, undo, revert, restore, "go back to", "what changed", "I broke something", "this isn't working", or asks to inspect or…

not rated 5 2d ago A 139 tokens original MIT

github

461

YASSERRMD/clawforge

Skill Claude CodeCodex

GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available)…

not rated 5 2mo ago A 101 tokens copy · 88% MIT

tour

462

a9a4k/tour

Skill Claude Code

Tour is a local code-walkthrough CLI for AI agents. After finishing a task, the agent leaves line-anchored comments on a pinned git diff (a guided traversal) that a human steps through in a TUI or webapp. Activates when the user asks to "review this branch", "review this PR", "walk me through this diff", "leave…

not rated 5 2mo ago A 167 tokens original MIT

pr-review

463

desikai-lab/Marrow

Skill Claude CodeCodex

Use when opening, reviewing, or merging a pull request. Covers pre-PR checks (linting, tests, branch naming), PR description requirements, and post-merge cleanup. Not for code review commentary or architecture decisions — use the relevant role guidelines for those.

not rated 5 6d ago A 59 tokens original MIT

tk

465

radutopala/ticket

Skill Claude CodeCodex

Git-backed ticket management for AI agents.

not rated 5 4mo ago A 9 tokens original MIT

change-dispatch

466

lupingluke-ai/general-ai-spec

Skill Codex

Agent-agnostic task dispatcher. Reads backlog on main to find active changes, atomically claims one task group from an isolated worker branch, implements it, and pushes it to the shared feature branch. Runnable by Codex, Claude Code, cron, GitHub Actions, or one-shot runners with the project toolchain and credentials…

not rated 5 1mo ago A 71 tokens original MIT

task

467

ivanviragine/wade

Skill Claude CodeCodex

Create one or more tasks via wade task create — for a single bug/feature OR a full plan/PRD breakdown. This is the STANDALONE task-creation workflow, used whenever the user directly asks to create a task/issue outside a wade plan session. Assesses scope, proposes a single- or multi-issue breakdown with reasoning, gets…

not rated 5 changed 2d ago A 133 tokens

project-showcase

468

ayushxx7/project-showcase-skill

Skill Claude CodeCodex

Automate the creation of high-quality project showcases: UI captures, security scans, repo health audits, README injection, GitHub releases, and social media launches.

not rated 5 3mo ago A 36 tokens original MIT

OutlineDriven/odin-gemini-cli-extension

Skill Claude Code

Install a Claude-Code PreToolUse hook that blocks destructive git commands (push variants including force-push, hard reset, force clean, branch -D, checkout/restore overwrites) before Bash runs them. Use when the user wants git safety rails, force-push prevention, or repository-wipe protection.

not rated 5 2mo ago B 71 tokens original Apache-2.0

code-interview

470

Paranoid49/skills

Skill Claude CodeCodex

A project-history documentation generator that examines Git commits, project documents, and source code to explain how a codebase changed over time.

not rated 5 5mo ago A 126 tokens original MIT

release

471

nikitaCodeSave/claude-code-harness

Skill Claude Code needs its repo

A release checklist for publishing updates to the claude-code-harness plugin repository. It covers deciding whether a Git tag is needed, updating plugin versions, recording the change, staging files, publishing, and checking that the remote repository is synchronized.

not rated 5 2d ago A 76 tokens original MIT

github-buddy

472

fltman/claude-code-github-hubby

Skill Claude CodeCodex

Nybörjarvänlig GitHub-hjälp som förklarar allt utan teknisk jargong. TRIGGA DENNA SKILL när: Användaren nämner git, github, commit, push, pull, branch, merge Användaren verkar osäker på versionshantering Användaren frågar "hur sparar jag", "hur delar jag", "hur backar jag" Användaren vill "starta ett projekt", "bygga…

not rated 5 2mo ago A 185 tokens

multi-repo-dev

473

Yonsun-w/multi-repo-dev

Skill Claude CodeCodex

A workflow for developing one requirement across multiple Git repositories, which are separate code projects. It creates a shared workspace containing the requirement, implementation plan, and selected project copies.

not rated 5 5mo ago C 55 tokens original MIT

git-recon

474

Smirnov-Labs/claude-skills

Skill Claude CodeCodex

Use when the user wants a git-history health check of an unfamiliar or inherited repository — triggers on "git recon", "codebase health check", "analyze this repo's history", "where are the landmines", or onboarding/due-diligence framing. Do NOT use for architecture review, bug-fixing, or feature work; this skill…

not rated 5 2mo ago A 99 tokens original MIT

pr-description

475

juandarn/pr-description-skill

Skill Claude CodeCodex

ALWAYS USE THIS SKILL when creating or updating a pull request. Automatically generates a well-structured PR description by analyzing all commits in the branch. Activates for "create PR", "pull request", "open PR", "update PR description".

not rated 5 2mo ago A 53 tokens original MIT

run-pr-cycle

476

ShivaeDev/pardes

Skill Codex

Use when a verified owner-worker branch is ready to publish, or when an open pull request needs blocking lifecycle management through CI failures, review feedback, conflicts, and merge.

not rated 5 1mo ago A 38 tokens original MIT

gitflow

477

hughedward/gitflow-skills

Skill Claude CodeCodex

Git Flow branching model - a philosophy for versioned releases, implemented with pure git commands (no tools required).

not rated 5 6mo ago A 25 tokens original MIT

commit-planner

478

Rostopher/vibe-memory-system

Skill Codex

Analyze staged, unstaged, and untracked changes; group them into functionally coherent commit batches; and recommend staging order, commit boundaries, and related memory-docs references. Use when the working tree contains multiple kinds of changes and Codex needs to decide how many commits to make, which files belong…

not rated 5 27d ago A 77 tokens

release

479

nakashima-takeo/wezterm-ai-agents

Skill Claude Code

A release procedure for merging a development branch into the main branch, creating a version tag, and publishing a release.

not rated 5 2mo ago A 35 tokens original MIT

jj

480

RealAdarsh/jj-skill

Skill Claude CodeCodex

Use for any version-control task in repositories managed by Jujutsu (jj) or colocated .jj + .git repos. Trigger when the user asks for status, history rewriting, commit description updates, bookmark/branch management, push/fetch workflows, conflict handling, undo/recovery, or Git-to-Jujutsu migration. Prefer jj…

not rated 5 6mo ago A 79 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: