oil-oiloil-oilCommunityยท1 Agent Skills Included

codex

Delegate coding, review, and testing to persistent Codex sessions

Delegates code exploration, implementation, review, and verification tasks to Codex CLI through wrapper scripts. Preserves session IDs, structured run status, and full event logs so follow-up tasks continue without repeating context. Eliminates manual JSONL parsing and lost progress by generating clean Markdown results for every run. Supports read-only reviews, workspace writes, and resumable multi-turn sessions on macOS, Linux, and Windows.
npx skills add oil-oil/codex --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install codex skill?โ–ผ

Run `npx skills add oil-oil/codex --all -g -y` in your terminal to install it globally. You also need Codex CLI installed and logged in, plus jq for event processing.

What tasks can this skill delegate to Codex?โ–ผ

It handles codebase exploration, feature implementation, read-only code reviews with file and line references, and running tests or builds with organized verification results.

How do I continue a previous Codex session?โ–ผ

Pass the returned session ID with the --session flag, and the wrapper resumes the same workspace and permissions without resending the full context.

Does it work on Windows, macOS, and Linux?โ–ผ

Yes. It ships both a Bash script for macOS and Linux and a PowerShell script for Windows with the same parameters and outputs.

How do I run read-only code reviews safely?โ–ผ

Use the --read-only flag to create a sandboxed session that cannot modify files, ideal for exploration, diagnosis, and review tasks.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’