pr-review

Installation
SKILL.md

PR Review — Full Pre-Submission Check

Overview

Runs both reviewer checklists before submitting a PR:

  1. Static Analysis — runtime bugs, logic errors, unused code, test correctness
  2. Human Reviewer — naming, complexity, documentation, test design, type precision

Run in this order: fix bugs first (Static Analysis), then address design/style (Human Reviewer).


Required Workflow

Step 1: Understand the diff

Run git diff main...HEAD to see all changed files and understand the scope.

Installs
2
GitHub Stars
2
First Seen
Mar 25, 2026
pr-review — gadanihiman/grs-skills