What problem does it solve?
This Skill removes the guesswork from front-end changes by letting you run the web app against the real local dependency stack, open it in a browser, and confirm that the UI and client-side behavior actually render as expected.
Core Features & Use Cases
- Local browser preview: Start the app with its required services so you can inspect pages exactly as users will see them.
- Screenshot-based verification: Capture headless Chrome screenshots to prove layout, styling, and dynamic content are working.
- Browser-driven validation: Use WebDriver tests for stronger confirmation that interactions, scripts, and visual states behave correctly.
- Use case: Check a design page after a UI change, verify that a toast or highlight appears, and save evidence of the result in a screenshot.
Quick Start
Ask me to start the local dependency stack, launch the web app under Doppler, open it in Chrome, and capture a screenshot in /tmp to verify the page visually.