83,201 skills sorted by stars.
综合软件测试技能,涵盖单元测试、集成测试、TDD/BDD、Mock 策略和跨多种语言的测试自动化。使用此技能编写测试用例、设计测试策略、实现测试自动化,或需要测试框架和最佳实践指导时使用。适合通过综合测试方法确保代码质量。
Writes and maintains tests for the Which Key Lazy IntelliJ plugin. Use when adding new tests, fixing failing tests, or verifying t...
Test the specific feature/fix implemented in the current session using browser or API tools.
Create or expand test suites for microservices (unit, integration, consumer-contract tests for HTTP/gRPC handlers, service flows,...
Unit and E2E testing strategies with Docker.
Write tests for IntelliFill using Jest (backend) and Vitest (frontend). Use when adding unit tests, integration tests, or componen...
Run and troubleshoot tests for DBHub, including unit tests, integration tests with Testcontainers, and database-specific tests. Us...
Comprehensive testing skill covering unit, integration, and E2E testing with pytest, Jest, Cypress, and Playwright. Use for writin...
Elixir testing patterns — ExUnit, Mox, factories, LiveView test helpers. Use when working on *_test.exs, test/support/, factory fi...
Test patterns with Playwright browser automation. Navigate to deployed patterns, interact with UI elements, verify functionality....
Testing strategies and methodologies including TDD, E2E testing, and multi-framework support
Cria testes com Pest PHP incluindo Feature, Unit, HTTP e Datasets. Use quando precisar escrever testes, criar test suites, ou impl...
Standards for XCTest, Async Tests, and Test Organization
Testing strategies and methodologies including TDD and E2E testing. Use when writing tests, implementing TDD workflow, or setting...
Standards for Component Test Harnesses and TestBed.
Guide for testing practices and frameworks
Unified testing commands and patterns across frontend and backend.
Creates tests, runs test suites, analyzes coverage, identifies edge cases
Standards for unit, integration, and slice testing in Spring Boot 3
Test infrastructure reference for Shadow Master. Use when writing tests, finding existing test files, or running test suites. Cove...
Comprehensive testing strategies including TDD, unit, integration, E2E, and property-based testing. Ensures code quality and preve...
Esposter Vitest testing conventions — describe with function refs, canonical test values, takeOne for array access, destructuring...
Standards for Unit Tests, UI Tests (Compose), and Hilt Integration
Write effective tests for code quality and reliability. Use when implementing features, fixing bugs, or improving coverage. Covers...
Write tests following TDD principles. Use when implementing features, fixing bugs, or adding test coverage. Covers e2e, integratio...
Testing patterns for *_test.go files, testscript CLI tests (.txtar), race conditions, TUI component testing, container test timeou...
Write, configure, and run unit + integration tests using project-independent best practices; detect tooling; triage failures/flake...
Especialista en Pytest Asyncio y Vitest para arquitecturas aisladas.
Run goal-based evaluation tests for agents. Use when you need to verify an agent meets its goals, debug failing tests, or iterate...
Use when testing AI agent code with pytest. Covers TDD for agent APIs, mocking LLM calls (NOT evaluating LLM outputs), pytest-asyn...
Runs tests, lint, and format checks; explains CI workflows. Use when running or debugging tests, lint, or GitHub Actions.
Comprehensive testing protocols, E2E patterns, and quality gate execution for the omer-akben portfolio. Use when writing tests, de...
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock b...
Custom skill for testing-anti-patterns
Use to avoid critical testing mistakes. Five Iron Laws: Never test mock behavior, Never add test-only methods, Never mock without...
This skill should be used when encountering "flaky tests", "test maintenance issues", "slow test suites", "brittle tests", "test c...
Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.
Test FastAPI endpoints with Clerk JWT authentication while avoiding common environment, token expiry, and claim validation pitfall...