Browse
Testing
Skills Found
activitypub-testing
Provides specific testing patterns and commands for the WordPress ActivityPub plugin. Includes PHPUnit and Playwright examples, debugging techniques, and references to detailed test utilities. Focuses on practical implementation rather than general testing theory.
quality-metrics
A comprehensive and actionable quality metrics framework that effectively distinguishes meaningful metrics from vanity metrics, with excellent DORA integration and practical implementation guidance.
unit-test-service-layer
This skill provides detailed patterns for writing unit tests for Spring service layer classes using JUnit 5 and Mockito. It covers mocking dependencies, verifying interactions, testing exceptions, and complex workflows with practical code examples. The documentation includes setup instructions, common patterns, and troubleshooting tips for Java developers.
testing-writing-guidelines
This skill provides concrete guidelines for writing focused tests that prioritize core user flows over edge cases. It emphasizes clear test naming, mocking external dependencies, and fast execution. The decision framework helps developers avoid over-testing during feature development while ensuring critical paths are covered.
testability-scoring
Automates testability scoring for web apps using 10 principles with Playwright. Generates JSON and HTML reports with radar charts, integrates with CI/CD, and optionally uses Vibium for stability metrics. Provides actionable improvement priorities based on weighted scores.
holistic-testing-pact
This skill provides a structured framework for applying PACT principles (Proactive, Autonomous, Collaborative, Targeted) to testing strategies. It helps teams move from sequential QA to concurrent quality practices, with specific guidance on agent selection, quadrant-based testing approaches, and practical implementation steps.
peekaboo
Peekaboo is a CLI tool for macOS UI automation that captures screens, interacts with UI elements, manages apps/windows, and handles keyboard/mouse input. It provides detailed targeting options, JSON output for scripting, and supports complex automation workflows through its comprehensive command set.
database-testing
A comprehensive and well-structured database testing skill with excellent practical examples, clear guidance, and good integration with agent workflows for automated testing.
mutation-testing
This skill automates mutation testing to validate test suite effectiveness by introducing code changes and measuring kill rates. It identifies weak tests, provides concrete examples of mutation operators, and integrates with Stryker for practical implementation. The skill helps developers prove their tests actually catch bugs rather than just achieving high coverage.
localization-testing
A comprehensive localization testing skill with excellent structure, practical examples, and clear guidance for internationalization testing across multiple locales and languages.
chaos-engineering-resilience
Provides a structured approach to chaos engineering with clear steps for failure injection, steady state definition, and blast radius control. Includes practical examples for network, infrastructure, and application failures with automatic rollback triggers.
unit-test-parameterized
A comprehensive and well-structured guide to JUnit 5 parameterized testing with clear examples covering multiple data source types and practical use cases.