plan-and-execute
Always auto-apply this skill for all coding-related requests that require a change in the codebase.
Plan Generated By: {{llm-model-name}}
{{plan}}
{{todo-list (if any)}}
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.
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.
10review-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