shine-pr-review

Analyze pull requests for correctness, security, readability, test coverage, and blast radius.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-pr-review
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-pr-review
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull requests can be time-consuming to review; this Skill automates structured analysis to save time while improving quality.

Core Features & Use Cases

  • Automated PR assessment: detect correctness, security, readability, and test coverage, plus impact on blast radius.
  • Structured feedback: categorize feedback into Blocking, Non-blocking, Nitpick, and Praise, ending with a merge recommendation.
  • Use Case: accelerate reviews for large codebases or high-volume PR workloads.

Quick Start

Provide a PR URL or local branch to initiate an automated code review.

Frequently Asked Questions about shine-pr-review

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

FAQPage Schema
How do I automate pull request reviews for security and readability?

Automate pull request reviews by analyzing code for correctness, security, readability, and test coverage. The assessment categorizes feedback into blocking, non-blocking, nitpicks, and praise, ending with a final merge recommendation for faster delivery.

What is blast radius analysis in a code review?

Blast radius analysis in a code review detects the potential impact of code changes by identifying referencing symbols and dependencies. It evaluates the downstream effects of a pull request to ensure safer merges across the codebase.

Does automated PR review work with GitHub and GitLab workflows?

Automated PR review works directly with GitHub and GitLab style code review workflows. It generates deterministic feedback and structured merge recommendations suitable for delivery to stakeholders within these platforms.

How do I categorize code review feedback into blocking and non-blocking issues?

Categorize code review feedback by analyzing the pull request for severity and impact. The automated assessment explicitly structures feedback into blocking, non-blocking, nitpick, and praise categories before providing a merge recommendation.

Can I review local branches without a remote pull request URL?

You can review local branches by providing the local branch reference instead of a PR URL. The skill analyzes the local code changes to assess test coverage, correctness, and security, outputting a structured review.

What is the best way to assess test coverage for a high-volume PR workload?

Assess test coverage for high-volume PR workloads by running automated structured analysis on the pull request. This evaluates correctness and security while determining the blast radius, accelerating reviews for large codebases.