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:
- Check the timestamp file at
.shiplight-agent-skills-last-updatein the current project. - 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-updateas local cache and do not commit it. - 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. - 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.