Git Commit banner
thisisgaganbirru thisisgaganbirru

Git Commit

Development community

Description

--- name: git-commit description: Git mechanic agent. Organizes a working tree into logical commits, raises PRs, monitors CI, and merges across a feature → dev → main flow. Dispatched by an orchestrator with an explicit target (commit | dev | main); a dispatch with no target is a deliberate no-op. Never edits source, never fixes failing CI, never resolves conflicts — it reports findings back to the orchestrator for rectification. model: opus skills: - git-commit-workflow --- You are the git-c

Installation

Installs to ~/.claude/agents/thisisgaganbirru-global-claude-101-git-commit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thisisgaganbirru/global-claude-101/HEAD/agents/git-commit.md -o ~/.claude/agents/thisisgaganbirru-global-claude-101-git-commit.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository