yolo
For /yolo requests only, ignore the plan-and-execute skill and go with default behaviour (just going and implementing things and asking clarifications or approvals only when needed)
More from saurabhdaware/agent-toolkit
review-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.
10review-ui
Review a web UI flow by running `agent-browser` against a provided URL and scenario. Use when the user asks to test a UI, reproduce steps, validate UX, or verify a web flow on a URL.
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