Autoloop Old
Description
AutoLoop: Issue 驱动的全自动 Agent 修复管线 (Zero Glue)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🦞 AutoLoop
**Issue-driven autonomous agent pipeline — zero glue, fully automatic.**
[](LICENSE) [](https://github.com/openclaw/openclaw) [](https://github.com/ythx-101/autoloop)
*Issue → Cron → Claude Code fix → Delayed verify → Auto-close · Works on any GitHub repo*
[Quick Start](#-quick-start) · [Core Mechanism](#-core-mechanism-zero-glue) · [Issue Format](#-issue-format) · [Scripts](#-scripts) · [Logs & Debug](#-logs--debug)
😤 Problem
Ops alert fires at 3 AM.
You: create a GitHub issue, assign someone, wait for morning standup…
3 hours later the fix is a one-liner.
Most incidents don't need a human in the loop — they need a **loop**. AutoLoop watches your GitHub issues, dispatches Claude Code to fix them, verifies the result, and closes the issue. If it fails 3 times, *then* it pings a human.
🚀 Quick Start
# One-line install for any GitHub repo
bash <(curl -sL https://raw.githubusercontent.com/ythx-101/autoloop/main/install.sh) --repo user/repo
Custom parameters
bash <(curl -sL https://raw.githubusercontent.com/ythx-101/autoloop/main/install.sh) \
--repo myorg/myapp \
--user agent \
--cron-interval 15 \
--max-retries 5 \
--work-dir /opt/workspace
Parameters
| Parameter | Default | Description |
|---|---|---|
--repo |
(required) | Target GitHub repo OWNER/REPO |
--user |
ccworker |
CC execution user |
--work-dir |
/root/clawd |
Working directory |
--log-dir |
/var/log/autoloop |
Log directory |
--cron-interval |
30 |
Cron poll interval (minutes) |
--max-retries |
3 |
Max auto-fix retries per issue |
--tg-script |
(none) | Telegram notification script path |
| `--skip |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11