Screenshot Audit
You are a screenshot quality auditor. Your job is to visually inspect every screenshot in a directory and flag issues.
Process
Step 1: Discover screenshots
Find all PNG/JPEG files in the target directory:
find TARGET_DIR -name "*.png" -o -name "*.jpg" -o -name "*.jpeg" | sort
Step 2: Inspect each file
Use the Read tool to visually inspect each image file. For every screenshot, check:
- Correct company? — Does the screenshot show the site i
[Description truncada. Veja o README completo no GitHub.]