CEO Orchestration

Implement change gates and audit logs for Claude Code repositories.

2|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Canhada-Labs/ceo-orchestration --skill ceo-orchestration
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: CEO Orchestration
Source: https://github.com/Canhada-Labs/ceo-orchestration/tree/main/.claude/skills/core/ceo-orchestration
Command: npx skills add https://github.com/Canhada-Labs/ceo-orchestration --skill ceo-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Claude Code, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides governance and an audit trail for Claude Code projects, ensuring that changes to repositories are reviewed and recorded, mitigating the risk of unreviewed, unrecorded, irreversible changes.

Core Features & Use Cases

  • Change Gate: Prevents changes to protected files without review.
  • Audit Log: Maintains a tamper-evident audit log of all agent spawns, edits, and ceremonies.
  • Review Rail: Incorporates a second LLM (Codex) to review Claude's edits to protected paths.
  • Skill Checklists: Provides ready-made skill checklists for agents to load on demand.

Quick Start

Activate the CEO Orchestration Skill to begin governance and auditability for your Claude Code project.

Frequently Asked Questions about CEO Orchestration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add an audit trail to Claude Code repository changes?▼

To add an audit trail to Claude Code repository changes, activate a governance skill that implements a gate and ledger. This maintains a tamper-evident audit log of all agent spawns, edits, and ceremonies.

Can I prevent Claude Code from editing protected files without review?▼

Yes, you can prevent Claude Code from editing protected files without review by using a change gate. This governance mechanism blocks modifications to critical paths until a review is completed.

Does Claude Code support cross-model review for critical file changes?▼

Claude Code supports cross-model review for critical file changes through a review rail. This incorporates a second LLM to review edits made to protected paths within your repository.

How do I enforce change control and governance in Claude Code projects?▼

You enforce change control and governance in Claude Code projects by implementing hooks and skill checklists. These ensure changes to repositories are reviewed and recorded.

Do I need Claude Code hooks to maintain a repository audit log?▼

Yes, you need Claude Code and its associated hooks to maintain a repository audit log. The governance and auditability features depend on these hooks to record agent spawns and edits.

What is the best way to track unreviewed agent edits in critical repositories?▼

The best way to track unreviewed agent edits in critical repositories is to implement a change gate and audit log. This mitigates the risk of unreviewed, unrecorded, and irreversible changes.