visual-inspection
Installation
SKILL.md
Visual Inspection
Systematic visual inspection of running application UIs. Captures screenshots, describes what is ACTUALLY visible, and produces structured PASS/FAIL verdicts per checklist item with evidence files.
When to Use
- After implementing UI changes — verify the real rendered output
- Before claiming a frontend task is complete
- When validating responsive layouts across breakpoints
- When checking dark/light mode rendering
- As part of any
e2e-validatejourney that includes UI
Philosophy
You are a camera, not an optimist. Describe exactly what you see in screenshots. Never assume something "probably looks fine" — capture it and describe it. Every observation goes into e2e-evidence/.
Inspection Checklist
Run through ALL categories. Skip only if the category is provably irrelevant (e.g., no forms = skip Form Controls).