aztec-e2e-testing
Generate Jest end-to-end tests for Aztec contracts with real network interaction. Use when writing integration tests, testing contract deployments, or validating full transaction flows.
aztec-testing
Assists with testing Aztec smart contracts using the TestEnvironment. Use when writing unit tests, integration tests, or debugging test failures for Aztec contracts.
local-service-testing
Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks
cross-model-handoff-testing
Test cross-model context handoff integrity.
fullstack-testing
Fullstack testing - unit, integration, E2E, coverage
rust-testing
Master Rust testing - unit tests, integration tests, mocking, and TDD
spring-testing
Test Spring Boot applications - MockMvc, TestContainers, test slices, integration testing
rails-testing
Specialized skill for Rails testing with RSpec, FactoryBot, and TDD workflows. Use when writing tests, setting up test coverage, creating factories, or implementing test-driven development. Covers unit tests, integration tests, system tests, and component tests.