Skills

All Skills

Testing

Skills tagged with #Testing

@KyleJamesWalker

vscode-extension-expert

This skill provides expert-level guidance for VS Code extension development. Use when implementing new extension features, debugging extension code, designing WebView UIs, implementing Language Server Protocol features, or optimizing extension performance. Covers activation events, contribution points, VS Code API patterns, security best practices, testing strategies, state persistence, file watchers, singleton webview pattern, and publishing workflows.

KyleJamesWalker/vscode-cc-agent-manager
18d ago
50
@dadederk

ios-accessibility

Expert guidance on iOS accessibility best practices, patterns, and implementation. Use when developers mention: (1) iOS accessibility, VoiceOver, Dynamic Type, or assistive technologies, (2) accessibility labels, traits, hints, or values, (3) automated accessibility testing, auditing, or manual testing, (4) Switch Control, Voice Control, or Full Keyboard Access, (5) inclusive design or accessibility culture, (6) making apps work for users with disabilities.

dadederk/iOS-Accessibility-Agent-Skill
18d ago
920
@SienkLogic

audit-fix

Run audit, prioritize findings, auto-fix via quick tasks, test, and commit.

SienkLogic/plan-build-run+16 more
18d ago
110
@fastslack
MCP

E2e Runner

JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools.

mcpgithubslack
fastslack/mtw-e2e-runner
19d ago
0
@github

awf-debug-tools

Practical Python scripts for debugging awf - parse logs, diagnose issues, inspect containers, test domains

github/gh-aw-firewall+2 more
18d ago
440
@ilyasibrahim

accessibility-checklist

WCAG AA accessibility checklist and verification protocols for Somali dialect classifier dashboard. Covers keyboard navigation, screen readers, color contrast, ARIA labels, and accessibility testing procedures.

ilyasibrahim/claude-agents-coordination+6 more
19d ago
360
@joepangallo
MCP

Cloud Agent

AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.

mcpgithubai
joepangallo/mcp-server-cloud-agent
19d ago
0
@Thank-you-Linus

release-beta

Create a beta pre-release for community testing with intelligent version detection. Use when creating beta releases, publishing pre-releases, or preparing versions for community testing.

Thank-you-Linus/Linus-Dashboard+2 more
18d ago
1800
@rog0x
MCP

Io.Github.Rog0x/Regex

Regex test, explain, replace patterns for AI agents

mcpgithubai
rog0x/mcp-regex-tools
19d ago
0
@dotnet

update-integration-tests

Update the integration tests in this repository after a .NET preview1 or GA release. Use this skill when asked to update tests for a new .NET version release, when an issue mentions updating integration tests for a .NET release, or when test failures indicate a new .NET version has shipped and tests are out of date.

dotnet/install-scripts
18d ago
2070
@tenstorrent

llk-test-runner-skill

Delegates LLK test runs to the llk-test-runner agent using @.cursor/agents/llk-test-runner.md. Use when the user asks to run tests or mentions LLK tests. Ensure test commands run to completion before reading terminal output (no polling).

tenstorrent/tt-llk
18d ago
350
@pipecat-ai

Combat

Initiates a combat encounter for testing. Calls the `combat_initiate` edge function to start combat in the sector of a given character/ship.

pipecat-ai/gradient-bang+8 more
18d ago
490
@giuseppe-trisciuoglio

aws-cdk

Provides AWS CDK TypeScript patterns for defining, validating, and deploying AWS infrastructure as code. Use when creating CDK apps, stacks, and reusable constructs, modeling serverless or VPC-based architectures, applying IAM and encryption defaults, or testing and reviewing `cdk synth`, `cdk diff`, and `cdk deploy` changes. Triggers include "aws cdk typescript", "create cdk app", "cdk stack", "cdk construct", "cdk deploy", and "cdk test".

giuseppe-trisciuoglio/developer-kit+71 more
5d ago
1730
@testdino-hq

Playwright CI/CD

> Ship reliable tests in every pipeline — CI-specific patterns for speed, stability, and actionable reports.

testdino-hq/playwright-skill+2 more
18d ago
1770
@shinshin86

add-chat-model

Add a new chat model id to @aituber-onair/chat and wire it through constants, provider implementation, tests, example UI selector, docs, and versioning updates. Use when requests include adding a new model, supporting a specific model id, adding a provider model, or updating supported models for providers such as claude, gemini, and openai.

shinshin86/aituber-onair+1 more
18d ago
330
@sm17p

e2e-playwright-extension

Adds or updates extension E2E tests using the project Playwright setup and fixture (load unpacked extension, popup/background). Use when adding e2e for a feature, fixing failing e2e, or when changing popup/options/background flows.

sm17p/amgiflol+7 more
19d ago
430
@zulip

debug-node-coverage

Debug node test coverage failures. Use when ./tools/test-js-with-node --coverage reports lines missing coverage.

zulip/zulip+2 more
18d ago
24.9K0
@ngocsangyem

Adopted from ck:ship: argument flags for ship modes and pipeline control

argument-hint: "[official|beta] [--skip-tests] [--dry-run]" allowed-tools: - Bash - Read - Write - Edit - Grep - Glob - Agent - AskUserQuestion - WebSearch source: gstack/claudekit-engineer ---

ngocsangyem/MeowKit+67 more
8h ago
60
@WaterTian
MCP

Io.Github.WaterTian/Wechat Devtools Mcp

MCP Server for WeChat DevTools CLI - Automate development & testing with 8 aggregated APIs.

mcpgithubapi
WaterTian/wechat-devtools-mcp
19d ago
0
@applitools
MCP

Applitools

The Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes.

mcpgithub
applitools/mcp
19d ago
0
@jaktestowac

requirements-test-coverage-mapper

Map requirements (PRD/user stories/AC) to comprehensive test coverage using a traceability matrix (RTM). Outputs coverage gaps, risks, test levels, prioritization, automation candidates, and change-impact notes. Designed for QA/Test Architect workflows.

jaktestowac/awesome-copilot-for-testers+1 more
18d ago
560
@agent-sh

agent-without-context-skill

Use when testing agent without context validation

agent-sh/agnix+27 more
18d ago
950
@whoschek

bzfs-experimental-script-generator

Generate or change idiomatic minimal Bash and Python scripts that use bzfs and bzfs_jobrunner for ZFS snapshot management workflows in a sandboxed test VM: snapshot creation, replication/backup, restore rehearsal, snapshot pruning, snapshot monitoring, and snapshot list comparison. Use when asked to create or change ad hoc/manual or periodic/automatic scripts for these tasks. Do not use this skill for general ZFS administration or non-bzfs tooling.

whoschek/bzfs+1 more
18d ago
2070
@thoughtbot

rails-audit-thoughtbot

Perform comprehensive code audits of Ruby on Rails applications based on thoughtbot best practices. Use this skill when the user requests a code audit, code review, quality assessment, or analysis of a Rails application. The skill analyzes the entire codebase focusing on testing practices (RSpec), security vulnerabilities, code design (skinny controllers, domain models, PORO with ActiveModel), Rails conventions, database optimization, and Ruby best practices. Outputs a detailed markdown audit report grouped by category (Testing, Security, Models, Controllers, Code Design, Views) with severity levels (Critical, High, Medium, Low) within each category.

thoughtbot/rails-audit-thoughtbot
19d ago
610
@Azure

spector-test-implementer

Implements Spector integration tests for the autorest.typescript codegen. Given one or more test case paths (e.g., "encode/numeric"), creates or updates the corresponding .spec.ts files in packages/typespec-ts/test/azureModularIntegration/. Use when the user wants to add new Spector test cases, implement missing test scenarios, or update existing integration tests for azure-modular clients.

Azure/autorest.typescript
19d ago
1840
@mcp-registry
MCP

Playwright Wizard Mcp

MCP server providing Playwright test generation wizard with intelligent prompts and best practices

mcpgithub
19d ago
0
@skryl

phased-prd-red-green

Create or update a phased PRD and then execute delivery using a strict red/green workflow. Use when a task spans multiple steps, has cross-cutting impact, needs explicit exit criteria, or requires reliable test-driven implementation sequencing.

skryl/mlx-ruby
18d ago
360
@callstack

react-native-testing

Write tests using React Native Testing Library (RNTL) v13 and v14 (`@testing-library/react-native`). Use when writing, reviewing, or fixing React Native component tests. Covers: render, screen, queries (getBy/getAllBy/queryBy/findBy), Jest matchers, userEvent, fireEvent, waitFor, and async patterns. Supports v13 (React 18, sync render) and v14 (React 19+, async render). Triggers on: test files for React Native components, RNTL imports, mentions of "testing library", "write tests", "component tests", or "RNTL".

callstack/react-native-testing-library
19d ago
3.3K0
@qase-tms
MCP

Qase Test Management

Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

mcpai
qase-tms/qase-mcp-server
19d ago
0
@cloudflare

add-autogate

Step-by-step guide for adding a new autogate to workerd for gradual rollout of risky changes, including enum registration, string mapping, usage pattern, and testing.

cloudflare/workerd+15 more
18d ago
7.6K0
@chromium

chrome-policy-creation

Guide for adding new enterprise policies to Chromium. Complete guide for policy definitions, pref mapping, and writing tests.

chromium/chromium+6 more
18d ago
23.2K0
@jdemeulenaere

compose_driver

Drive the Compose Driver sample app to test UI logic. Use it whenever you need to verify that Composables work as expected or to capture screenshots of a composable.

jdemeulenaere/compose-driver
18d ago
430
@SuppieRK

bdd

Go BDD testing with Ginkgo and Gomega. Covers BDD-style tests, table-driven tests with DescribeTable, matchers, async testing with Eventually/Consistently, test organization, and integration testing. Use when writing tests in projects that use Ginkgo/Gomega instead of stdlib testing.

SuppieRK/ccp
18d ago
180
@dwmkerr

ark-dashboard-testing

Test Ark Dashboard with Playwright and create PRs with screenshots. Use when testing dashboard UI, taking screenshots for PRs, or reviewing dashboard changes.

dwmkerr/dotfiles
18d ago
1010
@context-foundry
MCP

Io.Github.Context Foundry/Context Foundry

Recursive Claude spawning for autonomous project builds with self-healing test loops

mcpgithub
context-foundry/context-foundry
19d ago
0
@guidance-ai
MCP

Io.Github.Guidance Ai/Guidance Lark Mcp

Validate and test llguidance grammars with batch testing and documentation

mcpgithubai
guidance-ai/guidance-lark-mcp
19d ago
0
@whyoleg

compat-tests

Run cross-provider compatibility tests for specific algorithms and providers in the cryptography-kotlin project. Use this skill when the user asks to run compatibility tests, cross-provider validation, or wants to verify that a specific algorithm (like AES-GCM, ECDSA, HMAC, etc.) produces consistent results across different providers (JDK, OpenSSL3, Apple, CryptoKit, WebCrypto). Also use when the user mentions "generate and validate" test data, or references the compatibility test pipeline.

whyoleg/cryptography-kotlin
18d ago
5450
@dotnet

ci-analysis

Analyze CI build and test status from Azure DevOps and Helix for dotnet repository PRs. Use when checking CI status, investigating failures, determining if a PR is ready to merge, or given URLs containing dev.azure.com or helix.dot.net. Also use when asked "why is CI red", "test failures", "retry CI", "rerun tests", "is CI green", "build failed", "checks failing", or "flaky tests".

dotnet/roslyn+1 more
18d ago
20.3K0
@masuP9

auditing-wcag

WCAG 2.2 AA conformance auditor. Systematically verifies success criteria through automated, interactive, and manual testing methods.

masuP9/a11y-specialist-skills+3 more
19d ago
370
@flutter-it

flutter-architecture-expert

Architecture guidance for Flutter apps using the flutter_it construction set (get_it, watch_it, command_it, listen_it). Covers Pragmatic Flutter Architecture (PFA) with Services/Managers/Views, feature-based project structure, manager pattern, proxy pattern with optimistic updates and override fields, DataRepository with reference counting, scoped services, widget granularity, testing, and best practices. Use when designing app architecture, structuring Flutter projects, implementing managers or proxies, or planning feature organization.

flutter-it/get_it+1 more
19d ago
1.5K0
@TechDufus

intent

Extract the underlying intent behind a request, issue, PR, or diff. Focus on problem and desired outcome; do not propose implementation, testing strategy, or rollout plans.

TechDufus/dotfiles
18d ago
3960
@shapeshift

benchmark-translate

Run a quality benchmark of the /translate skill by selecting stratified test keys, capturing ground truth, translating, judging with sub-agents, and compiling a regression report. Invoke with /benchmark-translate.

shapeshift/web+4 more
18d ago
2010
@SpecterOps

enrichment-module-builder

Build a new Nemesis file enrichment module end-to-end with explicit user approval gates for output mode, library choice, sample files, and integration testing.

SpecterOps/Nemesis+1 more
18d ago
9390
@Peiiii

alpha

Alpha sample skill for local testing of install/list flows.

Peiiii/skild+11 more
18d ago
1030
@TypedDevs

add-assertion

Add new assertion function with comprehensive tests following TDD

TypedDevs/bashunit+2 more
18d ago
4020
@sshh12

diy-mcp-connector

Builds a dedicated MCP server for a single web app by walking through API discovery, tool design, security review, implementation, testing, and deployment. Use when the user asks to create an MCP server, connect a web app to Claude Code, or build a tool integration for any web app.

sshh12/claude-plugins+2 more
6d ago
100
@caido-community

write-check-v2

Write security checks using the CheckDefinitionV2 system. Use when creating new checks, converting V1 checks to V2, or when the user asks to implement a vulnerability scanner check. Covers defineCheckV2, defineRegexCheck, CheckContext API, parameter injection, testing with testCheck/mockTarget, and registration.

caido-community/scanner
18d ago
390
@towns-protocol

foundry-testing

ALWAYS load before writing or modifying Foundry test files (.t.sol). Covers fuzz testing, gas benchmarks, naming conventions, and test patterns.

towns-protocol/towns+2 more
18d ago
660
@grahamnotgrant
MCP

Blacksmith

MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.

mcpgithubai
grahamnotgrant/blacksmith-mcp
19d ago
0
@navox-labs

fullstack

Senior Full Stack Engineer that builds production code with unit tests from architecture docs and UX specs. Trigger on build, implement, code, debug, refactor, full stack, frontend, backend, or auth implementation.

navox-labs/agents
18d ago
70