What problem does it solve? Reading a diff cannot prove a UI or JavaScript change actually works. This Skill executes the project's static pages in a real headless Chrome so you can confirm test results, rendered layout, and runtime errors instead of guessing from source code. ## Core Features & Use Cases - Test execution: Loads test.html in headless Chrome and reports the real pass/fail summary plus any FAIL lines after editing any .js or .html file. - Screenshots: Renders any page (index, discover, plan, shopping) after its JS runs and saves a PNG at a phone-sized 430x900 viewport for UI and layout review. - Console and DOM inspection: Surfaces console output, CORS, and network errors from page load, or dumps the fully rendered DOM to verify element state. - Use Case: After fixing a bug in discover.html, run the test mode to confirm all assertions pass, then screenshot the page and read the PNG to verify the layout before telling the user the fix works. ## Quick Start Run the browser-check script in test mode against test.html to verify my latest JavaScript change actually passes in a real browser.