跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Second Opinion

技能 已验证 活跃

Runs external LLM code reviews (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits. Use when the user asks for a second opinion, external review, codex review, gemini review, or mentions /second-opinion.

目的

To provide users with detailed, external LLM-powered code reviews as a second opinion or for focused analysis on code changes, enhancing code quality and security.

功能

  • Run code reviews using OpenAI Codex CLI
  • Run code reviews using Google Gemini CLI
  • Review uncommitted changes, branch diffs, or specific commits
  • Handle interactive question gathering for review parameters
  • Provide detailed error handling and installation guidance

使用场景

  • Getting a second opinion on code changes from a different model
  • Reviewing branch diffs before opening a PR
  • Checking uncommitted work for issues before committing
  • Running focused security, performance, or error handling reviews

非目标

  • Reviewing non-code files (documentation, config)
  • Performing reviews without Codex CLI or Gemini CLI installed
  • Reviewing code when Claude's own review is sufficient
  • Configuring API keys or subscriptions for the external CLIs

安装

请先添加 Marketplace

/plugin marketplace add trailofbits/skills
/plugin install second-opinion@trailofbits

质量评分

已验证
97 /100
about 12 hours ago 分析

信任信号

最近提交3 days ago
星标5.2k
许可证CC-BY-SA-4.0
状态
查看源代码

类似扩展

Codex PR Review

100

Revisa pull requests en proyectos Drupal 11 (u otro) siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida "revisión Codex", "revisión de PR", "revisar PR", "revisar PR"

技能
j4rk0r

Oh My Claudecode

100

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

技能
Yeachan-Heo

Codex Diff Develop

100

Revisa el diff de la rama actual frente a develop en proyectos Drupal 11 siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida "Revisión diff develop", "revisión diff develop", "diff develop", "revisar diff", "codex diff" o expresiones similares con intención de auditar cambios contra develop. Triggers: diff develop, codex diff, revisión diff, lint diff develop, auditar diff.

技能
j4rk0r

Chat Format

100

Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval

技能
ruvnet

Create Pull Request

99

Create and manage pull requests using GitHub CLI. Covers branch preparation, writing PR titles and descriptions, creating PRs, handling review feedback, and merge/cleanup workflows. Use when proposing changes from a feature or fix branch for review, merging completed work into the main branch, requesting code review from collaborators, or documenting the purpose and scope of a set of changes.

技能
pjt222

Git Commit

99

Create a git commit with a good message. Use when the user says "commit", "save changes", "commit this", or asks to create a commit after making code changes.

技能
SeifBenayed