From review-council
Check Review Council provider status and prerequisites
How this skill is triggered — by the user, by Claude, or both
Slash command
/review-council:setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the user which review providers are available and what's missing.
Show the user which review providers are available and what's missing.
Run these checks in parallel:
Always available. Skip detection.
which codex 2>/dev/null && codex --version
mcp__codex__codex tool is available: "Codex (MCP) ........... available"npm install -g @openai/codex && codex login"which gemini 2>/dev/null && gemini --version
npm install -g @google/gemini-cli"test -n "$PERPLEXITY_API_KEY" && echo "set" || echo "not set"
PERPLEXITY_API_KEY env var"which gh 2>/dev/null && gh auth status 2>&1 | head -3
Print:
Review Council — Provider Status
Reviewers:
- Claude (native) ........... always available
- Codex ..................... [available (CLI) | available (MCP) | not found]
- Gemini ................... [available (CLI) | available (MCP) | not found]
- Perplexity ............... [available (API) | not configured]
Prerequisites:
- GitHub CLI (gh) ........... [authenticated | not found]
[N] of 4 reviewers available. [Convergence mode ready. | Single-reviewer mode — install at least one additional provider.]
Usage:
/review-council:run auto-detect target
/review-council:run 42 review PR #42
/review-council:run src/foo.ts review source code
/review-council:run docs/plan.md review a plan or document
If fewer than 2 providers are available, suggest the easiest one to add based on what the user likely already has:
npm install -g @openai/codex)Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub deployhq/review-council --plugin review-council