Git and workflow skills

14,481 tagged Git and workflow, measured the same way as everything else here.

Browse within: ai-coding 92claude-code-plugin 57agentic 50agent-orchestration 45javascript 43agent-framework 41openai 41openclaw 38copilot 34github 34gemini 33vscode 32macos 31vscode-extension 30

managing-releases

385

Comfy-Org/workflow_templates

Skill Claude CodeCodex

Manages releases for this repository: how version bumps, PyPI publishing, and GitHub releases work. Covers the release label, publish.yml / version-check.yml pipelines, auto-bump rules, frozen legacy media bundles, PyPI quota gates, and recovery/force-publish. Use when asked to: release, publish, cut a release, bump…

not rated 855 5d ago A 155 tokens original MIT

adopt-pr

386

pydantic/pydantic-ai-harness

Skill Claude CodeCodex

Bootstrap branch-context on an existing PR. Writes issue-brief.md from the linked issue(s) + current PR state, and backfills pr-decisions.md with decision-bearing entries from already-resolved review threads. Use when picking up a PR mid-flight (yours or someone else's) without prior local context.

not rated 840 5d ago A 66 tokens original MIT

branch-context

387

pydantic/pydantic-ai-harness

Skill Claude CodeCodex

Branch-local durable PR state -- issue brief, decisions log, and session handoffs. Read the brief, decisions, and latest handoff at session start; append decisions as you work; write a handoff only on user request or explicit session turnover.

not rated 840 5d ago A 53 tokens original MIT

commit-push-pr

388

llama-farm/llamafarm

Skill Claude CodeCodex

Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks.

not rated 837 2mo ago A 36 tokens original Apache-2.0

release

389

jrswab/axe

Skill Claude CodeCodex

Prepare code for release (version bumps, changelog, README updates) and create an annotated tag to trigger the GoReleaser workflow.

not rated 836 +1 2mo ago A 30 tokens original Apache-2.0

commit-msg

390

jrswab/axe

Skill Claude CodeCodex

You receive a git diff of staged changes via stdin. Generate a commit message.

not rated 836 +1 2mo ago A 0 tokens original Apache-2.0

navop-release-notes

391

feigeCode/navop

Skill Claude CodeCodex

Use when working in the Navop repository on CHANGELOG.md, version-tag preparation, GitHub Releases, or R2 updater release notes, especially when bilingual Chinese and English notes must be generated, reviewed, synchronized, published, or verified.

not rated 832 4d ago A 54 tokens

write-teach-commit

392

yutkat/my-neovim-pluginlist

Skill Claude CodeCodex

Draft teach: commit messages for .github/workflows/improve-add-skill.yml. Use when preparing or reviewing a correction commit that should trigger the Improve Add Skill workflow from $add categorization feedback, including moved plugin entries, removed or excluded plugins, changed .reason.md categories, or…

not rated 830 today A 82 tokens

code-review

393

block/berd

Skill Claude CodeCodex ✓ vendor

Senior engineer code review focused on catching issues before they become PR comments. Reviews only changed lines, categorizes issues by priority, and fixes them one by one. Use when the user says "code review", "review my code", "review this branch", or wants pre-PR feedback.

not rated 868 today A 61 tokens original Apache-2.0

create-pr

394

block/berd

Skill Claude CodeCodex ✓ vendor

Create a GitHub PR from the current branch: handle uncommitted changes, generate a summary, submit via gh CLI, then watch the PR to a ready state — fixing failing checks and addressing review comments. Use when the user says "create PR", "open PR", "submit PR", "push PR", or wants to create a pull request.

not rated 868 today A 74 tokens original Apache-2.0

deploy

395

jazzyalex/agent-sessions

Skill Claude CodeCodex

Use when shipping a release of Agent Sessions — bumping version, updating CHANGELOG, building, signing, notarizing, publishing appcast, and creating a GitHub release.

not rated 842 changed today A 37 tokens original MIT

release-notes

396

jazzyalex/agent-sessions

Skill Claude CodeCodex

Use when writing or curating the user-facing release copy for an Agent Sessions release — README "What's New", GitHub release notes, Sparkle release notes, or website/launch copy. Not for the internal CHANGELOG, which stays a full development history.

not rated 842 today A 56 tokens original MIT

sc-skill

397

jazzyalex/agent-sessions

Skill Claude CodeCodex

Capture deterministic macOS screenshots for testing, docs, release notes, and marketing assets. Use when asked to automate app screenshots, batch-generate screenshot sets, standardize window sizing/composition, or choose between Peekaboo and native macOS screenshot tooling.

not rated 842 today A 55 tokens original MIT

create-pull-request

398

warpdotdev/oz-skills

Skill Claude CodeCodex

Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.

not rated 823 +1 19d ago A 52 tokens original MIT

release-clawpatch

399

openclaw/clawpatch

Skill Claude CodeCodex

Release /Projects/clawpatch as the public npm package clawpatch.

not rated 810 3d ago A 25 tokens original MIT

github-actions-gen

400

laolaoshiren/claude-code-skills-zh

Skill Claude CodeCodex

A guide for creating or updating GitHub Actions workflows, which are automated jobs that test, build, release, or deploy code. It first examines the real project before choosing commands, runtimes, caches, and permissions.

not rated 816 3d ago A 57 tokens original MIT

featurevisor

401

featurevisor/featurevisor

Skill Claude CodeCodex

Author, query, and integrate Featurevisor — Git-based feature flags, A/B experiments, and remote config. Use whenever the user mentions Featurevisor, works in a project containing featurevisor.config.js, edits files under attributes/, segments/, features/, variables/, groups/, schemas/, targets/, sets/, or tests/…

not rated 806 3d ago A 266 tokens original MIT

fix-ticket

402

hoophq/hoop

Skill Claude CodeCodex

Implement a Linear ticket end-to-end - fetch context, branch, code, tests, draft PR, update the ticket. Use when given a ticket ID like EVL-86 or DEP-123.

not rated 806 today A 43 tokens original MIT

test-plan

403

hoophq/hoop

Skill Claude CodeCodex

Generate the "How to test" section for the current branch's changes - exact commands, flows to exercise, expected results. Use before opening/updating a PR or when asked how to validate a change.

not rated 806 today A 44 tokens original MIT

release-libs

404

mihai-dinculescu/tapo

Skill Claude CodeCodex

Release a new version of the tapo (Rust) and tapo-py (Python) crates together, sharing the same version number.

not rated 798 8d ago A 31 tokens original MIT

update-maturin

405

mihai-dinculescu/tapo

Skill Claude CodeCodex

Bump maturin to the latest release and regenerate .github/workflows/tapo-py.yml, preserving local customizations.

not rated 798 8d ago A 29 tokens original MIT

release-core-test

406

cyrusagents/cyrus

Skill Claude CodeCodex

Invoke when dev-testing a Cyrus change that spans CYPACK (edgeworker + CLI) and CYHOST (Vercel-hosted GUI) and the hosted GUI needs to point at an unreleased cyrus-core from this repo. Publishes cyrus-core (and claude-runner if needed) as a -test.N prerelease under the npm test dist-tag so CYHOST can install it via…

not rated 796 +1 today A 114 tokens original Apache-2.0

blame

407

regent-vcs/re_gent

Skill Claude CodeCodex

Show which regent step last modified each line of a file. Use when investigating file provenance or debugging.

not rated 789 2mo ago A 22 tokens original Apache-2.0

zszz3/AgentRecall

Skill Claude CodeCodex

Use immediately before claiming work is complete, fixed, passing, or ready to merge. Requires fresh verification evidence for every success claim.

not rated 762 yesterday A 31 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: