# Evidence Based Review

> Every PR review claim must quote the specific code being criticized. No hand-waving.

- Skill: `thrillmade/evidence-based-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add thrillmade/evidence-based-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thrillmade/evidence-based-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thrillmade (https://skillmd.com/u/thrillmade)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/thrillmade/evidence-based-review

---


# Evidence-based review

Every claim in your review must be backed by evidence the PR author can verify in seconds.

## Required for every finding

- **Quote the exact line or block** you're talking about (use a fenced code block or `gh pr` inline-comment anchor).
- **Cite the file and line range** so the author can navigate directly there.
- **State the failure mode concretely**: what input produces what wrong output, or what attacker action exploits what gap.

## Banned phrasings

These are red flags that you're hand-waving instead of reviewing:

- "This might cause issues" → say *which* issue, with the input that triggers it.
- "Consider refactoring this" → either it has a bug, or it doesn't. Not your call to redesign their code.
- "This doesn't follow best practices" → cite *which* practice and why it matters here.
- "You should add tests" → name the specific code path that isn't covered.

## Verifying your own claims

Before posting a comment, ask: if the author asked "show me", could I point at the exact line and exact failure case? If not, delete the comment.

A short, specific review of three real issues beats a long, vague review of fifteen maybes.

