peer-review

Review changed files for logic, security, and error handling issues using Codex CLI.

3|1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/cogine-ai/cogine-dev-skillset --skill peer-review-cogine-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: peer-review
Source: https://github.com/cogine-ai/cogine-dev-skillset/tree/main/skills/peer-review
Command: npx skills add https://github.com/cogine-ai/cogine-dev-skillset --skill peer-review-cogine-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Independent code review helps catch issues that slip past the original author, providing a safety net before pushes and improving overall code quality.

Core Features & Use Cases

  • Second-opinion reviews: Run Codex CLI to obtain an external assessment of recent changes.
  • Focused analysis: Prioritize findings on logic correctness, security, and error handling.
  • Collaboration enablement: Produce actionable findings to discuss with teammates.

Quick Start

Call Codex-based peer-review on your current branch to obtain a second opinion.

Frequently Asked Questions about peer-review

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

FAQPage Schema
How do I get an independent code review before pushing my branch?▼

To get an independent code review before pushing, you can run a Codex-based peer-review on your current branch to obtain a second opinion on recent changes.

What's the best way to automate cross-validation for logic correctness and security in changed files?▼

Automating cross-validation for logic correctness and security involves running an independent second-opinion review using Codex CLI, which prioritizes findings on these specific areas across changed files.

Can I review uncommitted code or specific commits instead of just a base branch?▼

Yes, you can review uncommitted code or specific commits, as the peer-review process supports configurable base, commit, and uncommitted modes to analyze changes accurately.

How does an independent code review produce actionable findings for triage?▼

An independent code review produces actionable findings for triage by outputting structured review results that focus on maintainability, error handling, and security for team discussion.

Does peer-review work without additional dependencies or components installed?▼

Yes, the peer-review skill operates independently without requiring additional components or dependencies, utilizing the Codex CLI directly to perform the code review.