codex-exec

Execute code modification tasks using the OpenAI Codex CLI.

2|Updated Feb 1, 2024
One-click install
npx skills add https://github.com/dceoy/gh-actions-for-devops --skill codex-exec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-exec
Source: https://github.com/dceoy/gh-actions-for-devops/tree/main/.claude/skills/codex-exec
Command: npx skills add https://github.com/dceoy/gh-actions-for-devops --skill codex-exec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use OpenAI Codex CLI to execute development tasks that involve code modifications. This skill modifies code.

Core Features & Use Cases

  • Code generation and scaffolding
  • Bug fixes and refactors
  • Test creation and updates
  • Follow existing patterns and add error handling

Quick Start

Run Codex to add computeChecksum(data: string): string to src/utils/checksum.ts with tests in tests/checksum.test.ts, following existing TypeScript patterns.