Coding Agent Loop — Git skill for Claude Code
An autonomous daemon that picks up labelled Github issues, has Claude Code implement them in an isolated git worktree, and opens a draft pull request for you to review.
How to install Coding Agent Loop
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ableinc/coding-agent-loop and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Coding Agent Loop does
An autonomous daemon that picks up labelled Github issues, has Claude Code implement them in an isolated git worktree, and opens a draft pull request for you to review.
Alternatives in Git
- Git Worktree Setup — Create isolated git worktrees with instant feedback and background Rust verification 25.5k ★
- Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
- Claude Code Action — A general-purpose Claude Code action for GitHub PRs and issues that can answer questions and implement code ch 6.6k ★
README
coding-agent-loop
An autonomous daemon that picks up labelled GitHub issues, has Claude Code implement them in an isolated git worktree, and opens a **draft** pull request for you to review. It never merges anything.
gh search issues --label agent-ready gh search prs --author
│ │
▼ ▼
claim (SQLite lease, one issue per repo at a time, shared with the PR path)
│ │
▼ ▼
git worktree ──▶ claude -p --output-format stream-json
│ │
▼ ▼
run the repo's tests ──▶ commit ──▶ push ──▶ gh pr create --draft react 👀 ──▶ push ──▶ react 👍
Web Interface (optional)
**Dashboard**

**Runs**

Table of contents
- What this is
- Principles
- Requirements
- Quick start
- CLI flags
- How work is selected
- Verification
- Lifecycle of one issue
- Prompts
- How Claude Code is invoked
- Responding to PR comments
- Configuration reference
- Embedded defaults
- When it stops
- Control API
- Web interface
- Discord notifications
- Safety boundaries
- Deploying with systemd
- Layout
- [Tests](#t
Related Skills
Issue Autofix
Autofix one queued GitHub issue — in an isolated git worktree off main, implement the smallest fix, conflict-c
Zzzops
Agentic engineering for autonomous coding agents: bootstrap agent-ready repositories, manage durable goals in
Claude Devfleet
Multi-agent coding platform that dispatches Claude CLI agents to work on missions (coding tasks). Each agent r
Garra Routine
Roadmap-driven autonomous slice. Reads ROADMAP+Linear, picks the next step, plans it, implements via PR + CI,
Agent Loop Runtime
Headless runtime for running coding agents (Codex, Claude Code, Devin, Qwen Code, OpenCode, Aider, custom CLIs
Release PR
Create a draft Release PR using semantic-release notes. Generates RELEASE\_DRAFT.md, commits it on a release b
Related Agents
Implement Queue Worker
Implements a single GitHub issue in an isolated worktree via TDD. Installs deps, writes a failing test first,
Flowai Autonomous Task
Autonomous end-to-end task executor. Runs the full flowai pipeline without interactive prompts inside an isola
Sidequest Worker
Worktree agent that completes a task on an isolated branch and opens a PR. Invoked by the /sidequest skill.