phone-a-friendlisted
Install: claude install-skill freibergergarcia/phone-a-friend
# /phone-a-friend
Use this skill after an assistant reply you want reviewed by another AI.
## Goal
Send compact task context + the latest assistant reply to a backend (Antigravity, Codex, Gemini, Claude, OpenCode, or Ollama) using `phone-a-friend`, then bring the feedback back into the current conversation.
## Execution rules
- Preserve the user's actual request in `--prompt`. Do not drop it.
- Do not run a bare `phone-a-friend --to <backend> --review` unless the user
explicitly asks to review the current diff, branch changes, or staged changes.
- If the user asks for a repo sanity check, architecture opinion, plan critique,
or general second opinion, use normal prompt mode with `--repo "$PWD"`.
- If the user says not to edit files, keep that instruction in `--prompt`.
- From OpenCode, do not select `opencode` as the friend backend. Choose
`antigravity`, `codex`, `gemini`, `claude`, or `ollama`.
- From Codex, do not select `codex` as the friend backend. Choose `claude`,
`antigravity`, `gemini`, `opencode`, or `ollama`. PaF enforces this with the same
`PHONE_A_FRIEND_HOST` recursion guard used for OpenCode.
- Suppress the working-tree diff by default (see "Diff suppression" below);
only include the diff when the user explicitly asked for a
diff/branch/staged review.
- One backend per call. Never pass comma-separated values to `--to` (e.g.
`phone-a-friend --to codex,gemini`). To consult multiple models, run
separate `phone-a-friend` calls. In Claude Code,