- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
istio-traffic-management
by EngineerWithAI
Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.
foundry-implement
by foundry-works
Task implementation skill for spec-driven workflows. Reads specifications, identifies next actionable tasks, and creates detailed execution plans. Use when ready to implement a task from an existing spec - bridges the gap between planning and coding.
tdd
by LukasStrickler
"Strict Red-Green-Refactor workflow for robust, self-documenting code. Discovers project test setup via codebase exploration before assuming frameworks. Use when: (1) Implementing new features with test-first approach, (2) Fixing bugs with reproduction tests, (3) Refactoring existing code with test safety net, (4) Adding tests to legacy code, (5) Ensuring code quality before committing, (6) When tests exist but workflow unclear, or (7) When establishing testing practices in a new project. Triggers: test, tdd, red-green-refactor, failing test, test first, test-driven, write tests, add tests, run tests."
wheels-router
by wheelstransit
Plan public transit trips globally using Wheels Router (Hong Kong) and Transitous (worldwide)
bugfix
by DS-codi
One-command automatic bug-fix orchestrator for this Project Memory MCP workspace using Revisionist → Executor → Reviewer loops plus testing.
hazard-analysis
by LunCoSim
Perform top-down Hazard Analysis (HA) and System Safety assessments. Use this skill to identify hazards, define safety controls (inhibits), trace them to requirements, and integrate with reliability FMECA. Trigger this for "hazard report," "safety analysis," "risk index," "inhibit design," or "system safety."
bazel-build-optimization
by EngineerWithAI
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
temporal-python-testing
by EngineerWithAI
Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.
adversarial-reasoning
by kimasplund
Red-team thinking for robustness testing and edge case discovery. Use when you need to stress-test solutions, find vulnerabilities, anticipate failures, or challenge assumptions. Ideal for security review, system design validation, decision stress-testing, and pre-mortem analysis. Example: "We've designed an auth system" → Attack it from 10 angles before shipping.
message-broker
by DS-codi
"Use this skill when building TCP-based pub/sub message brokers for inter-process communication between Python applications and AutoHotkey scripts. Covers architecture, protocol design, client/server patterns, and message routing."
isru-assessment
by LunCoSim
Perform In-Situ Resource Utilization (ISRU) sizing and feasibility analysis. Use this skill to evaluate resource extraction from planetary regolith, propellant production from local materials, water ice mining, and closed-loop resource economics. Trigger for "ISRU," "in-situ resources," "regolith processing," "propellant production," "water ice extraction," "lunar mining," "Mars ISRU," "Sabatier reactor," or "oxygen from regolith."
hardhat
by hairyf
Hardhat — Ethereum development environment (Runner, Network, Ignition, config, tasks, plugins, testing, deployment).
javascript-testing-patterns
by atalovesyou
Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.
bun-test
by DaleSeo
Configure Bun's built-in test runner with Jest-compatible APIs. Use when setting up testing infrastructure, writing unit/integration/snapshot tests, migrating from Jest, or configuring test coverage. 3-10x faster than Jest.
evaluation
by ken-cavanagh-glean
Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering choices, or measuring improvements over time.
analyze-website
by klamping
Use when investigating and documenting website structure, components, functionality importance, and version-to-version differences for human understanding and test planning.
running-webdriverio-tests
by klamping
Run WebdriverIO test files from the command line. Use when debugging tests, gathering context about test behavior, or verifying changes resolved an issue.
laravel-testing
by anilcancakir
"Laravel testing with PHPUnit and Dusk, feature tests, unit tests, browser tests, factories, assertions. ALWAYS activate when: writing tests, tests/Feature/, tests/Unit/, tests/Browser/, running php artisan test, test coverage, TDD. Triggers on: test failed, assertion error, factory, seeder, RefreshDatabase, actingAs, mock, Dusk element not found, browser test, screenshot, CI/CD testing, test çalışmıyor, coverage düşük, test hatası, assertion failed, mock çalışmıyor."
statistical-analysis
by pluginagentmarketplace
Probability, distributions, hypothesis testing, and statistical inference. Use for A/B testing, experimental design, or statistical validation.
echidna
by hairyf
Property-based fuzzing and assertion testing for Ethereum smart contracts with Echidna.
infrastructure-software-upgrades
by stakpak
Generic guidelines on how to perform infrastructure component upgrades in a reliable way
getblock
by hairyf
GetBlock — RPC node and API access for 100+ blockchains; authentication, endpoints, CU pricing, Ethers/JSON-RPC, Yellowstone gRPC, MCP integration.
managing-project-customizations
by klamping
Use when initializing or refreshing project-specific WebdriverIO context so other skills can reuse cached configuration, conventions, and environment details with lower token and execution cost.
confighub-usage-guide
by stakpak
A comprehensive guide for using ConfigHub to manage Kubernetes configuration across multiple environments using Configuration as Data principles. This rulebook covers installation, configuration management, variant handling, and operational workflows.