second-opinion

仓库创建 2026年1月15日最近提交 10 小时前SkillHot 收录 21 天前
▸ 精选理由

便于以不同模型做第二意见审查,发现主模型可能遗漏的问题。

▸ 风险提示

会通过外部 LLM 服务发送代码,注意敏感信息与密钥管理。

这个 Skill 做什么

调用外部 LLM CLI(Codex 或 Gemini)对变更或提交做独立代码审查。

把代码变更交给外部 LLM CLI(如 OpenAI Codex 或 Google Gemini)做独立审查,能跑未提交的改动、分支差异或指定提交的评审。适合在开 PR 前、提交前或想要另一个模型角度的“第二意见”时使用。特点是利用不同模型给出独立视角,能捕捉常规审查容易漏掉的问题。

▸ 展开 SKILL.md 英文原文

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.

开发编程外部审查LLM对比代码审核CodexGemini CLI
6.3k
Stars
543
Forks
40
仓库内 Skill
+282
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trailofbits/skills/main/plugins/second-opinion/skills/second-opinion/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trailofbits/skills/main/plugins/second-opinion/skills/second-opinion/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Second Opinion

Shell out to external LLM CLIs for an independent code review powered by
a separate model. Supports OpenAI Codex CLI and Google Gemini CLI.

## When to Use

- 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 a focused review (security, performance, error handling)
- Comparing review output from multiple models

## When NOT to Use

- Neither Codex CLI nor Gemini CLI is installed
- No API key or subscription configured for either tool
- Reviewing non-code files (documentation, config)
- You want Claude's own review (just ask Claude directly)

## Safet
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有