Git and workflow skills

8,877 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

freshness-triage

529

reem-sab/tech-writer-prompts

Skill Claude CodeCodex

Cross-references a documentation page against its git log and the source files it documents to rank which claims are most likely stale, with a specific check for each. Use this skill when the task is: Cross-references a documentation page against its git log and the current source it documents to rank which specific…

not rated 4 8d ago A 100 tokens original MIT

logbook

530

promptwheel-ai/logbook

Skill Claude CodeCodex

Turn a repo's git history into memory an agent can use: hotspots, do-not-retry reverts, suppressions, fragile areas, and assertion weakening. Use when starting in an unfamiliar repo, before a refactor or large change, when something keeps breaking, when asked what was tried or why code is this way, or when deciding…

not rated 3 1mo ago A 78 tokens original MIT

archaeologist

531

Lum1104/archaeologist

Skill Claude CodeCodex

Use when changing unusual or defensive code, mature APIs, dependencies, or architecture, or estimating a migration where Git history may reveal hidden constraints.

not rated 3 1mo ago A 32 tokens original MIT

git-ops

532

TheSethRose/Copilot-Skills

Skill Claude CodeCodex

Safe git operations including commits, branches, merges, worktrees, and conflict resolution. Use when user wants to commit and push changes, manage branches, resolve conflicts, or create isolated workspaces. Activates when user says "commit", "push", "merge", "branch", "pull", "rebase", "worktree", "conflict", or…

not rated 3 9mo ago A 81 tokens original MIT

cli-collaboration

533

Spe1977/cli-collaboration

Skill Codex

Use when multiple CLI agents or assistants alternate on the same repository or explicit shared handoff workflow — especially with AGENTHANDOFF.md, side-by-side AGENTS.md/CLAUDE.md/GEMINI.md, dirty worktrees, ownership notes, red tests, resume/continue requests, or /cli-collaboration in Grok Build.

not rated 3 1mo ago A 74 tokens original MIT

visual-explainer-diff

535

jircik/Visual-Explainer

Skill Claude CodeCodex needs its repo

Use when asked to visualize, explain, or document what changed between two git refs in a codebase. Triggers: 'show what changed in this PR', 'visualize the diff', 'explain the changes between main and this branch', 'generate a change report', 'what did this commit change architecturally', or any request to understand…

not rated 3 4mo ago A 87 tokens original MIT

git-guru

536

ProjAnvil/MindForge

Skill Claude CodeCodex needs its repo

Expert Git skills covering interactive rebase, worktree management, reflog recovery, bisect debugging, advanced workflows, commit message best practices, and clean history management. Use this skill when needing advanced Git operations, cleaning commit history, managing multiple worktrees, recovering lost commits…

not rated 3 5mo ago A 70 tokens original MIT

sem-inspect-weave

537

timseriakov/sem-inspect-weave-skill

Skill Codex

Semantic version control workflow: sem (structural truth) -> inspect (review prioritization) -> weave (coordination + merge semantics).

not rated 3 5mo ago A 33 tokens original MIT

bug-triage

538

tinhtran24/maestro

Skill Claude CodeCodex needs its repo

Triage bugs reported in chat/issues, search for duplicates, file or update GitHub issues with full context, and push fix PRs.

not rated 3 1mo ago A 33 tokens original Apache-2.0

gitmoji-skill

539

retlehs/gitmoji-skill

Skill Claude CodeCodex

Prefixes commit messages and PR titles with an appropriate Gitmoji. Activate when writing or amending commit messages, drafting PR titles, or choosing a Gitmoji for a change.

not rated 3 3mo ago A 42 tokens

parallel-lifecycle

540

DevOtts/parallel-lifecycle

Skill Claude Code

Run and CDP-test a feature inside its own git worktree without colliding with other parallel coding sessions. Use whenever you are testing a feature locally in a worktree, running Playwright/CDP against your own app, or running two or more agent sessions in parallel that each need a dev server and a browser. Trigger…

not rated 3 1mo ago A 157 tokens original MIT

rememora-developer

541

Rememora/rememora

Skill Claude CodeCodex

Use this skill when working on Rememora development tasks such as picking approved tickets, planning implementations, writing code in isolated worktrees, running validation, and preparing pull requests. This is the Codex-facing equivalent of the Claude Code rememora-developer subagent.

not rated 3 6d ago A 60 tokens original MIT

herdr-orchestrate

542

hcaiano/skills

Skill Claude Code

Manual-only orchestration of GitHub issues in dedicated Herdr work units: triage, delegate, scope-check, ship, merge, and dismantle. The user owns blocked decisions and holds for high-risk or visible UI work.

not rated 3 15d ago A 52 tokens original MIT

hoatv2211/GameStudio-CodexKIT

Skill Claude CodeCodex

Use when maintaining or improving the GameStudio-CodexKIT source repository, including CI, governance, catalog, generators, adapters, packaging, documentation, versioning, or release readiness.

not rated 3 changed today A 45 tokens original MIT

update-plugin

545

gpambrozio/ClaudeCodePlugins

Skill Claude Code

Use when updating, versioning, tagging, or releasing a plugin in this Claude Code-compatible plugin marketplace.

not rated 3 1mo ago A 24 tokens

cut a release

546

lucasnad27/claude-plugins

Skill Claude Code

Use when cutting a release for a plugin in this claude-plugins marketplace repo. Triggers on phrases like "cut a release", "ship v1.2.3", "deploy to the marketplace", "bump the plugin version", or any request to publish/update a plugin for end users. Handles the dual-version-file gotcha (marketplace.json AND…

not rated 3 changed 2d ago A 91 tokens original MIT

attach-review-proof

547

mezotv/proofdrop

Skill Claude CodeCodex

Upload a local screenshot, GIF, or short video to temporary public storage and get a presigned URL to embed in a PR description, issue comment, or agent report. Use WHENEVER you (or another skill) have a local image/video that needs to be SHOWN to a human in GitHub — before/after design screenshots, a recorded flow…

not rated 3 2mo ago A 105 tokens original MIT

bitbottle

548

proggarapsody/bitbottle

Skill Codex

Reference for the bitbottle CLI — a gh-style tool for Bitbucket Server/DC and Cloud. Load when the user asks about bitbottle commands, auth setup, PRs, repos, branches, tags, commits, pipelines, or why a command failed. Load even if the user just says "bitbottle", mentions "Bitbucket", or pastes a bitbottle error…

not rated 3 20d ago A 84 tokens original MIT

repo-audit

549

conorbronsdon/repo-audit

Skill Claude CodeCodex

Audit a repository or prepare it for an open-source release. Audit mode reports whether the README matches the code and whether stated rules are actually enforced; launch mode walks a repo to release-ready with opt-in checklist packs and README templates. Use when asked to "audit this repo," "is this repo ready to go…

not rated 3 9d ago A 112 tokens original Apache-2.0

rig-epic

550

agent-rig/rig

Skill Claude Code

Plan and run a multi-ticket epic: decompose a feature into parent + child items and stack PRs on a shared integration branch instead of landing each on main. Use when children interleave (one item's runtime contract depends on another's incomplete state) — stacking keeps each child PR reviewable without temporarily…

not rated 3 +1 4d ago A 118 tokens original MIT

metagit-cli

551

metagit-ai/metagit-cli

Skill Claude CodeCodex

CLI-only shortcuts for metagit agents — workspace catalog, discovery, prompts, sync, layout, and config. Use instead of MCP or HTTP API when operating from a shell or agentmode session.

not rated 3 +1 today A 43 tokens original MIT

git-workflow

552

0xNyk/oneclaw

Skill Claude CodeCodex

When the user asks you to perform git operations, create branches, open PRs, manage releases, or resolve conflicts, follow this guide. These are the procedural patterns you should apply consistently.

not rated 3 7d ago A 0 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: