Workflow field guide

coding workflow

PR Review Pack

Return a severity-ranked review in which every finding is actionable and evidence-backed.

Setup
20 minutes
Difficulty
Intermediate
Tested
2026-07-26
01

Requirements

Bring these inputs.

  • The change diff and base revision
  • The approved plan or acceptance criteria
  • Relevant test commands
02

Output contract

Know what done looks like.

A review with verified findings, file references, and explicit residual risk

03

Execution

Run the playbook.

  1. 01

    Lock the review boundary

    List the requested behavior, changed files, and verification commands before judging the code.

    Summarize the change contract and identify any requirement that cannot be verified from the provided context.
  2. 02

    Inspect for behavioral risk

    Trace changed inputs, state transitions, errors, and downstream consumers.

    Find correctness, security, data-loss, and regression risks. Ignore style unless it obscures a defect.
  3. 03

    Reproduce each finding

    Run or write the smallest check that proves each suspected issue before reporting it.

    For every candidate finding, provide evidence, impact, exact location, and a reproducible verification step.
  4. 04

    Deliver the review

    Rank only confirmed issues, then state missing tests and residual risk separately.

    Output findings first by severity, followed by open questions and a two-sentence summary.
04

Field note

How to use this route.

This workflow treats review as verification, not opinion generation. A finding is not ready until the reviewer can show how it fails or why the behavior violates the contract.