About
The verify-web-change skill automates the validation of web application updates by spinning up the necessary services and using Playwright MCP to interact with the UI. It intelligently analyzes Git diffs to understand the scope of changes, launches the application stack via Docker Compose or standard package managers, and performs visual and functional assertions in a real browser. This ensures that pull requests work as intended and remain free of console errors or regressions before the code is finalized.