codex-review

Submit project artifacts to external LLMs via Codex CLI for review.

87|15|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/SteelMorgan/1c-agent-based-dev-framework --skill codex-review-steelmorgan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/SteelMorgan/1c-agent-based-dev-framework/tree/main/framework/skills/tool-usage/codex-review
Command: npx skills add https://github.com/SteelMorgan/1c-agent-based-dev-framework --skill codex-review-steelmorgan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of getting independent, expert reviews of your code, specifications, and architecture from external Large Language Models, ensuring higher quality and catching potential issues early.

Core Features & Use Cases

  • External LLM Review: Leverages tools like Codex CLI to submit artifacts for analysis by models like GPT.
  • Structured Feedback: Receives detailed, actionable feedback based on predefined project standards and skills.
  • Use Case: Before merging a complex feature, use /review-gpt to have an external AI model check your code against coding-standards and error-handling skills, providing a second opinion on quality and adherence to best practices.

Quick Start

Ask the agent to review the specification file located at 'docs/specs/new-feature.md' using the /review-gpt command.

Frequently Asked Questions about codex-review

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

FAQPage Schema
How do I automate code review using an external LLM?

Automate code review using an external LLM by submitting project artifacts via the Codex CLI, which sends files to models like GPT for analysis against predefined skill criteria. The AI returns structured, actionable feedback on quality and adherence to best practices.

Can I review architecture specifications with GPT before implementation?

Review architecture specifications with GPT by invoking external LLM services through the CLI tool. The AI agent applies predefined skill-based criteria to submitted specification documents, providing an independent expert opinion on potential design issues.

Do I need the Codex CLI to perform AI-powered artifact review?

Codex CLI is required to perform AI-powered artifact review. The Skill executes independent reviews of code, specifications, and architecture by invoking external LLM services through this specific command-line interface tool.

How does an AI agent apply coding standards during code review?

An AI agent applies coding standards during code review by using specific skill files as review guidelines. When analyzing submitted documents via the LLM, it evaluates the artifacts against these predefined project standards to ensure quality assurance.

What is the best way to get a second opinion on code quality before merging?

Get a second opinion on code quality before merging by using commands like `/review-gpt` to have an external AI model check your code. The model evaluates your work against specific skills like `coding-standards` and `error-handling`.

Can I review specification files located in specific directories?

Review specification files located in specific directories by asking the agent to target a file path like `docs/specs/new-feature.md` using the review command. The CLI tool submits that specific document to the external LLM for analysis.