greenlight

Coordinate internal and external reviewers until a pull request is clean.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill greenlight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: greenlight
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/solopreneur/skills/greenlight
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill greenlight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end pull-request reviews by coordinating internal and external reviewers until a PR is clean.

Core Features & Use Cases

  • Internal three-phase review: Phase 1 internal review, Phase 2 consolidation and fixes, Phase 3 external review cycle.
  • Uncommitted mode: Auto-detect and run review loop on working tree when appropriate, without committing.
  • Flexible reviewer orchestration: External reviewer options and fallback configuration.

Quick Start

Run greenlight on a PR by installing required CLIs, ensuring the repo is on a feature branch with an open PR, and invoking the greenlight workflow.

Frequently Asked Questions about greenlight

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull-request reviews until a branch is clean?

Automated pull-request review loops coordinate internal and external reviewers in phases until your PR is clean. This workflow handles feature branches with open PRs, running Phase 1 internal checks and Phase 2 consolidation automatically.

Can I run an automated code review on uncommitted changes without creating a commit?

Yes, uncommitted mode auto-detects and runs the review loop on your working tree without committing. This allows you to validate main branch work locally before finalizing any Git commits.

Do I need the gh CLI to automate GitHub PR review workflows?

Yes, you need Git and the gh CLI installed to automate GitHub PR review workflows. Optional Codex and Gemini tooling can also be configured for external reviewer coordination and fallback logic.

What is the best way to coordinate external reviewers for a GitHub pull request?

Coordinating external reviewers for a pull request is best handled by configuring flexible reviewer orchestration with fallback orders. This manages external Phase 3 review cycles until all checks pass.

How does a three-phase code review process work for feature branches?

A three-phase code review process works by running Phase 1 internal review, Phase 2 consolidation and fixes, and Phase 3 external review cycles. This loop repeats automatically until the feature branch PR is completely clean.