kelly-pr-review

Synchronize open GitHub pull requests into a local dashboard for review.

4|3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mr-kelly/skills --skill kelly-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kelly-pr-review
Source: https://github.com/mr-kelly/skills/tree/main/skills/kelly-pr-review
Command: npx skills add https://github.com/mr-kelly/skills --skill kelly-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires hono, @hono/node-server, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This skill solves the chaos of managing multiple GitHub pull requests by providing a structured, local-first review desk that separates the gathering of PR data from the final execution of review actions.

Core Features & Use Cases

  • Local Review Desk: Provides a browser-based UI to inspect PRs, view changes, and draft review notes without calling GitHub APIs during the review process.
  • Safe Execution: Ensures that review actions like approvals or comments are only submitted to GitHub after explicit human verification and approval within the local UI.
  • Use Case: Use this when you have a backlog of pull requests across multiple repositories and need a calm, dashboard-driven environment to triage, comment, and approve them systematically.

Quick Start

Invoke the kelly-pr-review skill to generate a new review batch and open the local dashboard for your pending pull requests.

Frequently Asked Questions about kelly-pr-review

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

FAQPage Schema
How do I manage multiple GitHub pull requests across different repositories locally?

To manage multiple GitHub pull requests locally, you can use a local review desk that synchronizes open PRs into a file-based dashboard, allowing you to batch process code reviews and make decisions without continuous GitHub API calls during the review process.

How can I safely batch review and approve pull requests without accidental GitHub mutations?

You can safely batch review pull requests by implementing a two-step workflow that separates drafting review notes in a local UI from executing mutation operations, requiring explicit human verification and approval before submitting any comments or approvals to GitHub.

Do I need the GitHub CLI to synchronize and submit pull request reviews?

Yes, you need the GitHub CLI installed because the local review desk uses it for retrieving open pull request data across multiple repositories and for submitting the final batched review actions after explicit approval.

What is a local-first pull request review desk and how does it work?

A local-first pull request review desk is a browser-based UI that gathers PR data into local files for offline inspection, enabling developers to triage, comment on, and approve code changes systematically before syncing the final decisions back to GitHub.

Can I use a local dashboard to draft GitHub PR comments before submitting them?

Yes, you can use a local dashboard to draft GitHub PR comments, inspect changes, and prepare review notes offline, ensuring that no review actions or mutations are submitted to GitHub until you explicitly verify and approve them.

What are the limitations of using a file-based dashboard for GitHub pull request reviews?

The limitation of a file-based dashboard is that it relies on the GitHub CLI for data retrieval and submission, meaning you must explicitly approve mutations and cannot execute real-time, continuous automated reviews directly on the GitHub platform.