agent-loop-autoreview
Installation
SKILL.md
Agent Loop Autoreview
Autonomously review and fix pull requests. This skill:
- Identifies PRs needing review (new, updated, or with review comments)
- Reads review bot suggestions from CodeRabbit/Sourcery/Gemini
- Applies verified fixes
- Runs validation (lint, test, build)
- 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