What problem does it solve?
GORKH's desktop QA process tends to be fragmented across code, packaging, and manual checks. This skill consolidates test strategy, automation patterns, and validation workflows to prevent the "works in code, fails in packaged runtime" gap.
Core Features & Use Cases
- Test Pyramid guidance across Smoke (packaged), E2E flows, integration tests, and unit tests to ensure balanced coverage.
- Automation templates & patterns for Vitest, Playwright, and Rust tests, with guidance for CI pipelines.
- Real-device validation & packaging checks to verify builds behave as expected post-packaging.
- Use cases include writing tests, setting up test infrastructure, creating fixtures, debugging failures, writing smoke tests, and validating packaged builds.
Quick Start
Set up Vitest/Playwright-based tests and run npm run test to validate the desktop app pipeline.