This handles the workflow for accepting new screenshot baselines after your CI detects visual changes. The project moved away from storing baseline images in the repo or Git LFS, so everything now lives in an external screenshot service keyed by commit SHA. When the GitHub Action flags differences in a PR, you run this skill to pull down the latest screenshots from CI and commit them. It's meant to run as a subagent, which makes sense since it's a focused task you'd trigger after reviewing the before/after comparisons the bot posts. Saves you from manually downloading artifacts and moving files around when you're confident the visual changes are intentional.
npx skills add https://github.com/microsoft/vscode --skill update-screenshots