Git and workflow for Codex

7,078 mods tagged Git and workflow that install into Codex, measured the same four ways as everything else here: what each costs in tokens on every session, what a security scan found and why, whether it is the original, and what changed.

Also for Codex: anthropic · Web3 and blockchain · Python · React · TypeScript · openai · android · docker · Go · Localization · bun · nextjs

scourgify

481

SEKKAIE/scourgify

Skill Claude CodeCodex

Scourgify closes out AI coding work by taking safe repository snapshots, classifying every in-scope Git path captured before or after the closeout, reconciling multi-chat or multi-agent work, syncing durable docs, recording verification, and validating a permission-aware handoff. Use when the user says "Scourgify!" or…

not rated 2 1mo ago A 153 tokens original MIT

github

482

aaronboshart1/orionomega

Skill Claude CodeCodex

Full-featured GitHub integration via the gh CLI. Manage repositories, issues, pull requests, CI/CD workflows, releases, and make raw API calls.

not rated 2 1mo ago A 0 tokens

changelog-writer

483

migmcc/agent-skill-quality-gate

Skill Claude CodeCodex

Use when a release is being prepared and a human-readable changelog must be generated from merged pull requests.

not rated 2 2mo ago A 26 tokens original MIT

github-deep-review

485

sublimecoder/aios

Skill Claude CodeCodex

GitHub deep review: bugs, PRs, best fix, stale-or-real, read code first.

not rated 2 1mo ago A 26 tokens original MIT

mackinleysmith/convex-worktree-isolation

Skill Codex

Set up, repair, or explain isolated Convex development deployments for Git worktrees and coding agents, including per-worktree env bindings, temporary deployment creation, baseline data seeding, frontend port isolation, and AGENTS.md guardrails. Use when separate checkouts are clobbering one shared Convex dev…

not rated 2 1mo ago A 95 tokens original MIT

athena

487

taylorparsons/athena-skill

Skill Claude CodeCodex

PRD-driven delivery loop with a token-lean audit trail (requests → decisions → specs → tasks → commits). All docs/ log access goes through ./scripts/owl. Use for any feature, bug fix, or change in a repo using ATHENA docs/.

not rated 2 6d ago A 55 tokens original MIT

create-pr

488

osac-project/osac-ai-skills

Skill Claude CodeCodex

Create a PR on an OSAC component repo (including the osac mono-repo, which may need per-component validation for multiple touched components in one pass) using the fork-based workflow. Runs repo-specific validation (build, test, lint), pushes to the developer's push remote, and opens a PR against the upstream repo…

not rated 2 4d ago A 104 tokens

jujutsu

489

lambda610/skills

Skill Claude CodeCodex

Use Jujutsu (jj) for version control in jj-enabled projects. Covers command workflows, bookmark management, rebasing, conflict resolution, revsets, and common pitfalls. Triggers when: project has a .jj/ directory, README requires jj, or user explicitly requests jj commands. Do NOT use for regular git-only projects.

not rated 2 5mo ago A 72 tokens

github-image-hosting

490

img402/skills

Skill Claude CodeCodex

Upload images to img402.dev for embedding in GitHub PRs, issues, and comments. Free tier (1MB, 7-day, no auth) is the default; paid tiers add 5MB max with 1-year ($0.01) or permanent ($1) retention via x402. Use when the agent needs to share an image in a GitHub context — screenshots, mockups, diagrams, or any visual.…

not rated 2 3mo ago A 130 tokens original MIT

clean-commits

491

whobot-ai/skills

Skill Claude CodeCodex

A guide for writing concise Git commit messages that match a repository's existing style. Git commits are saved records of code changes, and the guide also covers separating unrelated changes into different commits.

not rated 2 19d ago A 71 tokens original MIT

pipeline

492

tangjiahui-cn/skills

Skill Claude CodeCodex needs its repo

A software-development workflow that turns a written request into a specification, an execution plan, code changes, tests, and commits. A specification describes what should be built; a plan describes how.

not rated 2 15d ago A 78 tokens original MIT

publish-mobile-app

493

its-everdred/skills

Skill Claude CodeCodex

Bootstrap an app-agnostic set of deploy scripts into an Expo React Native + web project and run the full lifecycle of publishing a mobile app to both the Apple App Store (TestFlight) and Google Play, plus store-screenshot capture.

not rated 2 2mo ago A 52 tokens original MIT

boss-flow

494

williamchmw/BossCoding

Skill Claude CodeCodex

A workflow for completing development tasks in projects that use BossCoding, a project process with repository rules, checks, branches, pull requests, and continuous integration.

not rated 2 1mo ago A 62 tokens original MIT

pr-autofix

495

minio/skills

Skill Claude CodeCodex

Use when a pull request has review feedback waiting and you want to act on all of it — CodeRabbit, GitHub Copilot, Gemini Code Assist, and any other review bot, plus human reviewers. Collects inline review threads, review summary bodies, and pull request comments, extracts the CodeRabbit findings that never reach the…

not rated 2 24d ago A 127 tokens original Apache-2.0

ship-it

496

Timmyy3000/skills

Skill Codex

Execute an accepted engineering plan through implementation, integrated validation, code review, pull request creation, active review monitoring, and verified closeout. Use after Kickoff approval/review or when the user explicitly asks to ship an existing plan.

not rated 2 changed 2d ago A 49 tokens

self-improve

497

sskarz/nanoclawbster

Skill Claude CodeCodex

Write features, fix bugs, and create PRs for the NanoClawbster codebase. Works in an isolated dev workspace, pushes via Composio (CI validates on GitHub Actions), and deploys after user approval.

not rated 2 1mo ago A 50 tokens original MIT

git-branch-cleanup

498

fang2hou/skills

Skill Claude CodeCodex

Cleans up local Git worktrees and branches whose work is provably absorbed elsewhere, deleting each risk group only after its own confirmation. Use after merging pull requests or after parallel agent worktree sessions.

not rated 2 yesterday A 46 tokens original MIT

loachbot-github-issue

499

RobLoach/skills

Skill Claude CodeCodex

Autonomous GitHub Issue Fixer agent called LoachBot. Picks the single most-recently-updated GitHub issue created by and assigned to you, implements a fix in a Pull Request, then unassigns the issue. Use when the user wants to work through issues assigned to them, or asks to "run LoachBot Issues", including repeated…

not rated 2 changed 3d ago A 99 tokens Zlib

pr-fix-loop

500

TBSten/skills

Skill Claude CodeCodex

Manage multiple GitHub Pull Requests in parallel. In a single loop pass, for every PR: check CI status, auto-classify each failing check (transient infra / lint / binary-compat / build / test) and delegate to the matching fix-ci- skill, then handle unresolved review comments end to end (fetch → fix → commit → push →…

not rated 2 3d ago A 208 tokens

review-branch

501

alehlopeh/claude-skills

Skill Claude CodeCodex

Deep review of all changes on the current branch using scaled finder agents with deduplication, falsification, and intent verification.

not rated 2 5mo ago A 29 tokens

pr

502

SaharCarmel/Sahar-claude-code-marketplace

Skill Claude CodeCodex

This skill should be used when the user asks to "create a PR", "open a pull request", "submit my changes", "push and create PR", "finalize my work", "/pr", or wants to commit, validate, and push their current branch as a pull request. Handles the full workflow: commit all changes, run quality gates with best-effort…

not rated 2 4mo ago A 125 tokens

gh-stack

503

adrienlupo/Claude-code-config

Skill Claude CodeCodex

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

not rated 2 9d ago A 65 tokens

lin-shui/silk_v2

Skill Claude CodeCodex

Use in this repository after local edits when an agent is asked to commit, push, open or update a PR, or prepare a submit handoff. Enforces Silk-specific docs sync, validation reporting, and commit/PR title naming.

not rated 2 14d ago A 53 tokens

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: