Evidence Backed Review

Judge a change before it lands: a branch, a pull request, a diff against a base point, or uncommitted work. Says what was not inspected rather than calling it clean. Covers what was actually asked for, security and abuse paths, whether the tests prove what they claim, broken contracts and callers outside this repository, and stale docs. Every finding at file:line, and it never edits. Use when the user says "review this", "check this before I commit", "does this hold up", or hands over a branch before opening it, always about code that changed. Not for prose with no diff behind it, explaining code, formatting-only passes, running the linter or tests, writing the commit message or changelog for a change, responding to a review of your own work, or a change whose author is asking how to add the test that was never written, which is a test-first decision rather than a review.

gabrielmoreira Updated 17 repo stars

File contents

gabrielmoreira/skills/tree/main/skills/evidence-backed-review commit b9cf8af771

Frequently asked questions

npx skillmds@latest add gabrielmoreira/evidence-backed-review