maxdimitrov

Tracker Loop — Git skill for Claude Code

Git community

Run ONE iteration of an unattended loop — babysit a PR to green, clear an epic leaf by leaf, or poll a label and dispatch /work-issue — with budgets and stop conditions kept on disk.

How to install Tracker Loop

Installs to ~/.claude/skills/maxdimitrov-agent-issue-tracker-tracker-loop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maxdimitrov-agent-issue-tracker-tracker-loop && curl -fsSL https://raw.githubusercontent.com/maxdimitrov/agent-issue-tracker/HEAD/commands/tracker-loop.md -o ~/.claude/skills/maxdimitrov-agent-issue-tracker-tracker-loop/SKILL.md

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

What Tracker Loop does


description: Run ONE iteration of an unattended loop — babysit a PR to green, clear an epic leaf by leaf, or poll a label and dispatch /work-issue — with budgets and stop conditions kept on disk. Recurrence comes from /loop or a session cron.

/tracker-loop [ref] [--merge | --draft] | status | stop []

One iteration per invocation. `/tracker-loop` never schedules itself and never calls `ScheduleWakeup`; recurrence is external:

Recurrence How
Self-paced (pr

Alternatives in Git

  • Epic Sync — Sync epic issue bodies, labels, and local coordination snapshots from GitHub 243.5k ★
  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★
  • Pull PRs — Pull open GitHub PRs into the github-pr tracker as backlog items 1.6k ★

Full documentation available on GitHub

View Source Repository