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.

Zur Installation springen

Quellinformationen

Repository
Rycen7822/skill-retrieval-mcp
Letzte Quellaktivität
10. Mai 2026 um 17:34
Erkannte Sprache von SKILL.md
Englisch
Sterne
2
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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.
Auf GitHub ansehen