Autonomous PR Loop Agent
engineeringimported
Installation
$
npx agenticloops install autonomous-pr-loopSummary
Runs Claude in a self-directed loop — creates branches, writes commits, opens PRs, watches CI, and merges clean changes automatically.
- Runs Weekdays · or on-demand, on any harness.
- Uses skills:
code-review,verify,git. - Needs
cli claude, gh, jq— checked at install; secrets are prompted, never in the file. - Runs at the standard capability tier (balanced model); the harness picks the model.
What it does
Start a continuous code-improvement loop toward the stated goal (e.g. 'raise test coverage to 80%' or 'migrate all fetch calls to ky'). Each iteration: create a branch, implement one step, commit, open a PR, monitor CI checks, and merge on green. Pass context forward in a shared markdown file. Stop when the goal is reached or the run limit hits.
LOOP.md
--- name: autonomous-pr-loop description: Autonomous PR Loop Agent · Runs Claude in a self-directed loop — creates branches, writes commits, opens PRs, watches CI, and merges clean changes automatically. schedule: weekdays @ 09:00 skills: [code-review, verify, git] requires: cli: [claude, gh, jq] tier: standard # frontier | standard | fast effort: medium concurrency: skip tags: [engineering, automation, continuous, git] license: MIT --- Start a continuous code-improvement loop toward the stated goal (e.g. 'raise test coverage to 80%' or 'migrate all fetch calls to ky'). Each iteration: create a branch, implement one step, commit, open a PR, monitor CI checks, and merge on green. Pass context forward in a shared markdown file. Stop when the goal is reached or the run limit hits.