Browse
Testing
Skills Found
n8n-expression-testing
This skill validates n8n expression syntax, tests with sample data, and identifies common errors like undefined property access and type mismatches. It provides safe coding patterns, security checks for dangerous functions, and performance tips for array operations. The quick reference card and error/fix examples help developers write reliable expressions.
n8n-workflow-testing-fundamentals
Provides structured testing methods for n8n workflows, including validation, execution testing, and error handling. Offers code examples for common testing scenarios and coordination patterns for multi-agent testing.
visual-testing-advanced
Provides detailed guidance for implementing visual regression testing using Playwright and Percy. Covers baseline capture, dynamic content masking, responsive testing, and AI-powered diff analysis. Includes concrete code examples for common scenarios and configuration options.
test-reporting-analytics
Comprehensive test reporting and analytics skill with excellent structure, practical templates, and clear guidance for different audiences and use cases.
context-driven-testing
This skill teaches context-driven testing principles, helping testers adapt their approach based on project specifics rather than blindly following 'best practices'. It provides concrete heuristics like SFDIPOT and RST tours, with examples for different project contexts (startup vs enterprise). The skill includes agent coordination patterns for implementing context-aware testing strategies.
tdd-london-chicago
This skill guides developers through London (mock-based) and Chicago (state-based) TDD approaches with clear decision rules. It provides concrete examples, common pitfalls, and agent coordination patterns for test generation and refactoring. The quick reference card helps teams choose the right testing style based on code type.
six-thinking-hats
Applies Edward de Bono's Six Thinking Hats framework specifically to software testing contexts. Provides structured templates for analyzing test strategies, identifying risks, and generating creative testing approaches. Includes timed session formats and integration examples with testing agents.
test-strategy-design
Provides concrete patterns for designing test strategies across unit, integration, and E2E layers. Includes specific coverage targets, quality gate thresholds, and practical examples for test design. Focuses on balancing test speed, confidence, and maintenance costs with actionable implementation guidance.
sherlock-review
Provides a structured methodology for verifying code claims through systematic evidence collection and deductive reasoning. Includes investigation templates, checklists, and example scenarios for validating bug fixes, performance improvements, and edge case handling.
shift-right-testing
This skill provides concrete patterns for testing in production environments using feature flags, canary deployments, and chaos experiments. It includes specific code examples for implementing progressive rollouts and monitoring key metrics like error rates and latency.
compatibility-testing
Provides concrete guidance for cross-browser and cross-platform compatibility testing with specific browser matrices, screen breakpoints, and code examples for Playwright and BrowserStack integration. Focuses on testing actual user environments rather than developer setups.
shift-left-testing
A comprehensive and well-structured guide to implementing shift-left testing practices with clear implementation levels, practical examples, and agent coordination strategies for modern development teams.