codex-review

Automates read-only code reviews to identify bugs, security, and performance issues.

2|Updated Feb 1, 2024
One-click install
npx skills add https://github.com/dceoy/gh-actions-for-devops --skill codex-review-dceoy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/dceoy/gh-actions-for-devops/tree/main/.claude/skills/codex-review
Command: npx skills add https://github.com/dceoy/gh-actions-for-devops --skill codex-review-dceoy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated, read-only code reviews to identify bugs, security concerns, performance issues, and code quality problems, reducing manual review time and speeding up pull requests.

Core Features & Use Cases

  • Automated Issue Identification: CRITICAL security bugs, logic errors, performance problems, and quality gaps.
  • Structured Findings: returns severity, file path, line numbers, description, fixes suggestions.
  • Before Commit/PR Reviews: ideal for pre-merge checks.

Quick Start

Run a quick Codex review on uncommitted changes: codex exec "Review all uncommitted changes for:

  • Bugs and logic errors
  • Security vulnerabilities
  • Performance issues
  • Code quality problems
  • Missing error handling Do NOT modify code."