phone-a-friend

Solid

Ask Antigravity, Codex, Gemini, Claude, OpenCode, or Ollama for a second opinion through the phone-a-friend CLI while preserving the user's request in --prompt.

AI & Automation 8 stars 2 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 79/100

Stars 20%
32
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /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,...

Details

Author
freibergergarcia
Repository
freibergergarcia/phone-a-friend
Created
6 months ago
Last Updated
1 weeks ago
Language
TypeScript
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category