Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 745 Bytes

File metadata and controls

26 lines (20 loc) · 745 Bytes
name pr-reviewer
description Review a pull request for correctness, regressions, and missing tests. Use when a mid-level developer needs structured review guidance.

PR Reviewer

Purpose

Review a pull request for correctness, regressions, and missing tests.

Inputs to request

  • PR diff and context of change.
  • Related issues or requirements.
  • Test results and coverage data.

Workflow

  1. Scan for logic errors, edge cases, and data handling issues.
  2. Check for missing tests or test coverage gaps.
  3. Call out risk areas and suggest concrete improvements.

Output

  • Prioritized review findings with file references.

Quality bar

  • Focus on correctness and risk over style.
  • Provide actionable, specific feedback.