← ClaudeAtlas

cf-review-outlisted

Generate a review prompt for an external AI (Gemini, Codex, ChatGPT, or a human). Triggers: "get a second opinion", "external review", "review out", "send for review", "cf-review-out", "prepare review for gemini".
dinhanhthi/coding-friend · ★ 3 · AI & Automation · score 79
Install: claude install-skill dinhanhthi/coding-friend
# $cf-review-out Generate a review prompt for an external agent: **$ARGUMENTS** ## Purpose Creates a complete, self-contained review document in `docs/reviews/` that any external AI agent or human reviewer can read and act on. The prompt includes the full diff, review criteria, output format instructions, and where to save results. Pair with [`$cf-review-in`](/docs/skills/cf-review-in/) to collect results. > **Built-in headless reviewers?** If you have the relevant CLIs installed, you don't need this manual round-trip — run [`$cf-review`](/docs/skills/cf-review/) with `--claude`, `--gemini`, `--cursor`, `--grok`, or `--codex` instead. Each flag invokes that agent automatically, runs the in-session review in parallel, and merges all surviving sources into one report with no copy-paste. For a manual round-trip **with the in-session findings embedded**, use [`$cf-review --out`](/docs/skills/cf-review/) — it runs the in-session review first, then writes a prompt file here for [`$cf-review-in`](/docs/skills/cf-review-in/). This `$cf-review-out` + `$cf-review-in` flow remains the path for any other external AI (ChatGPT, Copilot) or a human reviewer. ## Workflow ### Step 0: Custom Guide ```! bash "${PLUGIN_ROOT}/lib/load-custom-guide.sh" cf-review-out ``` If the block above printed anything, apply only the `## Before`, `## Rules`, and `## After` sections; if it shows the raw command instead of output, re-run that exact `load-custom-guide.sh` fence now. ### Step 1: Determine