Skip to main content
NEW · APP STORE Now on iOS · macOS · iPad Android & Windows soon GET IT
Prompts Codex AI Code Review with Changelog

developer coding skill risk: low

Codex AI Code Review with Changelog

The prompt describes a professional code review skill with automatic CHANGELOG generation integrated with Codex AI, including when to use it, installation steps, best practices, an…

SKILL 1 file

SKILL.md
---
name: antigravity-awesome-skills-codex-review-f831f966
description: "Professional code review with auto CHANGELOG generation, integrated with Codex AI. Use when you want professional code review before commits, you need automatic CHANGELOG generation, or reviewing large-scale refactoring."
---
# codex-review

## Overview
Professional code review with auto CHANGELOG generation, integrated with Codex AI

## When to Use
- When you want professional code review before commits
- When you need automatic CHANGELOG generation
- When reviewing large-scale refactoring

## Installation
```bash
npx skills add -g BenedictKing/codex-review
```

## Step-by-Step Guide
1. Install the skill using the command above
2. Ensure Codex CLI is installed
3. Use `/codex-review` or natural language triggers

## Examples
See [GitHub Repository](https://github.com/BenedictKing/codex-review) for examples.

## Best Practices
- Keep CHANGELOG.md in your project root
- Use conventional commit messages

## Troubleshooting
See the GitHub repository for troubleshooting guides.

## Related Skills
- context7-auto-research, tavily-web, exa-search, firecrawl-scraper

## Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

REQUIRED CONTEXT

  • code to review

ROLES & RULES

  1. Use this skill only when the task clearly matches the scope described above.
  2. Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  3. Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

EXPECTED OUTPUT

Format
unknown

CAVEATS

Dependencies
  • Codex CLI installed
Missing context
  • The actual prompt or instructions given to the AI for code review
  • Input format expected
  • Output format for review and CHANGELOG
Ambiguities
  • 'Use /codex-review or natural language triggers' does not specify exact triggers or interface.

QUALITY

OVERALL
0.45
CLARITY
0.70
SPECIFICITY
0.40
REUSABILITY
0.25
COMPLETENESS
0.35

IMPROVEMENT SUGGESTIONS

  • Replace installation and usage sections with the core AI prompt template for performing code reviews.
  • Add placeholders for code input and desired output structure.

USAGE

Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.

MORE FOR DEVELOPER