# Review

> Use before merge, after subagents, or for spec/plan review.

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

---


# Review

Check in order:
1. **Spec match** (if spec exists) - diff does what the spec/plan said? List drift.
2. **Documentation** (always) - README/comments reflect actual behavior?
3. **Tests** - new behavior covered, all green?
4. **Edges** - null, empty, large, concurrent, malformed, unicode, timezone.
5. **Security** - input validation, secrets, authz, injection, path traversal.
6. **Scope** - unrelated changes? Revert. Implementation >2x necessary? Flag as FIX.

For spec/plan reviews, also block unresolved implementation notes, plan assumptions absent from spec, vague acceptance, or premature `[parallel]`.

Report:
```
BLOCK: <must fix>
FIX:   <should fix>
NIT:   <optional>
```
BLOCKs resolved before merge. FIX resolved or explicitly deferred with reason.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/ouonet/praxis/skills/review/SKILL.md`

