What problem does it solve?
This skill helps users select the most appropriate tool for debugging and testing web applications, desktop automation, or CI/CD pipelines by guiding them through a decision tree based on their specific needs and platform.
Core Features & Use Cases
- Browser Testing: Routes to Chrome MCP for debugging (console logs, network requests) or Playwright MCP for CI/CD and cross-browser E2E testing.
- Desktop Automation: Identifies the correct sub-skill for macOS (Hammerspoon) or Linux (ydotool/xdotool) based on the operating system and display server.
- TDD Enforcement: Ensures the
dev-tdd skill is loaded first to enforce testing protocols and gates.
Quick Start
Use the dev-test skill to select the correct browser testing tool for debugging web application JavaScript errors.