Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
gsd.review - Prompt - OpenSmartRoute
Promptv1.0.0
gsd.review
Request cross-AI peer review of phase plans from external AI CLIs
--claude — Include Claude CLI review (uses separate session)
--codex — Include Codex CLI review
--all — Include all available CLIs
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
<!-- upstream-tools: ["Read","Write","Bash","Glob","Grep"] -->
<objective>
Invoke external AI CLIs (Gemini, Claude, Codex) to independently review phase plans.
Produces a structured REVIEWS.md with per-reviewer feedback that can be fed back into
planning via /gsd.plan-phase --reviews.
**Flow:** Detect CLIs → Build review prompt → Invoke each CLI → Collect responses → Write REVIEWS.md
</objective>
<execution_context>
- Read file at: /home/runner/work/get-shit-done-github-copilot/get-shit-done-github-copilot/staging/.github/get-shit-done/workflows/review.md
</execution_context>
<context>
Phase number: extracted from {{arguments}} (required)
**Flags:**
- `--gemini` — Include Gemini CLI review
- `--claude` — Include Claude CLI review (uses separate session)
- `--codex` — Include Codex CLI review
- `--all` — Include all available CLIs
</context>
<process>
Execute the review workflow from @/home/runner/work/get-shit-done-github-copilot/get-shit-done-github-copilot/staging/.github/get-shit-done/workflows/review.md end-to-end.
</process>
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.