change-orchestrator

change-orchestrator is a skill for Claude Code, Codex from davidomil/cloudx. It costs 31 tokens per session (488 once invoked), scanned A, original, MIT.

A workflow tool for taking one code change from classification and planning through implementation, testing, review, and an optional handoff for shipping.

In plain words
What is it for?
Use it to route repository changes, create and review plans, dispatch implementation and verification work, and handle review findings.
Why use it?
It organizes the change into separate stages and checks each stage before the next begins, reducing missed review or verification work.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/davidomil/cloudx/change-orchestrator
Any agent
npx skills add davidomil/cloudx --skill change-orchestrator
Clone the repo
git clone --depth 1 https://github.com/davidomil/cloudx

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for change-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/davidomil/cloudx/change-orchestrator.svg)](https://agentmods.dev/skills/davidomil/cloudx/change-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/davidomil/cloudx/change-orchestrator"><img src="https://agentmods.dev/badge/skills/davidomil/cloudx/change-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00031 $0.00488
Opus 5 $0.00015 $0.00244
Sonnet 5 $0.00006 $0.00098
Haiku 4.5 $0.00003 $0.00049

Measured 4d ago against content hash 0bf3edcdf262, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

change-orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/change-orchestrator/SKILL.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Change Orchestrator

Responsibility

Route one change through the repository state machine. Do not plan, implement, verify, review, or mutate GitHub in the orchestrator context.

Inputs

  • Original task and current worktree/base SHA.
  • Root and scoped AGENTS.md files.
  • .agents/pr-review-policy.toml classification.
  • Current typed artifacts and finding IDs, if resuming.

Workflow

  1. Classify exact proposed paths and type through scripts/ai-change/policy.mjs.
  2. Start a fresh $plan-change context and validate its output against .agents/schemas/plan.schema.json.
  3. Start a different fresh $review-plan context. A blocked review returns to a new planner; a review ceiling transitions to blocked.
  4. Dispatch $implement-change only after a clean plan review.
  5. Dispatch $verify-change. Verification cannot edit or fix the worktree.
  6. Start fresh contexts for every reviewer selected by policy. Give each only the task, trusted instructions, accepted plan, implementation artifact, current diff, and verification artifact.
  7. Dispatch $review-change to reconcile the exact-head findings. Findings return to a fresh implementer, followed by full verification and review.
  8. After a clean local gate, dispatch $review-pr for the current PR head.
  9. Dispatch $ship-change only when the user explicitly requests a GitHub mutation or merge action.

The private AI manager owns durable lifecycle transitions. This public skill produces schema-valid artifacts and exact-head evidence for that manager; it never infers a later state from prose. An iteration cap, missing reviewer, stale SHA, schema error, or failed command blocks the run and never permits a bypass.

Output

Return the current state, artifact paths/digests, finding IDs, exact commands run, and the next valid action. Do not produce a substitute artifact in prose.

Prohibitions

  • No author self-review or reused author conversation.
  • No code edits, commits, pushes, labels, PR reviews, approvals, or merges.
  • No partial PR after failed review or verification.

Read the full file on GitHub · 53 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 53 lines · 31 tokens per session scan A 0bf3edcdf262

Subscribe to this mod's changes

change-orchestrator is a skill published in the GitHub repository davidomil/cloudx (1 stars, last pushed 11d ago), licensed MIT. It adds 31 tokens to every session and 488 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.