Find the perfect skill
Debug Visual Regression
Testing
Analyze visual regression test failures in Vizzly. Helps identify root cause of visual differences and suggests whether to accept or fix changes. Use when the user mentions failing visual tests, screenshot differences, or asks to debug visual changes.
Artifact Audit
Testing
Use for read-oriented inspection of completed work for drift, inconsistency, omissions, or unsupported claims. Not for implementing fixes.
Pytest Mocking Strategy
Testing
Master mocking strategy for pytest: when to use autospec, AsyncMock patterns, mock builders, and what should never be mocked.
Testing Tauri Applications
Testing
Covers testing strategies for Tauri v2 applications: unit and integration testing using a mock runtime, end-to-end testing with WebDriver (Selenium, WebdriverIO), and CI integration with GitHub Actions.
Generate Synthetic Test Fixtures
Testing
Generates N synthetic test fixtures conforming to a user-defined schema, with optional edge-case mode for boundary and adversarial values. Supports types like string, int, email, url, date.
Physics and Mathematics Verification
Testing
This skill reviews code for physics and math correctness, performing dimensional analysis, mathematical inspection, and sanity checks. It helps ensure that implementations align with physical laws and avoid numerical issues.
Quality & Debugging
Testing
Provides a structured debugging workflow (reproduce, isolate, identify root cause, fix minimally, verify) and testing guidance (TDD, test priority, verification commands). Helps developers systematically fix bugs and ensure code quality before marking tasks as done.
Investigate ClickHouse CI Failures
Testing
Investigate a ClickHouse CI failure end-to-end from a PR or S3 report URL. Fetches failed tests, classifies flaky vs real regression, and checks for existing issues/fixes.
MobAI Mobile Device Control
Testing
Controls Android and iOS devices through the MobAI HTTP API. Supports screenshots, taps, text input, swipes, and app launching. Uses specialized sub-agents (native-runner for native apps, web-runner for web pages) to break down complex automation tasks hierarchically.
FakePeekskill Backend
Testing
FakePeekskill is a fake 27-qubit backend for testing quantum circuits.
Project Integrity Check
Testing
Run a full project integrity check with two phases: pipeline integrity verification and manuscript audit.
Test Zombie Shooter
Testing
A skill for testing a zombie shooter game.