Visual Evidence

Use for UI changes in an agent-md repository; captures a screenshot and writes the structured markdown evidence required by the visual hook.

iamfakeguru 5035404 902 B Updated

File contents

Visual Evidence

Use this skill for any UI-facing change.

  1. Build or start the app in the normal project-specific way.
  2. Capture the changed route with:
./.agent-md/bin/playwright-capture.sh <url> .agent/visual/<name>.png
  1. Write a markdown note next to the image under .agent/visual/.
  2. The note must reference the image filename and include these fields:
# Visual Check

Changed files:
- <path>

Route: <url or route>
Viewport: <width>x<height>
Artifact: <image filename>
Observed result: <what was verified>
  1. Use an independent verifier when possible: another agent, a browser screenshot inspection, or the human.
  2. Do not self-grade visual correctness from code alone.

iamfakeguru/agent-md/tree/main/.agents/skills/visual-evidence commit 503540463c

Frequently asked questions

npx skillmds@latest add iamfakeguru/visual-evidence