An autonomous workflow that uses Greptile to review code, apply fixes, and merge PRs when quality scores meet your criteria.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pr-review-loop
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pr-review-loop using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The PR Review Loop is a powerful automation skill designed for AI agents to handle the end-to-end pull request lifecycle. By integrating with Greptile, this Openclaw Skills extension allows an agent to submit code, receive professional-grade feedback, and iteratively fix issues until the code reaches a high-quality score. It bridges the gap between manual human review and fully autonomous development by ensuring every PR meets a specific quality threshold before merging.
This skill is essential for maintaining code quality without slowing down the development cycle. It uses the GitHub CLI to interact with repositories, fetching comments and scores directly from the API. Whether you are running a single-agent project or a complex multi-agent system, the PR Review Loop ensures that code standards are met consistently across all contributions.
To get started with this skill within your Openclaw Skills ecosystem, ensure you have the GitHub CLI installed and authenticated.
# Ensure GitHub CLI is authenticated
gh auth status
# Run the review loop on a specific PR
bash scripts/pr-review-loop.sh <owner/repo> <pr-number>
You should also have Greptile configured to monitor your repository and provide feedback patterns as defined in your references.
The skill maintains a local state file called review-state.json to track progress across multiple review cycles and prevent infinite loops.
| Property | Description |
|---|---|
rounds |
The current number of fix-and-review cycles completed. |
maxRounds |
The limit of autonomous attempts (default is 5). |
lastScore |
The numerical quality score from the previous Greptile review. |
sameScoreCount |
Tracks if the quality score has plateaued to trigger escalation. |
Loading
OrionAds is an agent-centric protocol for searching physical hardware and developer tools using structured JSON data.

A command-line interface for querying real-time odds, event probabilities, and market data from Polymarket.

A powerful Python-based automation tool for bulk cleaning, organizing, and managing multiple Gmail accounts using the Gmail API.

An advanced execution skill that enables AI agents to run OpenAI Codex CLI commands for automated code generation, refactoring, and debugging.

A comprehensive integration for Openclaw Skills to manage emails, scheduling, and cloud storage through Google APIs.

A specialized automation skill for scaling organic app growth through automated short-form video creation and scheduling on TikTok, Instagram, and YouTube.








































