# Review Checklist

> What this team checks in every code review, in order, before approving

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

---


# Review checklist

1. Does the change do what the PR says, and nothing else?
2. Are the tests testing behavior, not implementation?
3. Would a new teammate understand this code without asking?

