One-click install
npx skills add https://github.com/mynameistito/opencode-config --skill dogfood-mynameistito
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dogfood
Source: https://github.com/mynameistito/opencode-config/tree/main/skills/dogfood
Command: npx skills add https://github.com/mynameistito/opencode-config --skill dogfood-mynameistito

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual web application testing often produces inconsistent, vague bug reports that lack the evidence engineering teams need to reproduce and fix issues quickly. This Skill eliminates that friction by automating systematic exploratory testing and generating fully documented, evidence-backed bug reports.

Core Features & Use Cases

  • Systematic Exploration: Automatically navigates all core sections of a web app, tests interactive elements, forms, edge cases, and end-to-end user workflows.
  • Full Reproduction Evidence: Captures step-by-step annotated screenshots, repro videos, and detailed repro steps for every bug found, so reports can be handed directly to responsible teams.
  • Standardized Issue Labeling: Uses a built-in issue taxonomy to categorize bugs by severity (critical, high, medium, low) and type (visual, functional, UX, etc.) for consistent reporting.
  • Use Case: QA teams, developers, or product managers can use this to test staging environments, production apps, or localhost instances before releases, or to run ad-hoc bug hunts on any web platform.

Quick Start

Use the dogfood skill to run a full exploratory QA test on the web app at https://staging.myapp.com and generate a structured bug report with reproduction evidence for all issues found.

Frequently Asked Questions about dogfood

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

FAQPage Schema
How do I automate exploratory web testing to find functional bugs and UX issues?

You can automate exploratory web testing by navigating core app sections, testing interactive elements, and capturing functional bugs, UX issues, and console errors to generate structured reports for engineering handoff.

What is the best way to generate bug reports with reproduction evidence for QA?

Generate bug reports with reproduction evidence by capturing step-by-step annotated screenshots, reproduction videos, and detailed steps for every issue found, categorizing them by severity and type for engineering teams.

Can I run ad-hoc bug hunts on localhost and staging environments?

Yes, you can run ad-hoc bug hunts on localhost instances, staging environments, and production apps to perform systematic exploratory testing and identify issues across any web application.

How do I categorize web application issues by severity and type for consistent reporting?

Categorize web application issues by applying a built-in issue taxonomy that labels bugs by severity (critical, high, medium, low) and type (visual, functional, UX) to ensure standardized issue reporting.

Does systematic web app testing work for pre-release QA and regression testing?

Yes, systematic web app testing works for pre-release QA, regression testing, and UX reviews by automatically navigating end-to-end user workflows and testing edge cases to capture documentation evidence.