ワンクリックで
orchestrate-infra
Master orchestrator for cross-repo infrastructure with dependency graph dispatch
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Master orchestrator for cross-repo infrastructure with dependency graph dispatch
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when creating PRs, linking issues, managing PR comments, or creating GitHub issues
Use when creating or editing GitHub Actions workflows that call reusable workflows (uses: OWNER/repo/.github/workflows/...) — org owner references must be the literal current org, and shared-CI homes are under dryvist.
Emit a paste-ready two-part handoff for a fresh session: a `## Goal statement` hard-capped under 4000 characters (measured with wc -c, never estimated) that pastes straight into Claude Code's /goal Stop hook, plus an unbounded `## Full prompt` carrying cwd, ordered reading list, hard rules, pitfalls, and deliverables. Use when forking work to a new session, spinning up an orchestrator, or when wrap-up needs a next-session prompt with a real goal and not just a task list.
Analyzes current session state and repository status without any cleanup. Full mode (default): resolves the active plan file, reads plan checklist + TaskList, gathers unfinished work/issues from conversation history, checks git status, and emits a /handoff-built next-session prompt. Mid-session mode (`/session-status mid`): a fast plain-language 'done vs remaining' snapshot for mid-flight orientation, skipping the history scan, triage, and handoff.
End-of-session handler that first checks whether the current session's plan is actually complete. If complete: refresh repo, run quick retrospective, clean gone branches, and emit a forward-looking follow-up prompt. If incomplete: skip cleanup and emit one or more `cd`-into-worktree blocks paired with ready-to-paste resume prompts so the unfinished work can be picked up cold in a new session.
Automatically finalize pull requests for merge by resolving CodeQL violations, review threads, merge conflicts, and CI failures. Handles single PR (current branch or by number), all open PRs in the repo, or all open PRs across the org. Includes bot-authored PRs in all modes.
| name | orchestrate-infra |
| description | Master orchestrator for cross-repo infrastructure with dependency graph dispatch |
Master orchestrator for cross-repo infrastructure operations. Manages the dependency graph between Terraform and Ansible repositories and dispatches Task subagents for each phase.
tofu-proxmox
-> ansible-proxmox (host configuration)
-> ansible-proxmox-apps (application configuration)
-> ansible-splunk (Splunk Enterprise)
OpenTofu provisions infrastructure first through Terrakube. Ansible configures it in dependency order.
Run tofu plan in the tofu-proxmox Terrakube workspace, then
ansible-playbook --check across all Ansible repos in dependency order.
Run tofu validate in tofu-proxmox, then ansible-playbook --syntax-check
across all Ansible repos.
Export Terraform outputs as Ansible inventory and distribute to all Ansible repos. See /infra-sync-inventory for details.
Full pipeline validation: validate, plan, export inventory, syntax-check, check, diff. See /infra-e2e-test for details.
superpowers:dispatching-parallel-agents)Terrakube obtains short-lived OpenBao credentials through its native dynamic provider credential flow. Ansible uses native OpenBao lookups under its own policy. Never export, copy, or hardcode runtime credentials.
If any phase fails, report the failure and stop dependent phases. Independent repos continue in parallel.