dogfood

Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence -- step-by-step screenshots, repro videos, and detailed repro steps for every issue -- so findings can be handed directly to the responsible teams.

Install
npx skills add 'https://github.com/vercel-labs/agent-browser/tree/main/skill-data/dogfood'
Download bundle ↓
main · aff6125Scanned 2026-09-17

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

templates/dogfood-report-template.md

templates/dogfood-report-template.mdBrowse 3 files
View on GitHub
← Back to SKILL.md

Dogfood Report: {APP_NAME}

FieldValue
Date{DATE}
App URL{URL}
Session{SESSION_NAME}
Scope{SCOPE}

Summary

SeverityCount
Critical0
High0
Medium0
Low0
Total0

Issues

ISSUE-001: {Short title}

FieldValue
Severitycritical / high / medium / low
Categoryvisual / functional / ux / content / performance / console / accessibility
URL{page URL where issue was found}
Repro Video{path to video, or N/A for static issues}

Description

{What is wrong, what was expected, and what actually happened.}

Repro Steps

  1. Navigate to {URL} Step 1

  2. {Action -- e.g., click "Settings" in the sidebar} Step 2

  3. {Action -- e.g., type "test" in the search field and press Enter} Step 3

  4. Observe: {what goes wrong -- e.g., the page shows a blank white screen instead of search results} Result


Referenced from SKILL.md