# Review

> Perform a comprehensive code review of recent changes Use when this capability is needed.

- Skill: `tomevault-io/review-38` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/review-38`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/review-38/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/review-38

---


Perform a code review of recent changes.

## Review Checklist

### TypeScript & Code Quality
- No `any` types
- Proper error handling
- Clear naming conventions
- Functions are small and focused
- No unused variables or imports

### Astro & Components
- Props have TypeScript interfaces
- Components follow single responsibility
- Correct use of `client:*` directives (minimal JS)
- Data structures extracted from templates

### Accessibility
- Semantic HTML elements used
- Interactive elements have labels
- Form inputs have associated labels
- Color contrast is sufficient
- Keyboard navigation works

### Performance & Eco-design
- Minimal client-side JavaScript
- No unnecessary dependencies
- Images optimized
- Bundle size reasonable

### Tauri (if applicable)
- Rust code follows conventions
- Minimal permissions in capabilities
- IPC data validated
- Errors handled gracefully

### Security
- No secrets in code
- User inputs validated
- LocalStorage data validated on read

## Commands to Run

```bash
# Type check
npx astro check

# Build web
npm run build

# Build desktop (optional)
npm run build:desktop
```

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

