Skip to main content

codex

Delegate coding tasks to the OpenAI Codex CLI agent for implementation, refactoring, PR review, batch issue fixing, and autonomous repository work.

Ir a la instalación

Datos de origen

Repositorio
Rycen7822/skill-retrieval-mcp
Última actividad en el origen
10 de mayo de 2026 a las 17:34
Idioma detectado de SKILL.md
inglés
Estrellas
2
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
codex
description
Delegate coding tasks to the OpenAI Codex CLI agent for implementation, refactoring, PR review, batch issue fixing, and autonomous repository work.
tags
["codex","coding-agent","delegation","refactoring","cli"]
# Codex CLI Agent ## When to Use Use when the user asks to run or delegate work to Codex CLI, spawn an autonomous coding agent, batch-fix issues, or have a coding agent inspect a repository. ## Do Not Use When Do not use when the task is to build an MCP server directly, manage uv environments, or clip web articles into notes. ## Required Inputs A git repository, Codex CLI availability, task prompt, and safety boundary. ## Workflow 1. Inspect repository cleanliness and task scope. 2. Start Codex CLI with a bounded prompt. 3. Review generated changes and run tests. 4. Summarize agent output and verify files.
Ver en GitHub