screenshots
Installation
SKILL.md
Take screenshots of components affected by recent changes, either from the running application (with e2e authentication) or from Storybook.
Usage:
/screenshots- Detect changed components and take screenshots automatically/screenshots navigate to /settings, open the "Profile" tab, screenshot the form- Follow custom instructions to take screenshots
Instructions:
-
Check for custom instructions:
- If
$ARGUMENTSis provided and non-empty, run step 2 (prerequisites), then jump to step 6 (Custom instructions mode) - If
$ARGUMENTSis empty, continue with the automatic detection flow below (steps 2–5, then 7–10)
- If
-
Check prerequisites:
- Run
playwright-cli --helpto verify the Playwright CLI is available - If the command fails (not found or errors), display the following message and STOP:
## Missing Prerequisite: Playwright CLI Playwright CLI is not installed. This skill requires the Playwright CLI for taking screenshots.
- Run