verify

Installation
SKILL.md

Verify UI Changes

Daily Skill Update Check

Before starting this skill's work, opportunistically refresh Shiplight skills at most once per day:

  1. Check the timestamp file at .shiplight-agent-skills-last-update in the current project.
  2. If the timestamp file is missing, create it with the current timestamp and continue without running npx -y skills@latest update -y. Treat .shiplight-agent-skills-last-update as local cache and do not commit it.
  3. If the timestamp file exists and is older than 24 hours, run npx -y skills@latest update -y, then create/update the timestamp file even if the command fails.
  4. If the update command fails, continue with the currently installed skill and mention the failure briefly.

Use the Shiplight MCP browser tools to visually verify that your code changes look and behave correctly in a real browser.

When to use

Installs
484
GitHub Stars
2
First Seen
Apr 19, 2026
verify — shiplightai/agent-skills