Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ npx ghloop init

`ghloop` scaffolds an [ACPX-powered](https://github.com/openclaw/acpx) GitHub Action plus a matching flow so a GitHub issue label can trigger an agent, run a workflow, and open a PR back into the repo.

## How It Works

Once configured, the agentic loop is triggered automatically when a designated label (e.g., `auto-fix`) is added to an issue. The runner executes the workflow, loads the issue details, hands off the task to the selected AI coding agent (like Gemini, Claude, or Codex) via the ACPX runtime, and finally publishes the result by committing the changes and opening a pull request for human review.

## What It Adds

- `.github/workflows/<flow-name>.yml`
Expand Down
Loading