visual-qa
Installation
SKILL.md
Visual QA Checkpoint
Lightweight visual smoke test for UI-facing changes.
Writes result to .checkpoints/visual-qa.json.
IMPORTANT: Not for Workers on Worktrees
This checkpoint should only be run by the conductor AFTER merging changes to main.
Workers on git worktrees cannot run visual-qa because:
- Changes aren't built - The extension/app isn't rebuilt with worktree changes
- No isolated browser - Workers share the same Chrome instance
- Tab group conflicts - Multiple workers fighting for tabs (especially if groups disabled)
- Dev server conflicts - Multiple
npm run devinstances on same port