screenshot-feedbacklisted
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