Git and workflow skills

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

Browse within: LLM 172cli 150agents 107agentic-ai 98skills 98agent 96ai-coding 92javascript 55github 50agent-orchestration 48claude-code-plugin 47Autonomous Agents 46agent-framework 43agentic 42

roll

625

sumimakito/roll

Skill Claude CodeCodex

Drive a GitHub pull request from conflicts or failing checks to merge-ready status. Use when the agent should confirm the PR target, resolve against base, verify, push, observe Actions and mergeability, loop safely, and notify the result.

not rated 2 3mo ago A 50 tokens original MIT

Post-Merge Pull

626

21-DOT-DEV/openclaw-skills

Skill Claude CodeCodex

Sync local repos after a PR merge. Use when the user says "I merged", "just merged", "PR merged", or similar. Pulls both workspace repos and reinstalls skills if openclaw-skills changed.

not rated 2 6mo ago A 50 tokens original MIT

hawkongz/github-format-standards

Skill Claude CodeCodex

Use when the user wants to share a project to GitHub. Runs a full pipeline: root audit, file naming and structure, document fixes (headings, code-block language tags, table alignment, explicit command interpreters), generate missing files (LICENSE, .gitignore, CONTRIBUTING.md, Issue/PR templates), README rewrite…

not rated 2 3mo ago A 156 tokens original MIT

publish-new-version

628

carrick87/publish-new-version

Skill Claude CodeCodex

Bumps semver in canonical project files, updates changelog/README, scans for stale version literals, runs optional build/test, and git commit/push. Use when the user says publish new version, release, bump version, tag app version, or ship a release.

not rated 2 2mo ago A 59 tokens original MIT

git-commit

629

lstudlo/curated-skills

Skill Claude Code

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…

not rated 2 5mo ago A 87 tokens original MIT

conv-commits

630

Crysta1221/skills

Skill Codex

Create high-quality Git commits from current repository changes by splitting related file groups into small reviewable commits, using gitmoji shortcodes, Conventional Commits, and Git commit-message best practices. Use when the user asks Codex to commit, split commits, make conventional commits, use gitmoji, write…

not rated 2 2mo ago A 86 tokens

change-idea

631

fabioeloi/change-idea

Skill Claude CodeCodex

Preserve engineering context when moving work between AI coding tools and IDEs. Use when migrating an active project between Qoder, QoderWork, Claude Code, Copilot CLI, Codex CLI, VS Code, Cursor, Windsurf, Gemini CLI, or Codex App; when locating local chat history; or when producing a portable, git-verified…

not rated 2 1mo ago A 79 tokens original MIT

glab-mr

632

yumeminami/gitlab_cli_skills

Skill Claude CodeCodex

Manage GitLab Merge Requests using the glab CLI. Use this skill whenever the user mentions creating a merge request or PR, listing MRs, approving, merging, reviewing, checking out, or rebasing a merge request. Trigger on phrases like "create MR", "open a pull request", "approve MR.

not rated 2 5mo ago A 67 tokens

pre-pr

633

gorillabiscuit/AI-assisted-project-starter

Skill Claude Code

Run the full pre-PR review per AGENTS.md §7 — gates, tagged diff walk, pessimistic meta-check, acceptance-criteria mapping, commit hygiene, rebase status, PR-description draft. Use when the human says "ship it", "ready to PR", "open the PR", "pre-PR check", or invokes /pre-pr.

not rated 2 1mo ago A 75 tokens

pr-review

634

Gerg/ai_agent_skills

Skill Claude CodeCodex

Systematic code review process for pull requests. Use when conducting thorough PR reviews to validate implementation correctness, scope alignment, and code quality with empirical testing and structured issue tracking.

not rated 2 2mo ago A 37 tokens original MIT

job-pr-maintain

635

skyfiredao/aia_kaiwu

Skill Claude CodeCodex

Maintain an open pull request through its review lifecycle. Use to address reviewer comments, update the PR description, and reply to review threads.

not rated 2 24d ago A 32 tokens GPL-3.0

worktree

636

qurugi0347/jun-codex

Skill Codex

A workflow for creating a separate Git worktree for a task after synchronising the repository's base branch. A worktree is another working directory connected to the same Git repository, so tasks can be isolated.

not rated 2 8d ago A 60 tokens

create-pull-request

637

David405/harness-kit

Skill Claude CodeCodex

Open a GitHub pull request using the kit PR template. Use when the user asks to open/create a PR, push and PR, or publish a branch. Write a detailed, product-facing description. Contracts and harness review stay local — never put feature IDs, contract paths, or harness sections in the PR title or body.

not rated 2 9d ago A 70 tokens original Apache-2.0

dev-tools-cli

638

aai-labs/ai-starter

Skill Claude CodeCodex

Reference for interacting with GitHub (gh CLI), and the Atlassian stack — Jira, Confluence, Bitbucket, JSM — via atlassian-cli. Use when reading/writing issues, PRs, pages, or comments in any of these tools.

not rated 2 18d ago A 58 tokens

Aviator-Coding/home-ops

Skill Claude CodeCodex

Watch homelab/gitops peer repositories on the k8s-at-home GitHub topic for interesting commits, rank them, and post a summary to a Discord channel via webhook.

not rated 2 today A 44 tokens original MIT

rewrite-and-clean

640

OndrejDrapalik/ai-config-swap

Skill Claude CodeCodex

Reimplement a messy git branch with clean, narrative-quality commit history suitable for code review. Use when a branch has WIP commits, debug commits, or trial-and-error history that needs to be transformed into a reviewable story before creating a PR.

not rated 2 7mo ago A 54 tokens

repo-init

641

katalalab/katala-os

Skill Claude CodeCodex needs its repo

Bootstrap a new repo into Katala OS agent-context style — AGENTS.md inheriting the global baseline, cross-OS .gitattributes, shared pre-commit hook via core.hooksPath, optional hash-locked CONSTITUTION + manifest.lock.json + verify.sh, NEEDSREVIEW.md. Use when the operator asks to "start a new repo", "scaffold an…

not rated 2 8d ago A 103 tokens original MIT

commit

642

testzugang/pi-plugins

Skill Claude CodeCodex

Use when the user asks to commit, create a git commit, stage and commit changes, or wants a gitmoji commit message for staged changes.

not rated 2 1mo ago A 32 tokens original MIT

iso-push

643

IsaiaScope/ai

Skill Claude CodeCodex

Push committed work, open a PR against dev, and land it with a merge commit so no commit is ever rewritten or duplicated. Use when invoked as /iso-push [--pr] [--cascade test|prod] [--no-merge] [--stay], or when asked to push a branch, open a PR against dev, or promote dev to test or prod. Requires a dev or develop…

not rated 2 4d ago A 118 tokens original MIT

Lzzzs/openspec-worktree-flow

Skill Claude CodeCodex

Use when a Codex repository relies on OpenSpec proposals and the work is moving from approved change to implementation in an isolated git worktree. Covers bootstrapping repositories with owf init, inspecting lifecycle state, starting implementation worktrees, applying migration rules, and cleaning up after merge. Do…

not rated 2 5mo ago A 86 tokens original MIT

project-init

645

mathruffian-dot/cross-device-agent-skills-opencode

Skill Claude CodeCodex

A project setup workflow that creates shared project notes, Git support, and optional Obsidian research notes. Git tracks file changes, while Obsidian is a note-taking knowledge base.

not rated 2 1mo ago A 145 tokens original MIT

landtomain

646

TweekFawkes/prompts

Skill Claude CodeCodex

Land the current git worktree's branch into main and prove the worktree is safe to delete. Syncs with main, commits/pushes pending work, opens and MERGES a PR, then verifies nothing (commits, untracked files, new tickets, stashes) would be lost on delete and rescues anything that would. Use when invoked as…

not rated 2 1mo ago A 172 tokens original Unlicense

git-merge

647

MithunWijayasiri/dotclaude

Skill Claude CodeCodex

Merge one branch (usually master) into the current branch while preserving local unstaged changes, resolving conflicts by understanding both sides, and catching silent semantic conflicts with the repo's own checks. Trigger on explicit /git-merge, or when the user asks to merge a branch/master into their current branch…

not rated 2 2d ago A 76 tokens original MIT

commit

648

idossha/lazyclaude

Skill Claude Code

Create well-formatted git commits with conventional commit messages.

not rated 2 5mo ago A 12 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: