review-all-prs

Review all open pull requests across GitHub repositories using isolated worktrees.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill review-all-prs-omninode-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-all-prs
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/review-all-prs
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill review-all-prs-omninode-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing all open Pull Requests across multiple repositories, ensuring code quality and consistency at an organizational scale.

Core Features & Use Cases

  • Comprehensive Scanning: Scans all open PRs across specified or all repositories in your organization.
  • Automated Local Review: Runs a local review process on each PR branch in an isolated worktree.
  • Fix Commit Pushing: Automatically pushes any fix commits identified during the review process back to the PR branch.
  • Use Case: A development team lead can use this Skill at the end of the day to ensure all open PRs are reviewed and any critical issues are addressed before the next day, maintaining a healthy codebase.

Quick Start

Run the review-all-prs skill to scan all open PRs authored by you, ensuring at least 2 clean passes for each.

Frequently Asked Questions about review-all-prs

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

FAQPage Schema
How do I automate PR reviews across all repositories in my GitHub organization?

You can automate GitHub PR reviews by orchestrating a process that scans all open pull requests across your organization's repositories. This skill uses isolated worktrees and a local review tool to identify and fix code quality issues before merging.

Can I automatically push fix commits to PR branches after a code review?

Yes, you can automatically push fix commits to PR branches. After running an automated local review process on each pull request branch within an isolated worktree, the identified fixes are pushed directly back to the PR branch.

What is the best way to ensure code quality for multiple open pull requests at organizational scale?

The best way to ensure code quality at scale is to use comprehensive scanning across all open pull requests in your organization. This automated workflow enforces compliance and addresses critical issues before merging.

Do I need isolated worktrees to run automated code reviews on GitHub pull requests?

Yes, isolated worktrees are required for automated code reviews. The local review process runs on each pull request branch within an isolated worktree to safely identify and fix issues without affecting your main repository state.

How does claim management and scope guards work for automated PR review workflows?

Claim management and scope guards handle advanced workflow automation during the PR review process. They manage the review scope and coordinate claims across repositories to ensure orderly, conflict-free processing of all open pull requests.

When should I run an automated PR review workflow for my development team?

You should run an automated PR review workflow at the end of the day to ensure all open pull requests are reviewed. This guarantees that critical issues are addressed before the next day, maintaining a healthy codebase.