screenshot-pr
Installation
SKILL.md
Screenshot PR Changes
Capture UI changes for a pull request across three standard viewports using shot-scraper.
Requires: shot-scraper available on PATH (it is a system-level utility, not a per-project dependency — do not install it with uv or pip inside the project).
Check it is present before proceeding:
which shot-scraper && shot-scraper --version
If the command is missing, ask the user to install it globally (e.g. uv tool install shot-scraper --global, pipx install shot-scraper, or their preferred method) and confirm Chromium is available (shot-scraper install). Do not install it yourself.