azoth-promote

Review promotion candidates from M3 episodes to M2 patterns.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/yiwei79/azoth --skill azoth-promote
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: azoth-promote
Source: https://github.com/yiwei79/azoth/tree/main/.agents/skills/azoth-promote
Command: npx skills add https://github.com/yiwei79/azoth --skill azoth-promote

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a Codex-native entrypoint to initiate Azoth's /promote workflow, bridging Codex commands with the underlying promotion logic.

Core Features & Use Cases

  • Explicit Codex-visible entrypoint for the /promote workflow, enabling seamless activation from Codex slash commands or CLI alias.
  • Reads and follows the instruction source from .claude/commands/promote.md, preserving the original rule set including stages, gates, evaluation, and referenced skills/agents.
  • Maintains command integrity by binding to agent: orchestrator and respecting azoth_effect: mixed.

Quick Start

Invoke the skill with /azoth-promote to start the /promote workflow in Codex.

Frequently Asked Questions about azoth-promote

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

FAQPage Schema
How do I start the /promote workflow from Codex?▼

To start the /promote workflow in Codex, invoke the skill with /azoth-promote. It acts as a Codex-native entrypoint, parsing arguments and routing commands while binding to the orchestrator agent.

What does an episode to pattern promotion review involve?▼

Promotion review evaluates candidates from M3 episodes to M2 patterns. The process preserves stage structures, gate rules, evaluation rules, and referenced skills while respecting azoth_effect: mixed.

Does the Codex promote command read rules from a specific file?▼

Yes, the Codex promote command reads .claude/commands/promote.md as its truth source. It preserves the original command stage, evaluation rules, and referenced agents without altering the rule set.

Can I use this workflow without an orchestrator agent binding?▼

No, the workflow explicitly binds to agent: orchestrator to maintain command integrity. This binding ensures proper coordination of command routing and argument parsing during the promotion process.

What is the azoth_effect setting for the promote workflow?▼

The promote workflow respects an azoth_effect set to mixed. This setting governs how the orchestrator applies stage gates and evaluation rules when reviewing M3 episode candidates for M2 pattern promotion.