What problem does it solve?
This Skill streamlines the software development lifecycle by leveraging an advanced AI model (Codex CLI) to assist with code analysis, feature implementation, and quality assurance through automated reviews.
Core Features & Use Cases
- Code Investigation: Analyze existing codebases for understanding, debugging, or identifying potential issues without making changes.
- Code Implementation: Generate new code, refactor existing code, or implement new features based on natural language prompts, with the ability to modify files directly.
- Code Review: Automatically review uncommitted changes, branch differences, or specific commits against custom criteria or predefined models.
- Use Case: A developer needs to understand a complex function. They can use
/codex investigate "Explain this function and its dependencies" to get a detailed analysis. Later, they might use /codex implement "Add error handling for network requests" to modify the code, and finally /codex review to check their changes.
Quick Start
Use the codex skill to investigate the current codebase with the prompt "Analyze the security vulnerabilities in the authentication module".