Dogfood Skill
Uses an agent browser CLI to walk through your app page by page and capture bugs.
Before & after
Same prompt, same agent — the only difference is the skill.
Pre-ship testing is important. Here's how you might approach a manual walkthrough: - Go through each major user flow - Note any bugs, broken links, or confusing UX - Test on different screen sizes - Check the console for errors - Prioritize issues by severity You could also set up automated end-to-end tests with a tool like Playwright to catch regressions automatically. If you describe your app's main flows, I can help you build a testing checklist. What are the key flows you want to verify?
Walking the built app page by page via the browser CLI — actually
navigating it, not reviewing code. Here's what a run produces.
WHAT IT DOES
Navigates the app like a user, page by page, capturing bugs +
screenshots as it goes, and records a video of the whole walkthrough for
adversarial review. You get evidence, not a checklist to run yourself.
OUTPUT — bugs bucketed by priority
CRITICAL (blocks ship)
▸ /checkout — "Place order" button does nothing on mobile viewport.
Screenshot attached. This is a revenue-blocker.
▸ /signup — form submits but shows a 500; account not created.
MEDIUM
▸ /dashboard — chart overflows its container below 768px.
▸ /settings — save succeeds but no confirmation; users double-click.
LOW
▸ /about — a stale year in the footer.
▸ /pricing — hover state missing on one CTA.
Each bug: the page, what broke, a screenshot at the moment it broke.
THE VIDEO IS THE POINT
The full walkthrough is recorded so you (or a reviewer) can watch the
app being used adversarially before it ships — you see the critical
checkout bug happen, not just read that it exists. That's what catches
the "works on my machine" class of issue a code review never would.
WHY DOGFOOD-BEFORE-SHIP BEATS "we'll catch it in QA"
The critical bugs above are the ones that only appear when something
actually clicks through the real built app on a real viewport. This runs
that pass automatically, every build, and hands you a ranked list plus
proof.
Point it at your deployed preview URL and it'll produce the ranked
report + video for your actual app.About this skill
name: dogfood-skill description: Use when Uses an agent browser CLI to walk through your app page by page and capture bugs.
Dogfood Skill
Automatically navigates your built app, captures bugs, screenshots, and a critical, medium, and low priority breakdown, and records a video of the full walkthrough for adversarial review before shipping.
What you get
- SKILL.md with agent browser walkthrough configuration.
Customize your output
- Configurable priority thresholds and page coverage.
Example output
A structured bug report with screenshots and a walkthrough video.
Best for
Developers wanting an adversarial pre-ship review pass.
SKILL.md preview
---
name: dogfood-skill
description: Use this skill when the user wants an automated browser walkthrough of their app to capture bugs, screenshots, and a prioritized issue list before shipping.
version: 1.0.0
category: Security & QA / Testing and QA
author: AgentVolt
license: proprietary
tags:
- security-qa
- testing-and-qa
- standard
---
# Dogfood Skill
Drives an agent browser CLI through the built app page by page, capturing bugs, screenshots, and a critical/medium/low breakdown, plus a recorded video of the full walkthrough for adversarial pre-ship review.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Pre-mortem Skill
Analyzes your codebase and predicts bugs that have not happened yet but will in production.
TDD Skill
Enforces vertical slice test driven development with tracer bullets.
Diagnose Skill
Builds a feedback loop to diagnose bugs systematically instead of guessing.
Business Automation Stack
A connected set of agents that handle the repetitive ops work — follow-ups, summaries, and handoffs.