CtrlK
BlogDocsLog inGet started
Tessl Logo

codex-cli

Integrate OpenAI Codex CLI into Claude Code for AI collaboration, code generation, and automated development. Use when working with OpenAI models (GPT-5.2, GPT-5.1-Codex-Max, o3, o4-mini), code refactoring, git workflows, or needing full automation with permission bypass.

57

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/codex-cli/SKILL.md

The canonical home for this skill is codex-cli in fernandezbaptiste/Skrillz

SKILL.md
Quality
Evals
Security

Quality

Content

50%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

Highly actionable with concrete commands and configs, but weakened by significant verbosity, redundant flag repetition, and a monolithic structure with no progressive disclosure to reference files. Destructive bypass workflows also lack consistent validation checkpoints.

Suggestions

Extract the model catalog and config.toml reference into separate reference files (e.g. references/models.md, references/config.md) and link to them from SKILL.md to reduce the body and enable progressive disclosure.

Define the '--dangerously-bypass-approvals-and-sandbox' flag once and reference it by name or a shell alias/variable thereafter, instead of repeating the full flag on nearly every command.

Add explicit validation/verification checkpoints (e.g. 'review the diff', 'run tests and confirm they pass before committing') to the batch/destructive bypass workflows so they meet the feedback-loop requirement.

DimensionReasoningScore

Conciseness

Noticeably verbose and padded: the '--dangerously-bypass-approvals-and-sandbox' flag is repeated dozens of times, model listings recur across 'Available Models', 'Model Selection Strategy', 'Basic Usage', and config sections, and marketing language ('MAXIMUM POWER', 'Full automation for AI-to-AI collaboration') adds no instruction — anchor 2, not the mostly-efficient anchor 3.

2 / 5

Actionability

Provides abundant copy-paste-ready commands and configs ('npm install -g @openai/codex', 'codex exec -m gpt-5.2 "…"', config.toml, GitHub Actions YAML) covering common cases with only minor gaps — anchor 4, just short of the fully-comprehensive anchor 5.

4 / 5

Workflow Clarity

Sequenced workflows exist (Think-Act-Observe loop, sequential decomposition with a 'read -p' checkpoint, refactoring with git-stash backup and failure restore), but many destructive/batch bypass workflows lack validation; per the destructive-batch cap, workflow clarity is capped at 3.

3 / 5

Progressive Disclosure

No bundle files exist and the body is a single 685-line monolith with the model catalog, config reference, and workflow recipes all inlined under good section headers — some structure, but content that belongs in separate reference files is inline with no one-level-deep references.

3 / 5

Total

12

/

20

Passed

Description

83%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, well-formed description that clearly states both capability and trigger conditions with concrete, natural keywords. It is distinct within its niche, with only minor overlap risk against related codex sub-skills.

DimensionReasoningScore

Specificity

Lists several concrete actions — 'Integrate OpenAI Codex CLI', 'code generation', 'code refactoring', 'git workflows', 'full automation with permission bypass' — with only minor coverage gaps, matching anchor 4 rather than 3 (which expects only 1-2 actions) or 5 (comprehensive).

4 / 5

Completeness

Explicitly answers both 'what' ('Integrate OpenAI Codex CLI into Claude Code for AI collaboration, code generation, and automated development') and 'when' ('Use when working with OpenAI models..., code refactoring, git workflows, or needing full automation with permission bypass') with concrete trigger phrases, mirroring the anchor-5 example.

5 / 5

Trigger Term Quality

Includes natural user-facing terms ('OpenAI models', 'code refactoring', 'git workflows', 'permission bypass') plus specific model names, giving good keyword coverage with a few common variants missing — anchor 4, not the comprehensive synonym coverage of 5.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (OpenAI Codex CLI) with distinct triggers, but 'git workflows'/'PR reviews' overlap with related codex-* sub-skills, giving minor overlap risk — anchor 4 rather than the minimal-conflict anchor 5.

4 / 5

Total

17

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (690 lines); consider splitting into references/ and linking

Warning

Total

15

/

16

Passed

Repository
fernandezbaptiste/Skrillz
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.