Skip to main content
RunBook Academy

← All checklists in Git, CI/CD & GitOps

Before deploymentgit-branching-strategy

Pull Request Review Checklist

16 items ·8 critical ·7 warn ·1 info

How to use this checklist

This is what the human reviewer is expected to confirm before approving a pull request that touches infrastructure. It is deliberately split from the Git Repository Production Readiness checklist, because that one is about the repository as a whole and this one is about an individual change.

Use it as the rubric for the review comment, not as a separate form. The reviewer should be able to point at each item they checked, and the PR author should be able to see which items were considered.

Sign-off

Every critical item must pass. A failing critical item blocks the merge; it is not a note for later. Record the date, the reviewer, and the disposition of every item that did not pass.

Critical8 items

Warning7 items

  1. git diff --shortstat origin/main...HEAD

Info1 item