Unit Tests skills
Top maintainers
- openclaw · 33 skills
- giuseppe-trisciuoglio · 13 skills
- kevintsengtw · 10 skills
- pluginagentmarketplace · 8 skills
- shotaiuchi · 7 skills
Languages in this topic
324 skills
This skill helps you design, implement, and optimize React Native tests across unit, integration, and end-to-end layers for reliable mobile apps.
This skill orchestrates TDD cycles across red green refactor, coordinating test and implementation agents for disciplined, high-quality feature development.
This skill helps you make tests pass by applying minimal code fixes to address failing tests after a write-tests run.
This skill helps you write and debug DART tests in C++ projects, covering unit, integration, and CI validation with best practices.
This skill helps you write reliable Vitest tests for unit, component, and mock patterns across your codebase, boosting confidence and maintainability.
This skill implements features from specs using Octocode tools, deeply understanding code before coding to ensure precise, tested outcomes.
This skill helps you test Akka.NET actors using Akka.Hosting.TestKit patterns with DI, TestProbes, and in-memory persistence.
This skill helps you design safer Rust APIs by encoding invariants in types, enabling compile-time validation and zero-cost state transitions.
This skill simplifies testing React components, hooks, and context with React Testing Library patterns to ensure user-visible behavior.
This skill helps you apply framework-agnostic DOM Testing Library patterns to test user-visible behavior across front-end apps.
This skill helps you craft robust tests by enforcing behavior-driven patterns, public API testing, and factory-based data creation for reliable coverage.
This skill enforces test-driven development practices for all code changes, guiding failing tests, minimal implementations, and timely refactors.
This skill runs project tests efficiently, supporting all tests, single files, or patterns to streamline CI and local validation.
This skill helps you bootstrap Android Kotlin projects with Coroutines, Hilt, Jetpack Compose, and clean architecture patterns.
This skill enforces test-first TDD discipline for features, bugs, and refactors, adding regression tests and guiding minimal changes.
This skill guides you to write minimal, focused tests for core paths, mock external deps, and achieve fast, maintainable test suites.
This skill helps you enforce testing real behavior over mocks, preventing test-only production pollution and guiding robust mock strategies.
This skill helps you write and debug Pest 4 tests in PHP applications, covering unit, feature, browser, and visual regression scenarios.
This skill enforces test-first development by guiding you to write failing tests before code, ensuring correct behavior and reliable refactoring.
This skill helps you evaluate LLM systems with automated metrics, LLM-as-judge, and benchmarks to ensure quality and safety in production.
This skill guides feature development by exploring the codebase, clarifying requirements, designing architecture, implementing, testing, and reviewing with