What problem does it solve? Features often get marked as done after passing only static checks (TypeScript compilation, unit tests, builds), while real runtime, visual, and architectural-assumption bugs slip through. This Skill enforces a structured QA review process that catches these issues before a feature is declared complete. ## Core Features & Use Cases - Runtime Verification Gate: Requires actually running the application and observing behavior (UI interactions, map pan/zoom, API smoke tests, real DB rows) rather than inferring correctness from static checks. - Structured Checklist Review: Covers Hebrew UI text, dark mode, RTL layout, RTL correctness, deletion confirmations, event logging, soft deletes, DRY code, secrets, performance, and polling compatibility. - Standardized QA Report: Produces a consistent report with the physical-strip-board speed comparison, gate results, critical vs. minor findings, and a release recommendation. - Use Case: After implementing a new map drawing tool for the air traffic control desk, run this Skill to verify the drawing moves with the map on pan/zoom, passes tsc/tests/build, and receive a go/no-go release recommendation. ## Quick Start Ask the QA engineer to review the feature you just implemented against the SKY-KING checklist and runtime verification gate before marking it done.