What problem does it solve?
This Skill removes the manual friction of accepting screenshot changes locally by using the latest CI-produced baselines as the source of truth. It is especially useful when platform differences like fonts, rendering, or DPI make local screenshots diverge from GitHub Actions results.
Core Features & Use Cases
- CI Baseline Sync: Downloads the newest
screenshot-diff artifact from a failed screenshot test run.
- Diff Review: Surfaces the markdown report so you can inspect exactly what changed before accepting it.
- Baseline Replacement: Replaces the repository’s component screenshot baselines with the CI-generated images and prepares them for commit.
- Git LFS Safety: Includes the required LFS push workflow so large screenshot assets can be published successfully.
- Use Case: A component test fails in CI with screenshot mismatches, and you need to accept the updated visuals without introducing local rendering noise.
Quick Start
Use this skill to download the latest CI screenshot diff, review the changes, and update the baseline images in the repository.