Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Systematically explore and QA a web application to find bugs and UX issues with full reproduction evidence.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
templates/dogfood-report-template.md
1# Dogfood Report: {APP_NAME}23| Field | Value |4|-------|-------|5| **Date** | {DATE} |6| **App URL** | {URL} |7| **Session** | {SESSION_NAME} |8| **Scope** | {SCOPE} |910## Summary1112| Severity | Count |13|----------|-------|14| Critical | 0 |15| High | 0 |16| Medium | 0 |17| Low | 0 |18| **Total** | **0** |1920## Issues2122<!-- Copy this block for each issue found. Interactive issues need video + step-by-step screenshots. Static issues (typos, visual glitches) only need a single screenshot -- set Repro Video to N/A. -->2324### ISSUE-001: {Short title}2526| Field | Value |27|-------|-------|28| **Severity** | critical / high / medium / low |29| **Category** | visual / functional / ux / content / performance / console / accessibility |30| **URL** | {page URL where issue was found} |31| **Repro Video** | {path to video, or N/A for static issues} |3233**Description**3435{What is wrong, what was expected, and what actually happened.}3637**Repro Steps**3839<!-- Each step has a screenshot. A reader should be able to follow along visually. -->40411. Navigate to {URL}4243442. {Action -- e.g., click "Settings" in the sidebar}4546473. {Action -- e.g., type "test" in the search field and press Enter}4849504. **Observe:** {what goes wrong -- e.g., the page shows a blank white screen instead of search results}515253---54