code-review
Code Review Skill
Perform a comprehensive code review following this structured approach. Generate a detailed report covering all sections below.
Review Scope
Determine what to review:
- If no argument is provided, ask the user what code they want reviewed
- If the user wants to review the entire codebase, review the entire codebase. If they ask for a specific file or directory, review that file/directory
Review Process
Phase 1: Context Gathering
Before reviewing, gather context:
- Read the target file(s) completely
- Identify related files (imports, types, tests)
More from jchaselubitz/drill-app
expo-router
Patterns for Expo Router including Stack configuration, native tabs, and file-based routing best practices. Apply when working with navigation, routing, or screen configuration.
109watermelondb
WatermelonDB models, observation patterns, and React integration. Use when writing or debugging model code, observers (findAndObserve, query.observe), or screens that display live-updating DB data.
37expo-audio
Guide for using expo-audio to implement audio playback and recording in React Native apps. Apply when working with audio features, sound playback, recording, or text-to-speech functionality.
18expo-glass-effect
Guide for using expo-glass-effect to create iOS native liquid glass UI effects. Apply when implementing glass effect UI components, cards, or surfaces on iOS.
9zod-v4-patterns
Ensures Zod v4 patterns are used correctly throughout the codebase. Apply when creating or modifying validation schemas, form schemas, or any Zod validators. Enforces v4 syntax and prevents deprecated v3 patterns.
6rn-button-component
Ensures buttons use the unified Button component with proper state management, icon support, and glass effect integration. Apply when creating or modifying buttons in the app.
5