← ClaudeAtlas

screenshot-feedbacklisted

Use after capturing a screenshot during a feedback loop, to audit whether the rendered output matches a reference image, or the project's design criteria. This skill triggers on a request for screenshot comparison, attempts to audit rendered output, statements stating that the rendered output did match descriptions or reference, or any invocation passing a screenshot path. Outputs a verdict, grouped P1/P2/P3 findings tied to likely source locations, and a recommended next action. Skips for static code review or pre-render design work.
Kevinnnnn-ai/astronology.dev · ★ 0 · Web & Frontend · score 53
Install: claude install-skill Kevinnnnn-ai/astronology.dev
# Screenshot Feedback Audit a captured screenshot against a reference image or design criteria. Produce a structured verdict and prioritized findings. The agent that invokes this skill owns capturing screenshots and applying fixes; this skill only inspects and reports. --- ## When to Use This Skill Invoke after capturing a screenshot during a design feedback loop. The trigger is screenshot presence, not reference-file presence. A reference image is optional. ## When to Skip This Skill - Static code review (no rendered output to inspect). - Pre-render design work (no screenshot yet). - Accessibility, performance, or correctness audits (out of scope). ## Inputs All inputs are optional. Defaults are applied and stated in the output. - `screenshot_path`: Highest-numbered `./temp/screenshot-N*.png` by default. The image to audit. - `reference_path`: None by default. If present, triggers reference mode. - `inline_criteria`: None by default. Free-form criteria for this invocation only; overrides [res/design-criteria.md](../../../res/design-criteria.md). - `focus`: Whole screenshot by default. Scope hint (e.g., `hero section`). Narrows the audit to that region; if not visible, audit proceeds on the whole frame. ## Mode Selection 1. `reference_path` present > **reference mode:** Compare screenshot to reference image and apply any inline criteria and [res/design-criteria.md](../../../res/design-criteria.md) (if present) for constraints the image cannot convey. 2. No `referen