agent-browser-diagnostics-evidence
Installation
SKILL.md
Agent Browser Diagnostics Evidence
Use this skill when an agent-browser task needs console, JavaScript error, network, HAR, trace, profiler, Web Vitals, screenshot, video, or artifact evidence for frontend dogfood, reproduction, or QA handoff.
Process
- Before command-sensitive work, check the local tool contract:
agent-browser --versionagent-browser --help
- If the installed CLI supports versioned local guidance such as
agent-browser skills get coreoragent-browser skills get dogfood, load it and prefer that output when syntax differs. Older versions may not provide those commands. - Treat static command snippets as patterns, not permanent CLI truth.
- Define the focused repro before collecting heavy artifacts: URL, role, viewport, data state, expected result, action, and suspected failure.
- Clear old console/error/network context when supported, run the scenario, then correlate user-visible behavior with console entries and request timing.
- Use HAR, trace, profiler, and vitals only around focused reproductions or measured performance questions. Do not make broad recordings by default.
- Redact secrets, PII, tokens, cookies, auth state, authorization headers, business data, and sensitive URLs before sharing or committing artifacts.
- Separate facts from hypotheses. Report observed UI behavior, exact timing, artifact paths, environment, and confidence before explaining likely causes.