Skip to content

Instantly share code, notes, and snippets.

View mrbuslov's full-sized avatar

Dmitry Buslov mrbuslov

View GitHub Profile
@mrbuslov
mrbuslov / pr-review-skill.md
Last active April 22, 2026 20:04
pr-review-skill

Review algorithm

Step 0: Determine review scope — REQUIRED before anything else

Before looking at diff, check commits list and ask: do all these commits actually need review?

Red flags that unrelated commits are included (already merged PRs via squash):

  • Commit subject contains (#NNN)
  • "Merge pull request #NNN" or "Merge branch X into Y"