testing AI Agent Skills

Browse 113 skills related to testing

langsmith-observability

21.8k
davila7davila7

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

ObservabilityLangSmithTracing+6
141 days ago

swarm-advanced

17.8k
ruvnetruvnet

Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows

swarmdistributedparallel+4
141 days ago

tdd

527
Joelhooks Swarm Tools TddJoelhooks Swarm Tools Tdd

Test-Driven Development workflow with RED-GREEN-REFACTOR, lore from Kent Beck, Michael Feathers, and Ousterhout's counterpoint

testingworkflowmethodology+1
141 days ago

Testing Anti-Patterns

451
rohitg00rohitg00

Common testing mistakes to avoid for reliable, maintainable tests

testinganti-patternsquality+1
141 days ago

Red-Green-Refactor

451
rohitg00rohitg00

Test-driven development cycle for writing reliable, well-designed code

tddtestingquality+1
141 days ago

Test Patterns

451
rohitg00rohitg00

Effective patterns for writing maintainable, reliable tests

testingpatternsquality+1
141 days ago

spectron-test-setup

376
a5c-aia5c-ai

Set up Spectron (deprecated) tests for legacy Electron application testing

electrontestingspectron+2
141 days ago

qt-test-fixture-generator

376
a5c-aia5c-ai

Generate Qt Test fixtures with mock QObject signals and slots, data-driven tests, and GUI testing setup

qttestingunit-test+2
141 days ago

cross-platform-test-matrix

376
a5c-aia5c-ai

Generate CI test matrix for Windows, macOS, and Linux combinations

testingci-cdcross-platform+2
141 days ago

visual-regression-setup

376
a5c-aia5c-ai

Configure visual regression testing with Percy, Chromatic, or custom screenshot comparison

testingvisual-regressionscreenshots+2
141 days ago

accessibility-test-runner

376
a5c-aia5c-ai

Run accessibility audits with axe-core and screen reader testing for desktop applications

accessibilitya11ytesting+2
141 days ago

playwright-electron-config

376
a5c-aia5c-ai

Configure Playwright for comprehensive Electron application testing including E2E tests, visual regression, accessibility audits, and cross-platform test matrices

electrontestingplaywright+2
141 days ago

electron-mock-factory

376
a5c-aia5c-ai

Generate mocks for Electron APIs (ipcMain, ipcRenderer, dialog, etc.) for unit testing

electrontestingmocks+2
141 days ago

xctest-ui-test-generator

376
a5c-aia5c-ai

Generate XCTest UI tests for macOS applications with accessibility identifiers and page object patterns

macosxctestuitesting+2
141 days ago

verification-strategy

374
vstorm-covstorm-co

Thorough verification of completed work before declaring done

testingverificationbenchmark
141 days ago

test-generator

372
vstorm-covstorm-co

Generate pytest test cases for Python functions and classes

testingpytestpython
141 days ago

test-writer

372
vstorm-covstorm-co

Generate comprehensive test suites for existing code

testingcode-quality
141 days ago

test-coverage

241
MadAppGangMadAppGang

On-demand test coverage analysis. Use when identifying untested code, finding test gaps, measuring coverage metrics, or improving test quality. Trigger keywords - "test coverage", "coverage report", "untested code", "test gaps", "missing tests", "coverage metrics".

devtestingcoverage+2
141 days ago

n8n-integration-testing-patterns

215
proffesor-for-testingproffesor-for-testing

API contract testing, authentication flows, rate limit handling, and error scenario coverage for n8n integrations with external services. Use when testing n8n node integrations.

n8nintegrationapi+4
141 days ago

qe-n8n-integration-testing-patterns

215
proffesor-for-testingproffesor-for-testing

API contract testing, authentication flows, rate limit handling, and error scenario coverage for n8n integrations with external services. Use when testing n8n node integrations.

n8nintegrationapi+4
141 days ago

qe-n8n-trigger-testing-strategies

215
proffesor-for-testingproffesor-for-testing

Webhook testing, schedule validation, event-driven triggers, and polling mechanism testing for n8n workflows. Use when testing how workflows are triggered.

n8ntriggerswebhook+4
141 days ago

qe-n8n-workflow-testing-fundamentals

215
proffesor-for-testingproffesor-for-testing

Comprehensive n8n workflow testing including execution lifecycle, node connection patterns, data flow validation, and error handling strategies. Use when testing n8n workflow automation applications.

n8nworkflowautomation+4
141 days ago

qe-n8n-security-testing

215
proffesor-for-testingproffesor-for-testing

Credential exposure detection, OAuth flow validation, API key management testing, and data sanitization verification for n8n workflows. Use when validating n8n workflow security.

n8nsecuritycredentials+4
141 days ago

n8n Security Testing

215
proffesor-for-testingproffesor-for-testing

Detect credential exposure, validate OAuth flows, test API key management, and verify data sanitization for n8n workflows. Use this when validating n8n workflow security.

n8nsecuritycredentials+4
141 days ago

swarm-advanced

215
proffesor-for-testingproffesor-for-testing

Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows

swarmdistributedparallel+4
141 days ago

n8n-trigger-testing-strategies

215
proffesor-for-testingproffesor-for-testing

Webhook testing, schedule validation, event-driven triggers, and polling mechanism testing for n8n workflows. Use when testing how workflows are triggered.

n8ntriggerswebhook+4
141 days ago

tdd-london-chicago

215
proffesor-for-testingproffesor-for-testing

Apply London (mock-based) and Chicago (state-based) TDD schools. Use when practicing test-driven development or choosing testing style for your context.

tddtestinglondon-school+3
141 days ago

qe-tdd-london-chicago

215
proffesor-for-testingproffesor-for-testing

Apply London (mock-based) and Chicago (state-based) TDD schools. Use when practicing test-driven development or choosing testing style for your context.

tddtestinglondon-school+3
141 days ago

n8n-workflow-testing-fundamentals

215
proffesor-for-testingproffesor-for-testing

Comprehensive n8n workflow testing including execution lifecycle, node connection patterns, data flow validation, and error handling strategies. Use when testing n8n workflow automation applications.

n8nworkflowautomation+4
141 days ago

Playwright Browser Automation

204
smallnestsmallnest

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

testingautomationbrowser+3
141 days ago

proof-of-work

196
atholaathola

Enforces "prove before claim" discipline - validation, testing, and evidence requirements before declaring work complete. Use when claiming work is complete, recommending solutions, or finishing implementations, improvement validated, workflow optimized, performance improved, or issue resolved. Do not use when asking questions or for work clearly in-progress. MANDATORY: This skill is required before any completion claim.

validationtestingproof+2
141 days ago

subagent-testing

196
atholaathola

TDD-style testing methodology for skills using fresh subagent instances to prevent priming bias and validate skill effectiveness. Use when validating skill improvements, testing skill effectiveness, preventing priming bias, measuring skill impact on behavior. Do not use when implementing skills (use skill-authoring instead), creating hooks (use hook-authoring instead).

testingvalidationTDD+2
141 days ago

workflow-setup

196
atholaathola

Configure GitHub Actions CI/CD workflows for automated testing, linting, and deployment. Use for CI/CD setup and quality automation. Skip if CI/CD configured or using different platform.

github-actionsci-cdworkflows+2
141 days ago

precommit-setup

196
atholaathola

Configure three-layer pre-commit system with linting, type checking, and testing hooks. Use for quality gate setup and code standards. Skip if pre-commit is optimally configured.

pre-commitquality-gateslinting+2
141 days ago

playwright-browser-automation

188
aiskillstoreaiskillstore

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

testingautomationbrowser+3
141 days ago

Playwright Browser Automation

132
MicrockMicrock

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

testingautomationbrowser+3
141 days ago

Testing Patterns

127
DicklesworthstoneDicklesworthstone

Common testing patterns and practices. This skill is designed to be included in composite skills via the 'includes' feature.

testingexample
141 days ago

testing-patterns

97
yonatangrossyonatangross

Comprehensive testing patterns for unit, integration, E2E, pytest, API mocking (MSW/VCR), test data, property/contract testing, performance, LLM, and accessibility testing. Use when writing tests, setting up test infrastructure, or validating application quality.

testingunitintegration+9
141 days ago

review-pr

97
yonatangrossyonatangross

PR review with parallel specialized agents. Use when reviewing pull requests or code.

code-reviewpull-requestquality+2
141 days ago

test-driven-development

80
bobmatnycbobmatnyc

Write the test first, watch it fail, write minimal code to pass

tddtestingred-green-refactor+1
141 days ago

Vibe Check - Browser Automation

71
PramodDuttaPramodDutta

Browser automation for AI agents. Navigate pages, fill forms, click elements, take screenshots, and manage tabs — all through simple CLI commands. 2.6k+ GitHub stars.

browser-automationvibe-codingai-agent+4
141 days ago

reactive-dashboard-performance

43
curiositechcuriositech

Expert in building blazing-fast reactive dashboards with comprehensive testing. Masters React performance patterns, testing strategies for async components, and real-world patterns from Linear, Vercel, and Notion.

reactperformancetesting+2
141 days ago

test-automation-expert

43
curiositechcuriositech

Comprehensive test automation specialist covering unit, integration, and E2E testing strategies. Expert in Jest, Vitest, Playwright, Cypress, pytest, and modern testing frameworks. Guides test pyramid design, coverage optimization, flaky test detection, and CI/CD integration. Activate on 'test strategy', 'unit tests', 'integration tests', 'E2E testing', 'test coverage', 'flaky tests', 'mocking', 'test fixtures', 'TDD', 'BDD', 'test automation'. NOT for manual QA processes, load/performance testing (use performance-engineer), or security testing (use security-auditor).

testingjestplaywright+2
141 days ago

vitest-testing-patterns

43
curiositechcuriositech

Write tests using Vitest and React Testing Library. Use this Skill when creating unit tests, component tests, integration tests, or when mocking dependencies. Activates for test file creation, mock patterns, coverage setup, and testing best practices.

testingcodeautomation+2
141 days ago

dbt-data-transformation

40
manutejmanutej

Complete guide for dbt data transformation including models, tests, documentation, incremental builds, macros, packages, and production workflows

dbtdata-transformationanalytics+5
141 days ago

pytest

40
manutejmanutej

Advanced Python unit testing framework for customer support tech enablement, covering FastAPI, SQLAlchemy, PostgreSQL, async operations, mocking, fixtures, parametrization, coverage, and comprehensive testing strategies for backend support systems

pythontestingpytest+14
141 days ago

SQLAlchemy ORM Expert

40
manutejmanutej

Comprehensive SQLAlchemy skill for customer support tech enablement, covering ORM patterns, session management, query optimization, async operations, and PostgreSQL integration

pythonsqlalchemyorm+8
141 days ago

event_driven

39
vuralserhat86vuralserhat86

Structure systems around asynchronous, event-based communication to decouple producers and consumers for improved scalability and resilience. Use when building loosely coupled systems with asynchronous message-based communication.

architectureasynchronousautomation+28
141 days ago