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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit provides a structured process for exploring and testing web applications, helping to identify bugs, UX issues, and other problems efficiently.

Core Features & Use Cases

  • Structured Exploration: Guides through a systematic process of exploring web applications.
  • Documentation: Captures screenshots, videos, and detailed repro steps for every issue found.
  • Customization: Allows targeting specific parts of the application and handling different authentication scenarios.

Quick Start

Run the skill with the target URL: dogfood --target-url vercel.com

Frequently Asked Questions about dogfood

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

FAQPage Schema
How do I automate exploratory testing for web applications?

Web application testing with browser automation systematically explores target URLs to identify bugs and UX issues. It navigates and interacts with the application, capturing screenshots and videos to produce a structured report with detailed reproduction steps and evidence.

Can I test web applications that require authentication?

Yes, web application testing supports handling different authentication scenarios. You can target specific application parts, authenticate, and systematically explore protected areas to identify issues while documenting the process with screenshots and detailed reproduction steps.

What is the best way to document bugs found during web application testing?

The best way to document bugs during web application testing is by capturing screenshots, videos, and detailed reproduction steps automatically. This approach efficiently records evidence for every issue found during systematic exploration, producing a structured report.

What do I need to run browser automation for bug hunting?

To run browser automation for bug hunting, you need an agent-browser dependency and a target URL. The automation uses these to navigate and interact with web applications, systematically identifying issues and generating structured reports with evidence.

Does browser automation work for targeting specific parts of a web application?

Yes, browser automation works for targeting specific parts of a web application. The testing process allows customization to focus exploration on specific URLs and application sections, efficiently identifying bugs and UX issues in defined areas.