| name | flow-doctor |
| description | Diagnose flow workflow setup and environment |
Codex harness adaptations
Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:
- Codex worktrees: use the bundled resolver and plain git. Worktrees live at
$FLOW_WORKTREE_BASE/<repo>-<branch> when configured, otherwise as a visible sibling ../<repo>-<branch>; enter with cd and clean up with git worktree remove. Never use Claude's hidden worktree directory.
- MCP tools: use the MCP servers configured in
~/.codex/config.toml, or fall back to the referenced repo scripts and CLI entry points.
CLAUDE.md references: Codex reads AGENTS.md; treat them as the target repo's agent-context file.
- Helper scripts referenced as
scripts/<name> are bundled under scripts/ in this skill directory (byte-identical copies from the claude-power-pack checkout); some expect sibling repo resources, so prefer a full checkout when one is available.
Flow: Doctor - Diagnose Workflow Environment
Diagnose flow workflow setup and environment
Full procedure
Read reference.md in this skill directory for the complete, authoritative procedure before acting on this skill.