codex

Review, challenge, or consult code diffs using the Codex CLI.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/nuurpro/Converza_ai --skill codex-nuurpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/nuurpro/Converza_ai/tree/main/.claude/skills/codex
Command: npx skills add https://github.com/nuurpro/Converza_ai --skill codex-nuurpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides independent, blunt opinions on code changes by wrapping the Codex CLI to review, challenge, or consult code diffs.

Core Features & Use Cases

  • Code Review: perform an independent diff review with a pass/fail gate.
  • Adversarial Challenge: try to break the changes to reveal weaknesses.
  • Session-based Consultation: ask Codex questions with ongoing context across prompts.

Quick Start

Run codex review on your current diff to obtain a second opinion.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I get an independent second opinion on my code diff?

To get a second opinion on your code diff, you can use a CLI tool to review the changes and provide a pass/fail gate. This process parses the bash diff to deliver an independent, brutally honest assessment of your code modifications.

What is an adversarial code review and how does it find weaknesses?

An adversarial code review actively tries to break your code changes to reveal hidden weaknesses. By challenging the modifications rather than just reading them, this mechanism exposes vulnerabilities and logic flaws that standard reviews might miss.

Can I ask follow-up questions during a code review session?

Yes, you can ask follow-up questions during a code review using a consultation mode. This maintains session-based context across multiple prompts, allowing you to continuously query the CLI about your specific code changes.

Does this code review approach work with bash workflows?

Yes, this code review approach integrates directly with a bash-based workflow. It uses allowed tools to parse diffs and prompts within the bash environment, making it suitable for standard command-line development setups.

What is the best way to review code changes before committing?

The best way to review code changes before committing is to run an independent CLI review on your current diff. This provides a blunt second opinion and a pass/fail gate, ensuring code quality before integration.

When do I need a brutally honest code review instead of a standard check?

You need a brutally honest code review when you require an uncompromising assessment of your code changes. This approach avoids polite feedback, directly challenging weaknesses and providing a strict pass/fail gate for high-stakes modifications.