- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
vue-testing-best-practices
by vuejs-ai
Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
tts-internals
by drakulavich
Use when working on kesha TTS internals — voice routing and which engine serves which voice-id prefix, Kokoro/Vosk ONNX I/O shapes, the CharsiuG2P vs FluidAudio G2P split, SSML handling, multilingual behaviour (es/fr/it/pt on ONNX, hi/ja/zh on darwin-arm64), or the KESHA_* TTS environment variables. Explains why darwin-arm64 routes differently from every other build.
gepetto
by softaworks
Creates detailed, sectionized implementation plans through research, stakeholder interviews, and multi-LLM review. Use when planning features that need thorough pre-implementation analysis.
qa-test-planner
by softaworks
Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.
golden-dataset
by yonatangross
Golden dataset lifecycle patterns for curation, versioning, quality validation, and CI integration. Use when building evaluation datasets, managing dataset versions, validating quality scores, or integrating golden tests into pipelines.
implement
by yonatangross
"Full-power feature implementation with parallel subagents. Use when implementing, building, or creating features."
architecture-patterns
by yonatangross
Architecture validation and patterns for clean architecture, backend structure enforcement, project structure validation, test standards, and context-aware sizing. Use when designing system boundaries, enforcing layered architecture, validating project structure, defining test standards, or choosing the right architecture tier for project scope.
fix-issue
by yonatangross
"Fixes GitHub issues with parallel analysis. Use to debug errors, resolve regressions, fix bugs, or triage issues."
nav-loop
by alekspetrov
Run tasks until complete with structured completion signals. Auto-invoke when user says "run until done", "keep going until complete", "iterate until finished", "loop mode", "autonomous mode".
backend-test
by alekspetrov
Generate backend tests (unit, integration, mocks). Auto-invoke when user says "write test for", "add test", "test this", or "create test".
playwright-testing
by alinaqi
E2E testing with Playwright - Page Objects, cross-browser, CI/CD
ui-testing
by alinaqi
Visual testing - catch invisible buttons, broken layouts, contrast
nodejs-backend
by alinaqi
Node.js backend patterns with Express/Fastify, repositories
commit-hygiene
by alinaqi
Atomic commits, PR size limits, commit thresholds, stacked PRs
android-java
by alinaqi
Android Java development with MVVM, ViewBinding, and Espresso testing
typescript
by alinaqi
TypeScript strict mode with eslint and jest
iterative-development
by alinaqi
Ralph Wiggum loops - self-referential TDD iteration until tests pass
base
by alinaqi
Universal coding patterns, constraints, TDD workflow, atomic todos
llm-patterns
by alinaqi
AI-first application patterns, LLM testing, prompt management
android-kotlin
by alinaqi
Android Kotlin development with Coroutines, Jetpack Compose, Hilt, and MockK testing
ticket-craft
by alinaqi
Create Jira/Asana/Linear tickets optimized for Claude Code execution - AI-native ticket writing
react-web
by alinaqi
React web development with hooks, React Query, Zustand
tidy-deprecate-function
by tidyverse
Guide for deprecating R functions/arguments. Use when a user asks to deprecate a function or parameter, including adding lifecycle warnings, updating documentation, adding NEWS entries, and updating tests.
ring:requesting-code-review
by LerianStudio
Gate 4 of development cycle - dispatches 6 specialized reviewers (code, business-logic, security, test, nil-safety, consequences) in parallel for comprehensive code review feedback.