Commits agents

274 tagged Commits, measured the same way as everything else here.

Browse within: ai-coding 8Multi-Agent 7context-engineering 6Autonomous Agents 5copilot 5spec-driven-development 5

task-executor

49

skullninja/coco-workflow

Agent

Part of coco

Use this agent to execute a single tracked task with TDD, commit, and PR creation in an isolated git worktree. Dispatched by /coco:loop for parallel execution. Context: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents. assistant: "I'll dispatch task-executor agents…

not rated 7 3d ago A 97 tokens original MIT

osc-submit-watch

50

openSUSE/openSUSE-packaging-skill

Agent

Block 3 of the openSUSE-packaging pipeline. Use to commit a green package, submit it to Factory (osc sr) or open the Gitea PR for a git-workflow package, then watch the submission and triage any decline or reviewer comment — looping fixes back to Block 2.

not rated 7 +1 4d ago A 66 tokens original Apache-2.0

git-commit-crafter

51

jl-cmd/claude-dev-env

Agent Codex

Part of claude-dev-env

Use this agent when you need to create git commits, stage changes, or organize multiple file changes into atomic commits. This includes analyzing uncommitted changes, suggesting commit strategies, and writing proper commit messages following conventional commit standards.

not rated 6 3d ago A 52 tokens original MIT

committer

52

epodivilov/garmin-connect-mcp

Agent Claude Code

Use this agent when you need to commit code changes to git repositories, especially when you want to follow conventional commit standards and best practices. Examples: Context: User has written several functions and wants to commit them properly. user: 'I've added a login function, updated the user model, and fixed a…

not rated 6 8mo ago A 213 tokens original MIT

gsd-executor

53

rafreid/gsdview

Agent Claude Code

Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.

not rated 5 7mo ago A 36 tokens

pre-push-reviewer

54

osisdie/claude-code-channels

Agent Claude Code

Pre-push reviewer that validates markdown lint, security, conventional commits (no model/AI names), and up-to-date README/CHANGELOG before allowing a push.

not rated 5 5mo ago A 39 tokens original MIT

commit

55

seabbs/skills

Agent

Part of dev-workflow

Use this agent to create a well-structured git commit with conventional format and proper git identity. Pass --as-me to commit as the owner, --bot-only to commit as the bot without co-author. (Tools: ).

not rated 5 9d ago A 47 tokens original MIT

mhattingpete/agent-composer

Agent Claude Code

Use this agent when you need to run the coding-prompt.md command, commit the resulting changes, and push to the remote repository. This agent handles the complete workflow from executing the custom command to ensuring changes are committed and pushed with proper git hygiene.\n\nExamples:\n\n \nContext: The user wants…

not rated 5 6mo ago A 374 tokens original MIT

nolabs-ai/claude-extensions

Agent

Activates when user needs help writing a git commit message. Triggers on "write commit message", "help me commit", "what should my commit message be", "commit these changes", or after completing a feature/fix and mentioning committing.

not rated 5 8mo ago A 54 tokens original MIT

global-development

58

FilipNowakowicz/nixos-config

Agent

Do not add Co-Authored-By, agent-session, or tool-attribution trailers to commit messages. Do not mention Claude, Anthropic, Codex, OpenAI, Gemini, or other agent tooling in commit messages, PR descriptions, or PR bodies. Commits should show only the human author unless repository-specific instructions say otherwise.

not rated 5 5d ago A 0 tokens original MIT

git-commit-creator

59

dashed/mcp-personal

Agent Claude Code

Use this agent when you need to create git commits with properly formatted conventional commit messages. The agent will check for staged changes and create commits following the Conventional Commits 1.0.0 specification. Examples:\n\n \nContext: User has made code changes and staged them for commit\nuser: "I've…

not rated 5 4mo ago A 0 tokens

git-github-manager

60

e0ipso/drupal-bridge-mcp

Agent Claude Code

Use this agent when you need to perform any Git version control operations, GitHub repository management, or related tasks. This includes creating commits with proper conventional commit format, managing pull requests, handling issues, working with branches, analyzing repository history, and using GitHub CLI tools.…

not rated 5 9mo ago A 333 tokens original MIT

verification-gate

61

crcresearch/llm-wiki-memory-template

Agent

Canonical pre-commit check for any wiki write. The Verification Gate is a small, project-extensible criteria list that every ingest skill (/wiki-experiment, /wiki-source, or any future write skill) runs before staging and committing.

not rated 4 6d ago A 0 tokens

tp-worker

62

CurtisThe/three-pillars-plugin

Agent

Part of three-pillars

Write-capable worker subagent for the autonomous orchestrator. Implements a plan on a candidate branch, commits, pushes, and returns the candidate.v1 envelope.

not rated 4 1mo ago A 35 tokens original Apache-2.0

git_ops

63

ljzloser/mcp_tools

Agent

An agent for managing Git work in the MCP Tool Hub project. Git is a system for tracking code changes, branches, versions, and releases.

not rated 4 2mo ago A 27 tokens original MIT

mz-executor

64

Sh3rd3n/megazord

Agent

Part of mz

Execute a single plan file with atomic commits per task.

not rated 3 6mo ago A 14 tokens original MIT

code-commit

65

RoniLeor/specWeaver

Agent

Part of specweaver

Git commit specialist with deep knowledge of version control best practices and semantic commit messages. Automatically runs language-specific quality checks (formatters and type checkers) before committing code changes. Use when ready to commit changes to git.

not rated 3 10mo ago A 47 tokens original MIT

executor

66

SyloRei/claude-godmode

Agent

Part of claude-godmode

Use when /build N spawns per-step implementation: implement one PLAN.md step in an isolated worktree, run the quality gates, and make one atomic commit. Brief-driven and gate-aware — unlike @writer (general-purpose), this agent works a single plan step against its brief and stops.

not rated 3 2mo ago A 61 tokens original MIT

commit-message

67

kubosho/cursor-rule-deck

Agent

An agent that suggests a correctly formatted Git commit message from a task description or the changes in a repository. Git is a system for recording code changes.

not rated 3 1y ago A 25 tokens original MIT

reviewer

68

Monkopedia/rouse-context

Agent Claude Code

Reviews completed agent work for prompt completeness, code quality, and merges to main.

not rated 3 3d ago A 18 tokens original Apache-2.0

commit-pusher

69

MarcusJellinghaus/mcp-tools-sql

Agent Claude Code

Commits and pushes changes. Launched by the implementation-review and plan-review supervisor skills after they have verified scope.

not rated 2 6d ago A 27 tokens copy · 100% MIT

commit-curator

70

thespamer/claude-code-arsenal

Agent

Use after staging changes with git add, before running git commit. Reads the staged diff and drafts a Conventional Commits message that describes what actually changed. Use proactively whenever the user is about to commit.

not rated 2 2mo ago A 44 tokens original Apache-2.0

git-manager

71

OpenAnalystInc/10x-Team

Agent Claude Code

Part of 10x-team

Stage, commit, and push code changes with conventional commits. Use when user says "commit", "push", or finishes a feature/fix.

not rated 2 5mo ago A 32 tokens

implementer

72

kenmulford/milestone-driver

Agent

Part of milestone-driver

Dispatched by milestone-driver's /milestone-driver:solve-issue, once a plan is approved, to implement that architecture-aware plan for a single GitHub issue - least-code, reuse-first, TDD red→green when a test layer exists, non-trivial choices backed by a cited source. Architecture is locked: this agent executes the…

not rated 2 6d ago A 119 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: