Git and workflow

14,269 mods in this category, of every kind an agent can take. Each one carries what it costs per session, what the scan found, and whether it is the original.

tada5hi/skills

Skill Claude Code

Fetch PR review comments from GitHub, investigate each one against the actual codebase, and fix real issues. Use after a PR review to triage and act on reviewer feedback, or when asked to "check PR comments", "handle review feedback", or "investigate PR".

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

optimiziramsi-skills

1082

optimiziramsi/skills

Plugin Claude Code

Bundles 25 skills, 25 commands, 9 agents, 2 hooks · 4,323 tokens together

optimiziramsi's Claude Code toolkit as ONE plugin, organized topic-first — one folder per concern (git, commit, reporting, session, review, repo, instructions, flow, patterns, worktree, setup), each owning its own skills/commands/agents/hooks. Opinionated concerns carry env kill-switches; guards self-gate on project…

not rated 2 23d ago A tokens not measured original MIT

ship-it

1083

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

pm-autofix-pr

1084

pmatos/skills

Skill Claude Code

This skill should be used when the user asks to "autofix pr", "fix pr locally", "fix ci failures", "fix review comments", "iterate on pr", "fix failing checks", "fix pr comments", "make ci green", "fix the build", "address reviewer feedback", or wants to iteratively fix CI failures and review comments on a GitHub PR…

not rated 2 changed yesterday A 88 tokens original MIT

upstream-cherry-pick

1085

lifeinchords/claude-code-skills

Skill Claude Code

Share reusable agentic patterns from project repos back into an upstream template, safely. WHEN TO PROPOSE: (1) After pushing commits touching high-signal paths, (2) Sprint/milestone review, (3) When agentic tooling is created. Classify commits as: YES (portable), MAYBE (needs changes/judgment—offer to fix), or NO…

not rated 2 4mo ago A 132 tokens original MIT

self-improve

1086

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

1087

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

1088

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

1089

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 4d ago A 208 tokens

loopit

1090

Jewgah/claude-code-skills

Skill Claude Code

Drive a task queue (loop-tasks.md) to completion in ANY repo — detect the repo's own rules, then for each task plan → /review-plan → implement → verify → /review → fix all findings → commit → push → client doc → mark done. Autonomous between tasks; pauses only for genuine product decisions.

not rated 2 1mo ago A 68 tokens original MIT

review-branch

1091

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

1092

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

code-review

1093

r0r1/claude_code_config

Command Claude Code

Command "code-review" from r0r1/claude_code_config, covering review github pr with linear issue specification, arguments provided, prerequisites check, step 1: extract github repository and pr information and step 2: fetch linear issue details.

not rated 2 9mo ago A 0 tokens

done

1094

fotoflo/claude-skills

Skill Claude Code

Wrap up a coding session — update docs, lint, then commit. Use when the user says "done", "wrap up", or "finish".

not rated 2 2mo ago A 32 tokens

commit

1095

eddiesmo/second-brain-demo

Skill Claude Code

Commit current changes to git with concise messages. Use whenever the user says "commit", "save changes", or asks to commit their work.

not rated 2 6mo ago A 30 tokens

gh-stack

1096

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 10d 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

github

1099

zarldev/claude

MCP server Claude CodeCodexCursor +2

GitHub's hosted MCP server: lets the agent search code, read and create issues and pull requests. Remote server at api.githubcopilot.com.

not rated 2 7mo ago A tokens not measured

forkmesh

1100

forkmesh/forkmesh

MCP server Claude CodeCodexCursor +2

MCP server "forkmesh" as configured in forkmesh/forkmesh. Runs tools/forkmesh_mcp_server.py with python3.

not rated 2 1mo ago A tokens not measured original MIT

merge-dependabot

1101

DJRHails/dotfiles

Command Claude Code

@source https://github.com/trailofbits/claude-code-config @description Evaluate and merge dependabot PRs with parallel builds, dependency-aware batching, and transitive dep analysis. @arguments $REPO: GitHub org/repo (e.g., trailofbits/algo). $OPTIONS: Optional flags — "--skip-config-audit" skips Phase 0 (use in batch…

not rated 2 yesterday A 0 tokens original MIT

goal

1102

askwigconsulting/cohort

Command Claude Code

Drive a GitHub issue to a draft PR — build, then an independent judge verifies each criterion (max 3 rounds).

not rated 2 1mo ago A 27 tokens original MIT

publish-copy

1103

wake-engineering/ai-plugin

Cursor rule Claude CodeCursor

Publish-copy rule. Defines inclusion (spec-derived paths to copy) and exclusion (internal tooling to never copy). The /publish-copy command MUST read this rule and copy only inclusion paths.

not rated 2 4mo ago A 37 tokens original MIT

change

1104

Aleksacom/claude-code-orchestration-agents

Command Claude Code

Entry point for any change request. Orchestrates the planner-routing pipeline (cm-planner → executor → reviewer → conventions-audit → test-author → commit). Use for any work that touches code or docs.

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