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质量评分
已验证类似扩展
Codex PR Review
100Revisa 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"
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
Codex Diff Develop
100Revisa 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.
Chat Format
100Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval
Create Pull Request
99Create 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.
Git Commit
99Create 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.