83,201 skills sorted by stars.
為指定的程式碼自動生成完整測試套件,包含靜態分析、單元測試、整合測試及覆蓋率報告。
Generate comprehensive test boilerplate following project TDD conventions. Use when creating new tests for modules, clas...
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...
Tests the AI Harness Discord bot after code changes.
Audit a repo's test, lint, type-check, static analysis, build, and debug infrastructure for AI coding agents. Generate s...
Intelligent agent that monitors, analyzes, and improves test suite health. Detects flaky tests, identifies coverage gaps...
Transform passive 'Verify X' test descriptions into active, observable test actions. Use when test ideas lack specificit...
Test Python module imports to verify correct installation and structure
Enforces project test infrastructure conventions for factories, MSW handlers, mock data, Page Objects, and shared test u...
Child skill - tests if it can use MCP tool from its own allowed-tools (parent doesn't have it)
Child skill WITHOUT MCP tool - tests if it inherits from parent
Parent skill WITHOUT MCP tool - calls child that HAS MCP tool
Parent skill WITH MCP tool - calls child that DOES NOT have MCP tool
Create integration tests for API endpoints with SSE event verification and TUnit patterns. Use this when you need to tes...
Run the full suite of integration tests for the BookStore application. Use this to verify system-wide behavior.
Validates sports science algorithms (VDOT, TSS, TRIMP, FTP, VO2max, Recovery, Nutrition) for correctness
Tests must not depend on execution order or state from other tests Use when writing and organizing tests. Testing catego...
Test isolation techniques including database cleanup, transaction rollback, parallel test execution, and shared resource...
Strukturiertes Testen eines Issues via Puppeteer. Liest die Issue-Anforderungen, definiert testbare Kriterien, testet je...
Orchestrates browser test execution — serial agent spawning, result collection, living state doc updates.
This skill explains the 3 test levels (Unit, Integration, E2E) using the "Building a Car" analogy and provides guidance...
Run visual tests, compare golden files, and report bugs for Stapledons Voyage. Use when user asks to run tests, check go...
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration...
Comprehensive testing strategies and implementations.
Validates Model Context Protocol (MCP) compliance by running official compliance test suite against Pierre server
Test if MCP tools can be accessed from forked skill context
Test if MCP wildcards work in allowed-tools
Test middleware functions. Use when testing authentication, validation, or other middleware. Triggers on "test middlewar...
Write tests for MockDB (in-memory) repository implementations. Use when testing MockDB repositories, in-memory data acce...
Goal: Verify that model: haiku in frontmatter actually uses haiku model.
Test script creation and execution for Python modules, focusing on functional testing, unit testing, and integration tes...
Write tests for MongoDB repository implementations. Use when testing MongoDB repositories, setting up MongoDB test infra...
Validates complete data isolation between tenants, tests cross-tenant access, ensures proper query scoping
Mutation testing to verify test quality with Stryker, mutmut, or go-mutesting
Mutation testing workflow. Systematically mutates source code to verify tests actually catch bugs. Multi-session with pr...
協助命名測試方法與測試類別。當使用者詢問測試命名規範、需要改進測試可讀性、或要求檢查測試名稱是否符合最佳實踐時使用此技能。
ネストエージェントパターンの検証テスト用スキル。Use when user says テスト検証, test nested agents, verify agent pattern.
Layer 3 (innermost) - tests if return value reaches Layer 2
Layer 1 (outermost forked) - tests if Layer 2 returns here or skips to Main
Layer 2 (middle) - tests if child returns here or skips to grandparent
Use this skill when testing NodeBridge handlers using `bun scripts/test-nodebridge.ts`, including listing available hand...
A test should have one reason to fail Use when writing and organizing tests. Testing category skill.