What problem does it solve?
This Skill automates coding tasks by leveraging OpenAI Codex, allowing users to write, edit, refactor, and explain code directly within their local repositories.
Core Features & Use Cases
- AI-Assisted Coding: Generate new code, fix bugs, refactor existing code, and get explanations for code snippets.
- Local Repository Integration: Operates directly on your project files, supporting specified working directories.
- Foreground/Background Execution: Handles both quick tasks and long-running operations efficiently.
- Use Case: Ask Codex to "write a Python function to calculate the factorial of a number" or "refactor the user authentication module to use JWT".
Quick Start
Use the codex skill to execute the command 'codex exec --full-auto "write a python function to reverse a string"' in the current directory.