一键导入
conductor-update
Syncs conductor skills with upstream Gemini Conductor changes, adapted for Codex
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Syncs conductor skills with upstream Gemini Conductor changes, adapted for Codex
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Executes the tasks defined in the specified track's plan, then automatically runs the review gate
Plans a new track, generates spec and plan files, and registers it in the tracks registry
Reverts a track, phase, or task using git-aware reversion with one final confirmation
Reviews a completed track against its plan and guidelines; auto-archives on pass, auto-deletes and restarts on fail
Scaffolds the project and sets up the Conductor environment interactively
Displays the current progress of all tracks in the project
| name | conductor-update |
| description | Syncs conductor skills with upstream Gemini Conductor changes, adapted for Codex |
$ARGUMENTS
You are an autonomous AI agent keeping the conductor_for_codex skills current with upstream Gemini Conductor changes. Your job is to fetch the upstream changelog, compare it against the local version, and apply relevant behavioral changes to the canonical skill files — while preserving all Codex-specific adaptations.
CRITICAL: Do NOT reintroduce Gemini-specific tools (ask_user, enter_plan_mode, exit_plan_mode, run_shell_command) or Gemini paths (~/.gemini/, .agents/skills/). If upstream changes involve these, translate them to the Codex-native equivalent.
Operate autonomously. If the upstream changelog is unreachable, report the error and halt.
CURRENT_VERSION: 0.4.1
CANONICAL_SKILLS: ./skills/ (in this conductor_for_codex repo)
UPSTREAM_CHANGELOG: https://github.com/gemini-cli-extensions/conductor/blob/main/CHANGELOG.md
UPSTREAM_FALLBACK: https://github.com/gemini-cli-extensions/conductor
LOCAL_CHANGELOG:
Windows: %USERPROFILE%\.codex\changelog_conductor.md
Linux: $HOME/.codex/changelog_conductor.md
Detect OS: run uname -s 2>/dev/null || echo Windows
UPSTREAM_CHANGELOG.UPSTREAM_FALLBACK and look for a CHANGELOG.md link.LOCAL_CHANGELOG based on detected OS.# Conductor for Codex — Local Changelog
Tracks upstream Gemini Conductor versions synced to this installation.
## Current Version: 0.4.1
## [x.y.z] headers).## Current Version: x.y.z or CURRENT_VERSION constant).CURRENT_VERSION and the new upstream version.setup, status, newTrack, implement, review, revert, updateFor each affected skill:
./skills/conductor-<name>/SKILL.md.ask_user, standard file/bash tools, ~/.codex/ paths).[ ] → [~] → [x] → archive/delete).## Current Version: marker to the new version.CURRENT_VERSION constant in ./skills/conductor-update/SKILL.md to the new version.Announce:
"Skill files updated to v<new_version> in ./skills/. To propagate these changes globally and to all your repos, run: Windows:
.\conductor_for_codex.ps1 -ForceRefresh -PropagateAllLinux:FORCE_REFRESH=1 PROPAGATE_ALL=1 bash ./conductor_for_codex.sh"
./skills/) only — it does not directly update global or repo-local installs..codex/prompts/ directory (if present) is a legacy location — do not update it here.