dogfood

Automates exploratory QA testing of web applications with browser toolset and markdown reports.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill dogfood-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dogfood
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/dogfood
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill dogfood-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates systematic exploratory testing of web applications, enabling agents to find bugs, capture evidence, and generate structured reports without manual test scripting.

Core Features & Use Cases

  • Five‑phase workflow: planning, exploring, evidence collection, categorization, and reporting.
  • Browser toolset integration: navigates pages, captures screenshots, reads console errors, and annotates elements.
  • Automated report generation: produces a markdown report with executive summary, issue details, and media links.

Quick Start

Ask the agent to run the dogfood skill on a target URL and scope, and it will perform the full QA workflow and return a structured bug‑report markdown file.

Frequently Asked Questions about dogfood

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

FAQPage Schema
How do I automate exploratory QA testing for web apps?

Automated exploratory QA testing for web apps is conducted through a five-phase workflow: planning, exploring, evidence collection, categorization, and reporting. The agent navigates pages, captures screenshots, and records console errors automatically.

What is the best way to generate a bug report markdown file from web testing?

Generating a bug report markdown file from web testing is done by applying the skill to a target URL. It produces a structured markdown report containing an executive summary, categorized issue details, and media links.

Can I automatically capture screenshots and console errors during website testing?

Yes, you can automatically capture screenshots and read console errors during website testing using an integrated browser toolset. This evidence collection is performed systematically during the page exploration phase.

Do I need to write manual test scripts to run exploratory QA on a web application?

No, you do not need to write manual test scripts to run exploratory QA on a web application. The skill automates the systematic testing process, enabling agents to find bugs and collect evidence without manual scripting.

How does automated issue categorization work for web app bugs?

Automated issue categorization for web app bugs works by analyzing the collected evidence, screenshots, and console errors after the exploration phase. It systematically categorizes discovered issues before generating the final markdown report.