Use when the user asks to check Swift Package Manager dependency updates for an iOS Xcode project — typical triggers are "check SPM updates", "what iOS packages can be bumped", "any SPM packages outdated", "look at Package.resolved updates", "find Swift package updates". Also handles applying picked updates ("apply"…
Use when the user asks to see their GitHub PR dashboard, queue, tasklist, or "what's on their plate" — typical triggers are "show my PRs", "my open PRs", "PR dashboard", "PR queue", "PR tasklist", "what's on my plate", "what should I review", "PRs waiting on me", or "/prs". Renders four interactive numbered tables…
Use when the user asks to review, audit, or trim new or changed comments, docstrings, and adjacent docs in the current change set — typical triggers are "review the comments", "audit the comments", "are the comments overkill", "shorten the docstrings", "check comments before commit", "trim the comments", "audit the…
Use when the user asks for a second-opinion code review from Codex (OpenAI). Triggers on "review with codex", "codex review", "get a codex review", "second opinion from codex", "ask codex to review", "have codex check this", or any variation mentioning codex + review/check/look. HARD CONSTRAINT — only runs on public…
Use when the user asks for a second-opinion code review from GitHub Copilot. Triggers on "review with copilot", "copilot review", "get a copilot review", "second opinion from copilot", "ask copilot to review", "have copilot check this", or any variation mentioning copilot + review/check/look. Works on both public and…
Use when the user wants a combined second-opinion code review from more than one external CLI at once — triggers on "super review", "review with all", "review with everyone", "review with all ", "get every second opinion", "second opinion", "external review", "panel review", or any ask that names two or more of…
Use when the user asks for a second-opinion code review from Gemini. Triggers on "review with gemini", "gemini review", "get a gemini review", "second opinion from gemini", "ask gemini to review", or any variation mentioning gemini + review/check/look. Ships a git diff (or specific files) to the local gemini CLI in…