dogfood

Explores web applications via browser automation to find bugs and produce evidence-backed issue reports.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/dev-khoi/AURA-conHack-2026 --skill dogfood-dev-khoi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dogfood
Source: https://github.com/dev-khoi/AURA-conHack-2026/tree/main/.opencode/skills/dogfood
Command: npx skills add https://github.com/dev-khoi/AURA-conHack-2026 --skill dogfood-dev-khoi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-browser, and includes references (resource) components.

What problem does it solve? Manual exploratory testing of web applications is time-consuming and often produces vague bug reports that developers cannot reproduce. This Skill systematically navigates a web app like a real user, finds bugs and UX issues, and documents every finding with step-by-step screenshots and repro videos so teams can act on findings immediately. ## Core Features & Use Cases - Systematic Exploration: Walks through every section of a web app, testing buttons, forms, navigation, edge cases, and console errors using the agent-browser CLI. - Repro-First Documentation: Captures annotated screenshots for static issues and full repro videos with step-by-step screenshots for interactive bugs, written incrementally into a structured report. - Severity-Calibrated Reporting: Uses a built-in issue taxonomy covering visual, functional, UX, content, performance, console, and accessibility categories with critical-to-low severity levels. - Use Case: Point it at a staging URL before a release, and receive a report of 5-10 well-documented issues with videos and screenshots ready to hand to engineering and design teams. ## Quick Start Dogfood the web app at https://staging.myapp.com and produce a full issue report with screenshots and repro videos.

Frequently Asked Questions about dogfood

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I dogfood or exploratory test a web application automatically?

Provide the target URL and the Skill launches an agent-browser session, navigates each section of the app, clicks interactive elements, fills forms, and checks the console. Every issue found is documented with screenshots or repro videos in a structured markdown report.

What kinds of issues does automated web app testing find?

It detects visual defects, broken functionality, UX friction, content errors like typos, performance problems, console errors, and accessibility gaps. Each issue is classified by severity from critical to low using a built-in taxonomy.

Can I test a web app that requires login?

Yes, provide credentials and the Skill signs in through the login form before exploring, then saves the authenticated state for reuse. For OTP or email codes, it pauses and asks you to supply the code.

What evidence is included for each bug found?

Interactive bugs get a repro video plus step-by-step screenshots mapped to numbered repro steps. Static issues like typos or misaligned text get a single annotated screenshot. Every issue includes severity, category, and page URL.

How many issues does a dogfood session typically report?

The target is 5-10 well-documented issues per session, prioritizing depth of evidence over raw count. Findings are written incrementally to the report so nothing is lost if the session is interrupted.