wtf.pr-review
Installation
SKILL.md
PR Review
Review a pull request as a tech lead.
This skill reads the diff against the linked Task spec (Gherkin, Contracts, Impacted Areas). It catches spec drift, missing test coverage, and contract violations before merge. It does this by reading the code, not by running the software.
Distinct from wtf.verify-task: wtf.verify-task is a QA engineer running the implemented behavior against Gherkin scenarios (does the software do what it says?).
This skill is a developer reviewing the code itself (is the code written correctly against the spec?).
Process
0. GitHub CLI setup
Run steps 1–2 of ../references/gh-setup.md.
Stop if gh is not installed or not authenticated.