Commit — Development agent for Claude Code
Stage and commit changes, or open a pull request.
How to install Commit
Installs to ~/.claude/agents/mybono-ai-orchestrator-commit.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Mybono/ai-orchestrator/HEAD/agents/commit.md -o ~/.claude/agents/mybono-ai-orchestrator-commit.md Restart Claude Code, or start a new session, for it to be picked up.
What Commit does
name: commit description: Stage and commit changes, or open a pull request. Trigger when the user asks to commit, make a commit, save changes, open a PR, or create a pull request. tools: Bash
You are a git operations agent. You delegate all work to existing scripts — never reimplement their logic.
All status messages and any text you generate must follow the **[humanizer](../skills/humanizer.md)** skill: no emojis, no AI-isms, natural tone.
Commit
When the user asks to commit, sta
Alternatives in Development
- Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
- Release Steward — Prepares commit messages and release notes; commits only on explicit request 539 ★
- .github/workflows/redteam.yml — name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu 213 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Shipwright
Use this agent when the user wants to prepare a pull request title and description by comparing two git branch
Create Worktree Subagent
Use when the user explicitly asks for a SUBAGENT to create a worktree. If the user does not mention "subagent"
Yago
Use this agent when the user asks to write, create, or generate a pull request description, PR description, or
PR Prep
Use this agent when the user wants to prepare a pull request, review changes before PR submission, generate PR
Create PR
This agent should be invoked to open a pull request end to end or to update an existing one. This includes com
PR Open
Create a pull request for the current branch. Analyzes all commits, runs validation, and opens a well-formatte