Git and workflow skills

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

Browse within: LLM 172cli 151agents 105agentic-ai 99skills 96ai-coding 95agent 92javascript 55github 49agent-orchestration 48Autonomous Agents 46claude-code-plugin 46agent-framework 43gemini 40

jj-megamerge

673

bitbloxhub/skills

Skill Claude CodeCodex

Use this skill for Jujutsu megamerge workflows: maintaining one octopus merge over multiple independent work branches, staging new stacks, absorbing WIP into existing commits, restacking onto trunk, and publishing only individual branches.

not rated 2 1mo ago A 51 tokens

commit-pr-generator

674

tyeom/skills

Skill Claude CodeCodex

A read-only tool that examines changes in a Git worktree, the folder containing a repository and its current edits, then drafts a commit message and a pull request (PR) title and description. If there are no current edits, it uses recent commits instead.

not rated 2 1mo ago A 138 tokens

publish-skill

675

skilld-dev/skills

Skill Codex

Prepare, validate, package, and publish portable Agent Skills through GitHub or npm. WHEN: "publish a skill", "publish SKILL.md", "ship a skill", "release an agent skill", "make this skill installable", "add a skill to my package".

not rated 2 1mo ago A 60 tokens original MIT

code-storage

676

ipruning/skills

Skill Claude CodeCodex

Agent skill for interacting with code.storage, a managed Git infrastructure layer. Provides repository creation, branching, commits, file access, diffs, search, notes, GitHub sync, ephemeral branches, and forking through a RESTful HTTP API authenticated with customer-signed JWTs. Every repo operation scoped per-JWT.

not rated 2 10d ago A 67 tokens

changelog

677

rediche/skills

Skill Claude CodeCodex

Generate a concise, user-facing changelog from meaningful changes in the current repository and branch. Use when the user asks for a changelog, release notes, recent changes, or a summary of work over a date range or contributor scope.

not rated 2 18d ago A 50 tokens original MIT

gcmg

678

yashraj-n/skills

Skill Claude CodeCodex

Generates conventional Git commit messages from staged or unstaged code changes. Use when the user asks to commit, write a commit message, stage changes, or says things like "commit this", "what should my commit say", or "generate a commit message".

not rated 2 1mo ago A 56 tokens original MIT

pr-babysit

679

a1f/agent-templates

Skill Claude CodeCodex

Use when the user wants to babysit a PR through the review/CI cycle, or invokes /pr-babysit. Polls for new review comments and CI failures, fixes them, resolves merge conflicts, and loops until the PR is ready to merge.

not rated 2 8d ago A 59 tokens original MIT

alchemy-contribute

680

den-labs/agent-skills

Skill Claude CodeCodex

Automates the end-to-end contribution workflow to Alchemy open-source repos (github.com/alchemyplatform/) — read CONTRIBUTING, fork via gh, clone, set upstream, install deps with the right package manager, create a feature branch, run lint/tests, stage/commit, push, and open a Pull Request. Use this skill whenever the…

not rated 2 changed 3d ago A 197 tokens

ghissue

681

kBashar/myagentskills

Skill Claude CodeCodex

Use when asked to create, file, open, or raise a GitHub issue — including turning a bug report, a feature request, or a just-shipped backend change into a companion issue in another repository.

not rated 2 11d ago A 45 tokens original Apache-2.0

auto-commit

682

X-Zero-L/agent-skills

Skill Claude CodeCodex

Analyze git status, batch commit changes by logical groups, and push to remote. No co-author or AI attribution info. Use when the user says "auto commit", "batch commit", "commit and push", or triggers /auto-commit.

not rated 2 6mo ago A 53 tokens original MIT

commit-plan

683

msobczyk-x/agent-skills

Skill Claude CodeCodex

Propose how to split the current git diff into logical commits — a Conventional Commit message plus the files to stage for each — then offer to create those commits once you approve the plan. Never adds agent or co-author attribution to commit messages. Use when asked to plan commits, write a commit message, or group…

not rated 2 21d ago A 79 tokens

commit-code

684

marmot-protocol/agent-config

Skill Claude CodeCodex

End-to-end skill for creating git commits with proper tooling and safety checks. Use when you're asked to create a commit.

not rated 2 7mo ago A 27 tokens original MIT

orchestrate

685

znut/agent-skills

Skill Claude CodeCodex

Run repo work through subagents. Split work into small tasks, give each worker an isolated git worktree, check the result, and require the worker to commit, pass review, and deliver through the repo's delivery mode. Read project rules from the repo. Pair this skill with /tl for engineering work or /pm for product…

not rated 2 12d ago A 103 tokens

git-commit-push

686

marcos2872/agents-config

Skill Claude Code

Analisa mudanças Git (staged/unstaged), gera mensagem Conventional Commits, executa commit, push e opcionalmente cria Pull Request no GitHub. Use ao commitar, gerar mensagens, fazer push, salvar alterações ou criar PR.

not rated 2 28d ago A 56 tokens

work

687

jkrumm/hermes-agent

Skill Claude CodeCodex

IU work surface — Outlook calendar, Teams chats/channels + curated alerts, Jira tickets/sprint/backlog (read + create/update/comment on Johannes's behalf, always Team=Prometheus), Confluence docs, GitLab MRs + approvals + discussions. Cross-system identity via /m365/team roster. Personal assistant only, never…

not rated 2 today A 71 tokens

pr-writer-vp

688

VectorPeak/vectorpeak-agent-skills

Skill Codex

Manage the user's external GitHub PR workflow from project name to fork/clone, multi-agent bug hunting, PR-value validation, formal PR creation, reviewer feedback, and detailed PR comment section expansion. Use when the user asks to fork or clone a GitHub project, find small fixable PR opportunities, launch…

not rated 2 1mo ago A 109 tokens original Apache-2.0

git-commit-guardian

689

Takayio/ai-agent-skills

Skill Claude CodeCodex

A Git commit message helper that applies the Conventional Commits format, a standard way to label changes such as new features or bug fixes.

not rated 2 7mo ago A 43 tokens

git-pr-feedback

690

scroogy-dev/scroogy-agent-skills

Skill Claude CodeCodex

A workflow for handling comments left by reviewers on a GitHub pull request, which is a proposed code change awaiting review. It groups comments and suggests whether each needs action, clarification, or no change.

not rated 2 2d ago A 141 tokens original Apache-2.0

changelog-bump-ver

691

mir-am/skills-agents-ai-coding

Skill Claude CodeCodex

Promote CHANGELOG.md unreleased entries into the next release version and update Maven POMs to the next snapshot version.

not rated 2 4mo ago A 30 tokens original MIT

bachkukkik/opencode-plan-build-orchestrator

Skill Claude CodeCodex

End-to-end 6-phase pipeline (problem -> fix+verify -> docs sync -> knowledge graph -> commit+PR -> issue triage) alternating plan and build modes. Works harness-natively (Claude Code, Hermes, opencode TUI) or delegates to opencode CLI / Claude Code CLI / Hermes delegatetask waves. Applies karpathy-guidelines…

not rated 2 1mo ago A 83 tokens original MIT

auto-commit

693

astamvalley/claude-foundation

Skill Claude Code

A tool that examines changed code, creates a Git commit message following the repository's convention, and runs the commit. Git is the version-control system used to record code changes.

not rated 2 4mo ago A 126 tokens

pull-request-process

694

rsenna/rs-agent-plugin

Skill Claude CodeCodex

Open a pull request the safe way and handle review comments on it. Use when creating a branch, pushing work, opening a PR, or working through bot/human review threads. Encodes branch hygiene, an explicit-refspec push that can't accidentally advance main, "open the PR but never merge — bots/maintainer review," and the…

not rated 2 changed 4d ago A 79 tokens original MIT

Muriel-Salvan/x_aeon_agents

Skill Claude CodeCodex

Addresses comments made on the GitHub Pull Request tracking changes of the current branch. What this does is read all Pull Requests comments addressed to the agent, improve or fix the code based on those comments, and reply too each one of those comments. Use this when the user is asking you to address the comments…

not rated 2 5d ago A 85 tokens

bugfix-worktree

696

midFang/ai-agent-skills-workflow

Skill Codex

A procedure for fixing one tracked bug in its own Git worktree, which is a separate working copy tied to a branch. It includes self-checking the fix and building an Android APK for human testing.

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