lastrada
01Plugin Claude Code
Plugin marketplace listing 4 plugins: ios-spm, review-comments, review-with, pr-tasklist.
Plugin Claude Code
Plugin marketplace listing 4 plugins: ios-spm, review-comments, review-with, pr-tasklist.
Plugin Claude Code
iOS Swift Package Manager tooling for Xcode-managed SPM dependencies. Renovate can't natively update Package.resolved files inside .xcodeproj bundles (see renovatebot/renovate#9735), so this plugin fills the gap: discover outdated direct/transitive packages, apply picked bumps by editing project.pbxproj, refresh…
Skill Claude CodeCodex
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"…
Plugin Claude Code
GitHub PR dashboard for Claude Code. Shows PRs you authored, are assigned to, are review-requested on, plus a personal followed list. Live data via the official GitHub MCP server (preferred) or gh api graphql (fallback); auto-detects whichever is available and falls back on failure. Followed list backed by either loc.
Command
Show your GitHub PR dashboard — PRs you opened, are assigned to, are review-requested on, and your followed list.
Skill Claude CodeCodex
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…
Plugin Claude Code
Audit new and changed comments, docstrings, and adjacent markdown docs in the current change set. For each block: keep, tighten, rephrase, or drop — based on the rule that a comment must justify its existence with non-obvious WHY, and must read sensibly to a reader who never saw the change. Read-only by default…
Skill Claude CodeCodex
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…
Plugin Claude Code
Second-opinion code review via external CLIs. Ships a panel skill (review-with-everyone) that fans a single resolved diff out to Gemini, Copilot, and Codex in parallel — with one upload gate, a public-repo gate for Codex, and a synthesized, agreement-sorted report — plus per-tool skills (review-with-gemini / -codex / .
Command
Second-opinion code review from Codex (OpenAI) — public repos only; ship a diff to the local codex CLI and relay findings.
Command
Second-opinion code review from GitHub Copilot — ship a diff to the local copilot CLI and relay findings.
Command
External code review — fan a diff out to the external CLIs (Gemini, Copilot, Codex) and synthesize one report.
Command
Second-opinion code review from Gemini — ship a diff to the local gemini CLI and relay findings.
Command
Get a second opinion — run the external-reviewer panel (Gemini, Copilot, Codex) on a diff and merge the findings.
Command
Combined second-opinion review — fan one diff out to Gemini, Copilot, and Codex in parallel, then merge into one prioritized report.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…