- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
ai-collaborate-teaching
by NaveedTechLab
Design learning experiences for AI-native software development, integrating the Three Roles Framework (AI as Teacher/Student/Co-Worker), co-learning partnership pedagogy, and "Specs Are the New Syntax" paradigm into programming curriculum. Use this skill when educators need to prepare students for professional AI-driven development workflows, teach effective specification-first collaboration, or balance AI assistance with foundational learning goals. This skill helps create lessons that leverage AI tools appropriately while ensuring students build independent capability, bidirectional learning patterns, and ethical AI use practices. Aligned with Constitution v4.0.1.
forge-status
by fwehrling
Displays the FORGE sprint status: stories, metrics, progress. Usage: /forge-status
python-expert-tester
by StrayDragon
Expert guidance for Python testing that analyzes your existing setup and provides evidence-based recommendations. I'll examine your current tests, configurations, and dependencies before suggesting changes. Use when writing tests, improving coverage, debugging issues, or optimizing testing setup.
frontend-test-additions
by velcrafting
Add or extend frontend tests to cover intended behavior and critical UI states.
faasjs-unit-testing
by faasjs
FaasJS unit testing playbook - use test() only, shared mocks setup, and coverage matrix.
vitest
by kirklin
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.
gs-create-e2e-tests
by gilbertopsantosjr
Creates tests following Clean Architecture test layers. Entity tests (pure unit), Use Case tests (mock repositories), Repository tests (DynamoDB Local), E2E tests (full flow). Uses Vitest and DI Container mocking.
json-data-validation-test-design
by shimo4228
"Use when validating auto-generated JSON data files too large for manual review. Layered pytest validation pattern."
golang
by dmonteroh
"Build and review production Go (1.21+) services/CLIs with idiomatic design, correctness, and safe concurrency/cancellation patterns."
spec-driven-dev
by kundeng
"Spec-driven development workflow: requirements → design → tasks → implement loop. Use when planning features, implementing from specs, or resuming work. Commands: spec-plan, spec-go, spec-task, spec-audit, spec-status, spec-merge, spec-reset, spec-help. IMPORTANT: Never edit requirements.md, design.md, tasks.md, or progress.txt without first reading this skill and the relevant references/ doc."
qa-run
by ajaywadhara
"8-agent QA loop: browser exploration via Playwright MCP, then analyze, plan, test, audit, heal, expand, snapshot. Quality gate score >= 85 to pass."
early-hiring-advisor
by fefogarcia
Use this skill when users need to make early hires, build their founding team, determine compensation/equity, decide who to hire first, or scale from founders to first employees. Activates for "who should I hire first," "early hiring," "equity for employees," or team building questions.
fix-bug
by ajaywadhara
"Bug-to-test pipeline: reproduce the bug as a failing test first, then fix. The regression test lives forever."
pm2-test-services
by jovermier
Activate when managing PM2 services for Playwright test reports, trace viewers, or other test artifacts. Includes starting/stopping services, generating dynamic workspace URLs (Coder/VS Code), and viewing service logs.
percolator
by agentic-reserve
Percolator perpetual futures protocol development (Feb 2026). Educational research project for predictable risk management using profit-as-junior-claims model. Covers core risk engine (Rust), Solana programs, CLI tools, matcher development, testing, and formal verification. Alternative to traditional ADL with global coverage ratio and self-healing mechanics.
jest-rtl-testing
by lanamaysu
Use when writing, reviewing, or debugging Jest + React Testing Library tests, before writing test code or when tests fail
test-audit
by juliomrqz
Audit test suites (unit, integration, feature/E2E) for correctness, quality, and best practices. Use when the user wants to review, audit, validate, or improve tests in any programming language or framework (Jest, pytest, RSpec, JUnit, PHPUnit, etc.). Triggers on requests like "audit my tests", "review test quality", "check my test coverage", "are my tests good", or any request to evaluate test effectiveness.
add-doc
by r-sri-ram
Add a custom document type to existing project documentation. Use when user wants to add API docs, testing strategy, integration docs, or other specific document types.
deployment
by pluginagentmarketplace
Game server deployment with Docker, Kubernetes, and global distribution strategies
test-driven-development
by Jackiexiao
"Use before implementation for features/bugfixes: write tests first."
requirements-traceability
by terraphim
Create or audit requirements-to-design-to-code-to-test traceability. Builds a traceability matrix (REQ → design/ADR → implementation files → tests → evidence) and flags gaps (unimplemented requirements, untested changes, undocumented decisions). Use when you need a requirements traceability check for a PR/release, regulated/compliance work, or when requirements are drifting from implementation.
database-integration
by pluginagentmarketplace
Database integration - schema design, queries, migrations, optimization
cui-maven-rules
by cuioss
Complete Maven standards covering build processes, POM maintenance, dependency management, and Maven integration for CUI projects
disciplined-specification
by terraphim
Phase 2.5 of disciplined development. Deep specification interview after design. Reads specifications, conducts thorough user interviews about implementation details, edge cases, and tradeoffs using AskUserQuestionTool. Appends refined findings to the design document. Uses convergence-based completion.