dogfood

Run systematic browser-based QA testing and generate structured bug reports.

Updated May 9, 2026
One-click install
npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill dogfood-luminavault
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dogfood
Source: https://github.com/LuminaVault/LuminaVaultServer/tree/main/Sources/App/Resources/Skills/dogfood
Command: npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill dogfood-luminavault

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The dogfood Skill unit provides a comprehensive framework for systematic exploratory QA testing of web applications, ensuring thorough identification and reporting of bugs, evidence, and potential issues.

Core Features & Use Cases

  • Systematic Workflow: Guided 5-phase process for QA testing, from planning to reporting.
  • Browser Toolset Integration: Utilizes browser automation for navigation, screenshots, console checks, and more.
  • Issue Taxonomy: Classify issues into severity levels and categories for structured reporting.
  • Report Generation: Automated generation of a detailed report with executive summary, issue list, and testing notes.
  • Use Case: A user can run the Skill on a web application to systematically test for issues, automatically generating a comprehensive report on the quality of the app.

Quick Start

To start the QA testing, use the command: run skill dogfood --url <target_url> --scope <testing_scope> --output <output_directory>

Frequently Asked Questions about dogfood

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

FAQPage Schema
How do I perform systematic exploratory QA testing on a web application?

Systematic exploratory QA testing on a web application involves a guided 5-phase workflow from planning to reporting, utilizing browser automation for navigation and capturing evidence to identify and classify bugs.

How do I automatically generate a bug report with evidence during web app testing?

Automatically generate a bug report with evidence by running browser automation interactions during testing, which captures screenshots and console checks to produce a structured report with an executive summary and issue list.

What is the best way to classify web application bugs during quality assurance?

The best way to classify web application bugs during quality assurance is using an issue taxonomy framework that categorizes findings into severity levels and structured categories for comprehensive reporting.

Can I use browser automation tools for capturing QA testing evidence?

Yes, you can use browser automation tools for capturing QA testing evidence, as the testing framework integrates with them to perform browser-based interactions, take screenshots, and execute console checks.

How do I start a web app QA testing session and specify the testing scope?

Start a web app QA testing session and specify the testing scope by executing the run command with the target URL, desired testing scope, and designated output directory to guide the automated process.

Do I need browser automation capabilities to run QA testing on my web app?

Yes, you need browser automation capabilities to run this QA testing on your web app, because the framework relies on them to navigate, interact, and capture evidence throughout the testing workflow.