Browse 138,453 skills across 70 categories. Mirrored from majiayu000/claude-skill-registry.
Write the test first, watch it fail, write minimal code to pass
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, w...
Use when implementing any feature or bugfix, before writing implementation code
Universal PIV (Prime-Implement-Validate) methodology skeleton for Claude Code projects
Write tests before implementation code. Use when starting new features or fixing bugs. Covers Red-Green-Refactor cycle a...
TDD discipline with RED-GREEN-REFACTOR cycle. Ensures tests genuinely verify behavior
Practical TDD framework that teaches Red/Green/Refactor, outside-in and inside-out strategies, contract testing, charact...
Before writing any implementation code, define the acceptance criteria and test cases that the code must satisfy. Agents...
Use when implementing features or fixing bugs. Enforces Test-Driven Development (TDD) Red-Green-Refactor cycle. Supports...
Executes E2E tests from definition files with Playwright browser automation. Triggers on keywords: test e2e, run e2e, ex...
Execute E2E tests for the account service with proper server setup, test execution, and cleanup. Use when user requests...
Send test email via Resend to verify template and delivery
Write Jest tests for encryption/decryption flows in React Native apps using expo-secure-store mocks and crypto-js. Use w...
This skill automates API endpoint testing and documentation. It runs curl requests against specified endpoints, captures...
test-engineer skill Trigger terms: testing, unit tests, integration tests, E2E tests, test cases, test coverage, test a...
Test Engineer for quality assurance. Creates and executes automated tests. Use this skill for testing, QA, test suites,...
test-engineer skillTrigger terms: testing, unit tests, integration tests, E2E tests, test cases, test coverage, test aut...
Use when the Integrator is writing unit tests, e2e tests, designing test strategies, improving test coverage, creating t...
Run all tests (unit, integration, E2E) in isolated containers separate from dev environment. Handles build, container st...
Test environment provisioning, infrastructure as code for testing, Docker/Kubernetes for test environments, service virt...
Child skill that deliberately fails - for error propagation test
Parent that calls error-prone child to test error propagation
Test the SSE events router and real-time event streaming. Use when testing Server-Sent Events endpoint or event authoriz...
Test a Nextflow script by running it, verifying outputs, testing resume functionality, and comparing results with docume...
Execute test suites with proper configuration, parallel execution, and detailed reporting. Use when running unit tests,...
Guides test-executor agents through browser test scenario execution using Chrome DevTools MCP.
Execute tests adaptively, analyze failures, generate detailed failure reports, and iterate until tests pass. This skill...
Testing methodologies, test-driven development (TDD), unit and integration testing, and testing best practices across mu...
This skill provides guidance for writing test factories in the Packmind codebase. It should be used when creating or upd...
This skill should be used when encountering failing tests or when the user asks about "test failure analysis", "debuggin...
Test a feature or flow and report findings; use when asked to validate UI or runtime behavior, optionally with a URL.
File structured GitHub issues for testing feedback on prototype releases. Use when testing a new prototype build and nee...
Use this skill every user want to create test file.
Permanent vs temporary test organization and immutable contract philosophy. Use when creating, modifying, or reviewing t...
Test-Driven Development (TDD Red-Green-Refactor)
This skill should be used when the user reports a bug, describes unexpected behavior, says something is "broken", "not w...
Systematic approach to diagnosing and fixing failing tests in Rust projects. Use when tests fail and you need to diagnos...
Fix broken, flaky, and failing tests. Diagnoses root cause — is the test wrong or is the code wrong? Fixes flakiness at...
MANDATORY when: tests fail, CI fails, CI/CD fails, ci.yml fails, user provides CI log URL. Investigates failures, fixes...
Automatically debug and fix failing Playwright tests by navigating to the failed step using browser automation. Use when...
Fix failing tests based on failure reports, verify fixes, and iterate until all tests pass. This skill should be used af...
Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests,...
Test fixture organization, sanitization, and realistic response patterns
Flutter App のテスト実行・静的解析・フォーマット・テスト記述ガイド
Generate and execute test plans based on documentation. Use after implementation to verify changes work correctly. Integ...
Run and verify frontend tests for the React/Vite application.
Core testing principles applying to all unit and integration tests
Analyzes code to identify untested functions, low coverage areas, and missing edge cases. Use when reviewing test covera...
Generates failing tests before implementation (TDD). Auto-invoke when starting a logic issue and the workflow reaches th...
Generate tests following Frontera test patterns. Use when user says "write tests", "add tests", "test this", "create uni...
Generates comprehensive tests with balanced quality and speed
Generate comprehensive tests following project testing patterns. Use after implementing features.
Generate comprehensive test cases for code
Playwright test code generation from test case specifications. Use when writing automated tests, creating page objects,...
Use when generating tests for new or existing code to improve coverage - provides a structured workflow for analyzing co...
為指定的程式碼自動生成完整測試套件,包含靜態分析、單元測試、整合測試及覆蓋率報告。
Generate comprehensive unit tests for code. Use when creating tests, improving test coverage, or setting up testing fram...
自动生成全面的测试套件,包括单元测试、集成测试和E2E测试,支持Jest、Vitest、pytest、xUnit等。
Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.
Generate unit and integration tests for API routes, utilities, React components, and hooks. Use when asked to generate t...
生成測試套件。觸發:test、測試、寫測試、coverage、覆蓋率、pytest、unittest、驗證、TG、unit test、整合測試、e2e、static、ruff、mypy、lint。
Generate pytest test suites following CasareRPA testing patterns.
Generate comprehensive test boilerplate following project TDD conventions. Use when creating new tests for modules, clas...
Universal test generation skill that works with any language or framework. Detects project conventions, generates unit/i...
Generic test generation framework supporting multiple languages and testing frameworks
Comprehensive testing suite for GitHub agent skills and subagents. Executes 17 workflows and generates a detailed report...
Specialized in testing and quality assurance for Gravito. Trigger this when writing unit tests, integration tests, or se...
GUIアプリケーションの動作試験・デバッグを自動で行う
テストの書き方とTDDの実践ガイド