From gemini
Delegate investigation, an explicit fix request, or follow-up work to the Gemini rescue subagent
How this command is triggered — by the user, by Claude, or both
Slash command
/gemini:rescue [--background|--wait] [--resume-last|--fresh] [--write] [--model <model>] [--effort <low|medium|high>] [what Gemini should investigate, solve, or continue]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Route this request to the `gemini:gemini-agent` subagent. The final user-visible response must be Gemini's output verbatim. Raw user request: $ARGUMENTS Resume detection: - Before dispatching, check if there is a resumable Gemini session: - If `available: true` and the user did NOT pass `--fresh`: Ask the user whether to continue the previous thread or start fresh. Prepend `--resume-last` or `--fresh` based on their choice. - If the user already passed `--resume-last` or `--fresh`, skip this step. Execution mode: - If the request includes `--background`, run the subagent in the ba...
Route this request to the gemini:gemini-agent subagent.
The final user-visible response must be Gemini's output verbatim.
Raw user request: $ARGUMENTS
Resume detection:
node "${CLAUDE_PLUGIN_ROOT}/scripts/gemini-companion.mjs" task-resume-candidate --json
available: true and the user did NOT pass --fresh:
Ask the user whether to continue the previous thread or start fresh.
Prepend --resume-last or --fresh based on their choice.--resume-last or --fresh, skip this step.Execution mode:
--background, run the subagent in the background.--wait, run the subagent in the foreground.--background and --wait are execution flags. Do not forward them to task.--model, --effort, --write, --resume-last, --fresh are runtime flags. Preserve them.Operating rules:
Bash call to invoke node "${CLAUDE_PLUGIN_ROOT}/scripts/gemini-companion.mjs" task ... and return that command's stdout as-is.--resume-last is present, proceed with the default continue prompt (the task runtime handles this).--resume-last, ask what Gemini should investigate or fix.npx claudepluginhub bbingz/gemini-plugin-cc/rescueDelegates code investigation, explicit fixes, or follow-up rescue to Codex subagent. Handles --background|--wait, --resume|--fresh, --model, --effort flags plus task text.
/rescueDiagnoses production incidents: checks site health, analyzes recent commits, detects error patterns, generates rollback commands, produces post-mortem template.
/rescueDelegates a task to Codex AI via background codex exec using arguments, based on OpenAI or OpenRouter provider. Presents unfiltered response and awaits user action.
/rescueDelegate investigation, an explicit fix request, or follow-up rescue work to the Gemini rescue subagent
/rescueDelegate investigation, an explicit fix request, or follow-up rescue work to the Copilot rescue subagent
/rescueDelegates investigation, fix, or follow-up work to the Pi rescue subagent, running it in background or foreground with optional execution flags.