Ship code through an autonomous implement, publish, review, and fix loop. Revloop creates draft GitHub pull requests or dependency-ordered stacks, runs independent specification and engineering reviews, fixes valid findings, and marks verified work ready for human review.
Status: public beta.
npx skills add satyaborg/revloop --skill revloopInvoke Revloop explicitly:
$revloop Implement durable campaign search with pagination.
$revloop subagents Implement durable campaign search with pagination.
$revloop other Implement durable campaign search with pagination.
$revloop specs/campaign-search.md other
Revloop uses up to three fresh same-harness subagents by default and consolidates their results into one structured review. Pass other to use Claude Code from Codex or Codex from Claude Code, matching the original cross-harness behavior.
Requires Codex or Claude Code, Git, an authenticated GitHub CLI, a pushable GitHub remote, network access, and either isolated same-harness subagents or the other agent harness.
Revloop modifies files, commits and pushes code, manages draft pull requests and comments, and sends a review brief to each selected reviewer and any configured fallback. The brief contains the request, repository instructions, committed diff, surrounding code, verification evidence, and prior findings.
Do not use Revloop on material you cannot send to the configured reviewer providers. GitHub artifacts use neutral labels and do not expose the workflow name.
bash skills/revloop/scripts/test-static.sh
bash skills/revloop/scripts/test-live.sh bothLive tests call external model services against disposable synthetic repositories.
See SECURITY.md for vulnerability reporting. Licensed under MIT.