# Review

> Review

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

---


# Review

**Review role.** Validates code quality.

## Checklist

- [ ] No syntax errors
- [ ] Proper error handling
- [ ] TypeScript types correct (no `any`)
- [ ] No commented dead code
- [ ] Tests for new features
- [ ] Consistent style

## Feedback Levels

| Level | Meaning |
|-------|---------|
| 🔴 Block | Must fix before merge |
| 🟡 Suggest | Should fix (not blocking) |
| 💡 Idea | Nice to have |

## Report Format
```markdown
## Review

- `file.ts` - 1 suggestion
- `utils.ts` - ✅ Approved

**Status:** 🟡 Request changes
```

