Mybono

Commit — Development agent for Claude Code

Development community

Stage and commit changes, or open a pull request.

How to install Commit

Installs to ~/.claude/agents/mybono-ai-orchestrator-commit.md

Terminal
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 Repository