claude-skill-codex
Code review, refactoring, and security audits via Codex CLI
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-skill-codex?โผ
Run `npx skills add sypsyp97/claude-skill-codex --all -g -y` in your terminal to install the skill globally. Make sure the Codex CLI is installed and configured first.
What does the Codex skill do?โผ
It lets your coding assistant invoke OpenAI's Codex CLI for code reviews, refactoring, security audits, and architecture analysis. It automatically picks the right model, reasoning effort, and sandbox mode for each task.
Do I need Codex CLI installed to use this skill?โผ
Yes. The `codex` command must be on your PATH with valid credentials in ~/.codex/config.toml. Verify your setup by running `codex --version` before using the skill.
Does this skill work on HPC clusters?โผ
Yes. It detects HPC and Slurm environments and automatically applies the --yolo flag to bypass Landlock sandbox restrictions that would otherwise block file access.
Can I resume a previous Codex session?โผ
Yes. The skill supports session resume, so you can continue a prior analysis or apply suggested changes without starting over. Just ask to resume the last session.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core