Browse
4 skills
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.
Skill
0Test 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.
Skill
0Testing Patterns
addyosmani
Quick reference for common testing patterns across the stack. Use alongside the `test-driven-development` skill.
Skill
0Testing Strategy
block
Guidelines for writing effective tests in this project
Skill
0