agent-loop-autoreview

Installation
SKILL.md

Agent Loop Autoreview

Autonomously review and fix pull requests. This skill:

  1. Identifies PRs needing review (new, updated, or with review comments)
  2. Reads review bot suggestions from CodeRabbit/Sourcery/Gemini
  3. Applies verified fixes
  4. Runs validation (lint, test, build)
  5. Commits and pushes fixes, or merges when green

PR Discovery

Find PRs that need attention:

# PRs with review comments from bots
gh pr list --state open --json number,title,author,updatedAt --limit 20
Installs
1
GitHub Stars
5
First Seen
Jun 16, 2026
agent-loop-autoreview — duyet/codex-claude-plugins