Back to Skills

pr-review-automation

verified

Use when Gemini bot completes PR review with priority labels (๐Ÿ”ด๐ŸŸก๐ŸŸขโšช) - MANDATORY loop until meaningfulUnprocessedCount=0, then automatically processes new feedback by priority with 3-minute polling, state tracking for resumable processing, and @superpowers:executing-plans integration

View on GitHub

Marketplace

devnogari-claude-plugins

devnogari/devnogari-claude-plugins

Plugin

pr-review-automation

Repository

devnogari/devnogari-claude-plugins
2stars

plugins/pr-review-automation/skills/pr-review-automation/SKILL.md

Last Verified

January 23, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/devnogari/devnogari-claude-plugins/blob/main/plugins/pr-review-automation/skills/pr-review-automation/SKILL.md -a claude-code --skill pr-review-automation

Installation paths:

Claude
.claude/skills/pr-review-automation/
Powered by add-skill CLI

Instructions

# PR Review Automation

## Overview
Systematic workflow for processing Gemini bot PR review feedback with priority-based filtering, state tracking for resumable processing, and superpower skill integration. **MANDATORY: Loop until meaningfulUnprocessedCount = 0 before ANY other action. Automatically continues until no meaningful feedback remains.**

**Ralph Loop is DEFAULT**: When "auto" mode is detected, Ralph-loop is automatically used for fully autonomous PR review processing. No manual intervention needed!

**Core principles**:
- **LOOP until meaningful feedback = 0**: Process ALL existing feedback before ANY other action (CRITICAL!)
- **Never skip existing feedback**: Check and process until `meaningfulUnprocessedCount = 0`
- **Check unreviewed commits**: Only after ALL existing feedback is processed
- **Loop until done**: Continuously process new feedback until no meaningful items remain
- **Ralph-powered automation (DEFAULT)**: "auto" mode triggers Ralph-loop automatically
- Process feedback systematically using GitHub API and priority filtering
- Track state to avoid duplicate processing
- Use `@superpowers:executing-plans` for high-quality fixes
- Poll every 3 minutes for faster feedback cycles
- Resume from last processed feedback if interrupted
- Automatically detect meaningful feedback (CRITICAL, IMPORTANT, and impactful NICE-TO-HAVE)

## Workflow Overview

```
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚              PR Review Automation (Ralph-Loop)               โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚                                                              โ”‚
โ”‚  1. Check if Gemini review exists on PR                     โ”‚
โ”‚     โ”œโ”€ YES โ†’ Go to step 4                                   โ”‚
โ”‚     โ””โ”€ NO โ†’ Continue to step 2                              โ”‚
โ”‚                                                              โ”‚
โ”‚  2. Post "/gemini review" comment                           โ”‚
โ”‚     gh pr comment <PR> 

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
34215 chars