Browse
7 skills matching "testing"
Test Generator
dustin
Generates comprehensive test suites for any codebase — unit, integration, and E2E.
Ci Cd And Automation
addyosmani
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
Debugging And Error Recovery
addyosmani
Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
Browser Testing With Devtools
addyosmani
Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome DevTools MCP.
Testing Patterns
addyosmani
Quick reference for common testing patterns across the stack. Use alongside the `test-driven-development` skill.
Testing Strategy
block
Guidelines for writing effective tests in this project
Test Driven Development
addyosmani
Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.