review-ui
Your job is review the given URL and inform if the scenarios are working or not
Arguments
- URL(s): The URL of the web page to open and review.
- Scenario(s) (optional): Scenarios to test (if not mentioned, assume scenarios as you go)
- Mode (headless or headed): Should the review be in headless mode (runs in the background) or headed mode (browser visible to user)
Use AskQuestion to get URL, Mode, and Scenario if not given in prompt
Steps to Review UI
- Run
agent-browser --helpto get CLI docs.- If
agent-browsercommand is not available, check agent-browser-installation guide
- If
- Use
agent-browserto open the {URL(s)} in {Mode} - Test out the {Scenario(s)} or assume the scenarios depending on what you see in the UI
- Close the
agent-browser - Report findings as per "Output Format" section below
More from saurabhdaware/agent-toolkit
yolo
Bypass plan-and-execute; on /yolo run, execute directly with minimal questions.
19review-ci
Review the CI status of a GitHub Pull Request using GitHub CLI (`gh`). Use when the user asks to check CI status, investigate failing checks, or understand why a PR pipeline is failing.
10plan-and-execute
Important skill that enforces a plan-then-execute workflow for all user queries except when /yolo skill is used; first present a "## Plan" section with high-level steps and illustrative code snippets, then request explicit approval before making code changes.
8review-pr
End-to-end PR review orchestrator. Fetches GitHub PR diffs via .diff URLs to summarize code changes, triggers CI review using the review-ci skill, and, when CI exposes a preview URL, runs review-ui against that URL and relevant scenarios. Use when the user wants a holistic review of a GitHub Pull Request including code, CI pipelines, and (if possible) the deployed UI.
6brainstorm
Facilitate open-ended idea generation, structured brainstorming, and exploratory discussion without making any code or file edits. Use when the user wants to explore approaches, generate ideas, or think through problems collaboratively before implementation.
5get-pr-comments
Retrieve comments for a pull request in a clear, readable format
3