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.

跳到安装

来源信息

仓库
Rycen7822/skill-retrieval-mcp
最近来源活动
2026年5月10日 17:34
检测到的 SKILL.md 语言
英语
星标
2
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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.
在 GitHub 查看