Find the perfect skill
Generate UAT and E2E Tests from Spec
Testing
Generates UAT checklists and Playwright E2E test stubs from feature specs, using a subagent-based preview and approval workflow.
Playwright Issue Triage
Testing
Triage Playwright bug reports by reproducing them from issue details. Use when asked to triage, reproduce, or verify a GitHub issue.
Naive UX Check
Testing
Runs a naive-user UX comprehension check by surfacing the next unrun prompt (kid, guardian, or admin persona) and logging the response to a dated report. Use before releases for a fresh user perspective.
E2E Snapshot Rebase
Testing
Rebase E2E test snapshots based on failed tests from PR comments.
Unit Test Generator
Testing
Automatically generate comprehensive unit tests with edge cases, mocks, and proper assertions for any codebase.
Deploy n8n test instances with Nathan
Testing
Deploy temporary n8n test instances from a branch or Docker image using the internal Nathan bot, offered after PRs or on request.
Before/After Web Screenshots
Testing
Captures before/after screenshots of web pages or elements for visual comparison, with options for viewports, selectors, and markdown output for PR integration.
Check Degeneration for imp Inference Engine
Testing
Verifies that models in the imp inference engine avoid repetition loops, stuck tokens, and state corruption after code changes. Includes pass criteria and known failure modes.
Santa Method: Dual Review Verification
Testing
Two independent agents adversarially review output; both must pass before shipping. For high-stakes deliverables.
SpeedTree Subsystem Audit
Testing
Audit the byroredux-spt crate: walker byte accounting, placeholder-billboard fallback, TREE wiring, and per-game .spt differences.
WCAG 2.1 AA Validator
Testing
Automatically validates Moodle templates, JavaScript, and CSS for WCAG 2.1 Level AA accessibility compliance. Checks semantic HTML, ARIA patterns, keyboard navigation, and screen reader compatibility.
QA Handoff
Testing
Posts a testing checklist to a GitHub issue for QA testers to manually verify. Invoke with '/qa-handoff #42 path/to/spec.md' or phrases like 'ready for testing' after implementation is complete. It reads the spec document to extract acceptance criteria, formats them as checkboxes, and posts them along with PR info and environment details.