# Agentic Review

> Review agent output for quality, not just correctness.

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

---


# Agentic Review

Testing checks: does it work?
Reviewing checks: is it good?

## 6 Review Dimensions
1. Architecture - Structure sensible?
2. Naming - Names communicate intent?
3. Error handling - Failures graceful?
4. Duplication - Logic DRY?
5. Complexity - Simple as possible?
6. Conventions - Matches project patterns?

