概要
This skill provides a comprehensive toolkit for developers to test local web applications through native Python Playwright scripts. It streamlines the testing lifecycle by automatically managing server processes, handling both static and dynamic content, and providing robust patterns for DOM inspection and screenshot capture. By using a 'reconnaissance-then-action' approach, it ensures reliable element discovery and interaction even in complex, JavaScript-heavy environments, making it an essential tool for verifying frontend functionality and debugging UI behaviors within Claude Code.