بنقرة واحدة
change-plan-with-graph
Generate a graph-backed implementation plan before modifying repository code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate a graph-backed implementation plan before modifying repository code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
创建或更新 Codex meta-scheduler watcher automation。用于为一个项目、milestone、parent issue、issue set、pull request、PR set、release、repo carrier 或手工目标维护 coordination unit graph、scheduler pool、candidate graph/pool、shared lane lock table、scheduler waiting queue 和调度线程生命周期;在安全并行时创建多个 scheduler thread,并在 shared lane 争用时执行 lane grant / wait / release / recovery。默认中文说明和回报,可适配用户语言;协议字段、状态枚举、工具名和结构化模板字段保持机器可读。
Codex 线程编排的 scheduler 与 worker 协作协议。用于 Codex 作为 scheduler 拆分全局目标、创建或恢复 worker、管理 branch/worktree、发送跨线程指令、运行 gate、完成 closeout;也用于 Codex 作为 worker 确认分配现场、创建并自检 scoped goal、只执行指定 scope、回报 scheduler-readable 关键节点,并等待 scheduler-owned gate。默认使用中文说明和回报,可根据用户语言适配;协议字段、状态枚举、工具名和结构化模板字段保持机器可读。
起草、优化或设置符合 OpenAI《Follow a goal》指南的 Codex goal。起草前先根据最新用户请求确定输出语言。为用户起草可复制的单行 /goal 命令;用户明确要求时,通过 goal 工具/API 创建自包含的 active goal objective。用户使用中文、混合语言或语言不明确时,输出中文。保留命令、路径、代码标识符、URL、issue ID、精确引用,以及 /goal、API、objective、copyable_goal_command、active_goal_api 等标识原文。
Map the architecture of a repository using CodeGraph.
Narrow down likely code locations from bug descriptions using CodeGraph.
Build repository context using CodeGraph before starting tasks.
| name | change-plan-with-graph |
| description | Generate a graph-backed implementation plan before modifying repository code. |
Use this skill for significant, unfamiliar, high-risk or cross-module implementation work, refactors, renames, removals or migrations. Also use it when the user explicitly asks for graph-backed planning. Do not trigger it for simple single-file edits, formatting, typos, straightforward test updates or direct command-output requests.
Goal: Produce a graph-backed implementation plan when the change is large or risky enough that caller, callee, test or public-surface impact matters.
Shared tool policy:
../../reference/codegraph-tool-policy.md for common CodeGraph tool selection, fallback and unavailable handling.Task-specific tools:
codegraph_context, codegraph_search, codegraph_node, codegraph_callers, codegraph_callees, codegraph_impact and codegraph_explore for unfamiliar subsystems.Workflow:
codegraph_status to ensure the graph index is available and fresh. If not, ask the user to initialise or sync it.codegraph_context (e.g. "implement rate limiting for authenticated routes"). Limit nodes to a manageable number.codegraph_search to find concrete anchors and then one bounded codegraph_explore call for a subsystem survey.codegraph_search. Use codegraph_node to confirm details. Resolve ambiguities.impact-analysis on the key symbols to understand who calls them, who they call and what tests are affected.test-target-finder to determine which tests will need to run.Rules: