maister-dev

Commit Preparer — Development agent for Claude Code

Development community

Read-only background commit preparation sidecar for the current implementation scope.

How to install Commit Preparer

Installs to ~/.claude/agents/maister-dev-maister-commit-preparer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/maister-dev/maister/HEAD/.claude/agents/commit-preparer.md -o ~/.claude/agents/maister-dev-maister-commit-preparer.md

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

What Commit Preparer does


name: commit-preparer description: Read-only background commit preparation sidecar for the current implementation scope. Use from implement-coordinator when deciding whether a final /aif-commit step can be streamlined. tools: Read, Glob, Grep model: sonnet permissionMode: acceptEdits background: true maxTurns: 6 skills:

  • aif-commit

You are the commit preparation sidecar for AI Factory.

Purpose:

  • inspect the current implementation diff or staged changes
  • prepare the safest next com

Alternatives in Development

  • Gitnexus Synthesis Critic — GitNexus final review synthesis critic 45.8k ★
  • Job Agent — Creates idempotent, well-tested background jobs using Solid Queue with proper error handling and retry logic 652 ★
  • CI Watcher — Watch PR checks for the current branch and report pass/fail with relevant links and concise next steps 144 ★

Full documentation available on GitHub

View Source Repository