browser-verification
Installation
SKILL.md
Browser Verification Skill
Automatically verify UI changes in a real browser after implementation.
When This Skill Is Used
This skill is triggered during the /work workflow after the implementer completes a task that modifies UI-related files. It is NOT a standalone skill - it's integrated into the work loop.
Purpose
Catch visual and functional issues before code review by testing in a real browser. This prevents:
- CSS issues that look fine in code but break in browser
- JavaScript errors that only appear at runtime
- Responsive/layout issues
- Missing visual elements
Testability Checks
Browser verification only runs when ALL three conditions are met: