What problem does it solve? Catching bugs, race conditions, and code quality issues before they reach production is hard, especially in fast-moving AI-assisted coding sessions where changes accumulate quickly. This Skill performs a focused review of only the code written or modified in the current session, producing a prioritized, actionable report. ## Core Features & Use Cases - Session-Scoped Review: Analyzes only files changed in the current session rather than the entire codebase, keeping feedback relevant and fast. - Bug and Race Condition Detection: Scans for React hook dependency issues, stale closures, memory leaks, Firestore check-then-act patterns, non-atomic updates, and async ordering hazards. - Prioritized Findings Report: Outputs a severity-ranked table (CRITICAL/HIGH/MEDIUM/LOW) with file and line references, explanations, and concrete suggested fixes. - Use Case: After a coding session that adds a new Firebase-backed dashboard feature, invoke the review to catch an unsubscribed onSnapshot listener and a non-atomic counter update before committing. ## Quick Start Ask the AI to review the code written in this session for bugs, race conditions, and quality issues.