# Code Review

> Review code and PRs. Use when reviewing pull requests, code changes, or providing feedback. Use when this capability is needed.

- Skill: `tomevault-io/code-review-93` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/code-review-93`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/code-review-93/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/code-review-93

---


# Code Review

## Checklist

- [ ] Follows project conventions
- [ ] No TypeScript errors
- [ ] No unused imports/variables
- [ ] Proper error handling
- [ ] No hardcoded values (use constants/env)
- [ ] Components are reusable
- [ ] No security issues (XSS, injection, etc.)

## Review Format

```markdown
## Summary
Brief overview of changes.

## Feedback
- **Issue**: Description
  - Suggestion: How to fix

## Approval
- [ ] Approved
- [ ] Request changes
```

## Priority Labels

| Label | Meaning |
|-------|---------|
| 🔴 Critical | Must fix before merge |
| 🟡 Suggestion | Nice to have |
| 🟢 Nitpick | Minor style issue |

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/seosd97) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

