codex-code-review_skill

This skill helps you perform AI-powered code reviews using Codex CLI to catch bugs, security issues, and quality problems before PRs.
  • Shell

0

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill beshkenadze/claude-skills-marketplace --skill codex-code-review

  • SKILL.md9.4 KB

Overview

This skill uses the Codex CLI to run AI-powered code reviews locally, in CI, and on GitHub pull requests. It helps catch bugs, security vulnerabilities, performance issues, and maintainability problems before merge. The integration supports interactive CLI sessions, focused review prompts, and automated CI/GitHub workflows.

How this skill works

The skill invokes the Codex CLI to analyze uncommitted changes, branch diffs, individual commits, or full pull requests. It can run presets (security, performance, etc.), accept custom instructions, and emit structured JSON findings for CI or automated commenting on GitHub. You can configure review guidelines and severity in a repository-level AGENTS.md and use a GitHub Action for continuous reviews.

When to use it

  • Run pre-commit checks on staged or unstaged files
  • Review a branch against base before opening a pull request
  • Approve or audit a specific commit or merged change
  • Trigger focused reviews (security, accessibility, performance)
  • Add automated reviews to CI for every pull request

Best practices

  • Add an AGENTS.md with project-specific review rules and exclusions
  • Run both uncommitted and branch-comparison reviews for full coverage
  • Use structured output (JSON schema) for CI parsing and metrics
  • Raise severity thresholds to reduce noise and ignore generated files
  • Select the strongest review model for high-stakes security reviews

Example use cases

  • Pre-commit quick check: run codex → /review → "Review uncommitted changes" to catch immediate issues
  • Security-focused PR review: comment @codex review for security regressions to get prioritized findings
  • CI integration: add openai/codex-action to GitHub Actions to produce review-findings.json and post inline comments
  • Performance tuning: run a custom review instructing Codex to look for unnecessary re-renders and heavy bundle imports in React
  • Post-refactor verification: compare against main before and after refactor to verify issue count decreased

FAQ

Install the Codex CLI (npm -g @openai/codex), set OPENAI_API_KEY, and run commands in a Git repository.

How do I reduce noisy findings?

Adjust severity in AGENTS.md, add exclusion patterns for generated files, and use targeted custom instructions for focused reviews.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
codex-code-review skill by beshkenadze/claude-skills-marketplace | VeilStrat