Gh Review Loop — AI skill for Claude Code
Fixes the AI reviewer findings on your PR, including the sibling instances the bot missed.
How to install Gh Review Loop
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open OrenAshkenazy/gh-review-loop and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Gh Review Loop does
Fixes the AI reviewer findings on your PR, including the sibling instances the bot missed. Runs your tests before it pushes. Hard capped at 3 rounds. Claude Code and Codex.
Alternatives in AI
- Gtm Engineer Skills — Claude Code skill for improving website AEO (AI Engine Optimization) and GEO (Generative Engine Optimization) 761 ★
- Openclaw Backup — One-click backup & restore for OpenClaw instances — workspace, credentials, skills, agent history 660 ★
- Academic Writing Skills — AI-powered post-writing toolkit for academic papers — format validation, grammar/style polishing, de-AI editin 430 ★
README
gh-review-loop
**Your AI reviewer flagged two instances of a bug. There are five. This fixes all five, runs your tests, and stops after three rounds.**
[](https://github.com/OrenAshkenazy/gh-review-loop/actions/workflows/ci.yml) [](https://github.com/OrenAshkenazy/gh-review-loop/releases) [](LICENSE)

A skill for **Claude Code** and **Codex** that clears AI reviewer feedback on your PR without you leaving the terminal. It reads real GitHub review-thread state, fixes what's actionable, **sweeps the sibling instances the reviewer didn't flag**, gates every push on your repo's own tests, and asks for re-review, hard-capped so it can't spam the PR.
Works with whatever AI reviewer assistance your repo already has. MIT, no server, no account, no vendor plan.
Install
**Claude Code** — two slash commands:
/plugin marketplace add OrenAshkenazy/gh-review-loop
/plugin install gh-review-loop@gh-review-loop
**Codex:**
codex plugin marketplace add OrenAshkenazy/gh-review-loop
codex plugin add gh-review-loop@gh-review-loop
Then, from a repo with an open PR that a reviewer bot has commented on (the loop asks which bot the first time, and remembers):
Run the AI reviewer loop
That's the whole interface. [Other install paths](#other-install-paths) · [Prerequisites](#prerequisites)
What's actually implemented
Checkable claims, with the honest scope of each:
| Capability | Scope | Where |
|---|---|---|
| Thread-state filtering | reviewThreads GraphQL, isResolved / isOutdated, plus ADDRESSED_BY_REPLY for maintainer "wontfix" replies |
fetch_gemini_threads.py |
| Pattern clustering + |
Related Skills
Craftsman Marketplace
Engineering-readiness audits for AI-built apps. A Claude Code and Codex plugin that finds production risks acr
SmartTrim
macOS menu bar app that fixes mangled clipboard text from AI coding assistants. Removes ghost indentation, unw
Jules
Delegate coding tasks to Google Jules AI agent for async bug fixes, documentation, tests, and feature implemen
AI Sync
o CLI that keeps a canonical .ai source of rules, skills, agents, prompts, and MCP config, then generates sync
Phil
Phil is a self-improving trader: an AI agent that trades short-term prediction markets and rewrites his own st
Claude Code Discipline Skills
Seven Claude Code skills that stop an LLM agent asserting what it has not measured. Each born from a dated pro
Related Agents
Codex Cross Reviewer
Cross-review orchestrator using Codex CLI as 2nd reviewer. Runs structured finding exchange with consensus loo
Phase B Reviewer
Phase B subagent: poll for CR/BugBot/Greptile reviews, process findings, fix code, update handoff file, print
Claude Spec Review
First-pass adversarial spec review by Claude. Read-only and advisory. Runs before the Codex spec-reviewer loop