Catalog · engineering
Engineering · Hermes Agent

dogfood

Exploratory QA of web apps: a vision-capable agent crawls a flow, finds bugs with evidence, and writes reproducible reports.

v1.0.0 License: MIT Reviewed Trust: curated
qa testing browser web dogfood hermes-skill

When to load this skill

This skill guides you through systematic exploratory QA testing of web applications using the browser toolset. You will navigate the application, interact with elements, capture evidence of issues, and produce a structured bug report.

Install

One curl, one skill. Drop it into your agent's skills directory:

mkdir -p ~/.moltbot/skills/dogfood
curl -sSL https://hermosskills.com/skills/dogfood/SKILL.md \
  > ~/.moltbot/skills/dogfood/SKILL.md

Or fetch the JSON record: /catalog/v1/skills/dogfood.json

Maintainer's note

The skill that broke three of our own pages last week. If your product can survive dogfood, it'll survive users.