audit

Installation
SKILL.md

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:

  1. Correct company? — Does the screenshot show the site it's supposed to show? Check logos, domain names, branding. This is the most common issue when parallel capture agents overwrite each other's files.
Installs
3
First Seen
Jun 22, 2026
audit — studio-moser/skills-n-stuff