Find the perfect skill
Regression Verification Audit
Testing
Verifies that closed bug fixes haven't regressed by dynamically discovering GitHub issues, locating guard tests, and reporting missing fixes.
NIFAL Translation Layer Audit
Testing
Deep audit of NIFAL, the canonical NIF translation tier, enforcing single-boundary translate() with no leaks or render-time fallbacks.
Run Gallery Diff After Parser Change
Testing
Re-run the vendored gallery after a parser change and report each module's counts against its committed record, never a summary. Written after first use deliberately.
Run E2E QA Tests with Playwright MCP
Testing
Run the E2E QA test suite using Playwright MCP and nREPL, following structured scripts and tracking progress.
Testing with Vitest
Testing
Guide for implementing and managing unit tests with Vitest. Provides specific coding standards to ensure test quality and consistency.
Naive UX Check
Testing
Run the next unrun naive-user comprehension prompt for kid, guardian, or admin personas and log the response to a dated QA report. Use before releases to get a fresh naive-user pass.
Pairwise test generation
Testing
Generate pairwise test cases for efficient coverage of combinations.
Test Retry Config
Testing
Automated assistance for test retry configuration, covering best practices and production-ready setup.
Generate Playwright Tests
Testing
Generate Playwright e2e tests for web applications. Use when user requests tests for components, pages, or features.
Synthetic Test Fixtures
Testing
Generate N synthetic test fixtures matching a user-defined schema, with optional edge-case mode.
NES Mapper/Compiler Audit
Testing
Audit the mapper abstraction, project builder, and CC65 compile path to ensure generated music data becomes a bootable NES ROM. Verify iNES header consistency, bank windows, and build correctness.
Naive UX Check
Testing
Organizes naive-user comprehension test scenarios and logs results to a dated report.