review (gstack)

Reads a finished code change just before it lands and flags what should block the merge — correctness, risk, missed cases — on the actual diff. It reviews written code at merge time, not an architecture plan before building and not a running failure.

A situation it fits

A finished pull request is sitting in the queue; you want someone to read the actual changed lines right before it merges and flag anything that should block it — a broken edge case, a risky change, a missed test.
review (gstack). The four all sound like "look at the code," which is the trap. review reads the finished diff at merge time. plan-eng-review judges a proposed design before code exists; review reads a finished diff at merge time; investigate chases a live bug to its root cause; health tracks the whole codebase's quality over time.

3 scenarios in the bank answer to review (gstack). The rest are in the game.

Skills it gets confused with

These share a family with review (gstack), which is another way of saying they are the ones you might reach for by mistake.

Knowing what review (gstack) does is the easy half. Telling it apart from the others under time pressure is the game.

Today's session

review (gstack) is part of garrytan/gstack. Licence: MIT. The description above was written for this game, not taken from the skill.

← All skills