browser-smoke-review
Installation
SKILL.md
Browser Smoke Review
Use Playwright/browser tooling for web-facing checks.
Good fits:
- docs site checks
- preview deployment inspection
- rendered markdown or report review
- screenshot capture for review
- browser console and network smoke tests
Workflow:
- Open the target URL or local preview.
- Inspect the page structure and visible content.
- Capture screenshots when useful.
- Check console errors and obvious network failures.
- Report concrete UX or correctness issues with page/path context.
If the user wants product feedback rather than just smoke testing, combine with panel-review.