second-opinion

Automate cross-LLM code reviews and adversarial testing via Codex CLI.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/eprouveze/HealthPulse --skill second-opinion-eprouveze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: second-opinion
Source: https://github.com/eprouveze/HealthPulse/tree/main/.claude/skills/second-opinion
Command: npx skills add https://github.com/eprouveze/HealthPulse --skill second-opinion-eprouveze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are time-consuming and prone to missed issues; this Skill provides automated, independent assessments and adversarial feedback using the Codex CLI.

Core Features & Use Cases

  • Modes: review (pass/fail code review), challenge (adversarial — try to break it), and consult (multi-turn Q&A with session persistence).
  • Authentication & Safety: Uses ChatGPT Business subscription authentication — NEVER use an API key; outputs are presented in a verifiable CODEX SAYS block with critical findings.
  • Use Scenarios: Useful for pre-merge reviews, security-focused audits, and educational code exploration across diverse repositories.

Quick Start

Run the codex CLI in your project directory and choose a mode to begin a review, challenge, or consult session.

Frequently Asked Questions about second-opinion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews using an AI CLI?

Automated code reviews using an AI CLI are executed by running the Codex CLI in your project directory, selecting a review mode, and receiving independent pass/fail assessments with critical P1 findings in a verbatim output block.

What is adversarial testing in code review and how does it work?

Adversarial testing in code review is a challenge mode that attempts to break edge cases in your code. It works by applying adversarial prompts to your diffs, identifying vulnerabilities, and presenting critical findings for security-focused audits.

Do I need an API key to use Codex CLI for independent code review?

No, you do not need an API key to use Codex CLI for independent code review. You must authenticate using a ChatGPT Business subscription, which enforces safety and ensures verifiable outputs without API key configuration.

Can I use AI code review for pre-merge diffs and security audits?

Yes, you can use AI code review for pre-merge diffs and security audits. The tool operates in review, challenge, or consult modes, applying structured analysis and adversarial prompts to diverse repositories for educational exploration or security-focused audits.

What is the best way to get a second opinion on code from a different LLM?

The best way to get a second opinion on code from a different LLM is using cross-LLM review tools. This Skill automates independent, multi-turn consults with session persistence via Codex CLI, providing structured feedback and P1 findings.

What are the limitations of using ChatGPT Business authentication for code review?

The primary limitation of using ChatGPT Business authentication for code review is the strict requirement for a ChatGPT Business subscription. It never uses standard API keys, meaning access is blocked without this specific subscription type.