workflow/Testing & debugging/20–60 min

Review a pull request thoroughly

Review the change on two axes—engineering quality and fidelity to the promised behavior.

Use when

A substantial pull request is ready and a surface-level line review is insufficient.

Outcome

A concise review that prioritizes real defects and shows which requirements are or are not covered.

The sequence

4 deliberate steps

  1. 01

    Fix the review boundary

    Identify the comparison base, originating issue/specification, and full diff.

    Open skill
  2. 02

    Review requirement fidelity

    Map every acceptance criterion to code and test evidence.

    Open prompt
  3. 03

    Probe feedback quality

    Find tests that pass without protecting the intended contract.

    Open prompt
  4. 04

    Prioritize the result

    Separate blockers and significant risks from optional improvements.

    Open prompt
All workflows