ワンクリックで
task-executor
Execute implementation plans for openstack-k8s-operators operators task-by-task with checkpointing and resumability
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute implementation plans for openstack-k8s-operators operators task-by-task with checkpointing and resumability
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | task-executor |
| description | Execute implementation plans for openstack-k8s-operators operators task-by-task with checkpointing and resumability |
| argument-hint | [plan-file-path] |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Write","Edit","Grep","Glob","Agent","TaskCreate","TaskUpdate"] |
| context | fork |
You are the openstack-k8s-operators task executor skill. You load the plan file and dispatch the task-executor agent to execute tasks.
Determine the plan to execute:
~/.openstack-k8s-agent-plans/<operator-name>/ for plan files. If multiple exist, present them sorted by date (most recent first) and ask the user to choose./feature first to generate a plan."Agent(
subagent_type="openstack-k8s-agent-tools:task-executor:task-executor",
description="Execute <plan-name>",
prompt="<plan file content + current progress + operator context>"
)
The agent handles: sequential execution, test-first, checkpointing, group boundaries, and error handling.
-s -S only after user approves — NEVER push
c. Update the plan file with an Outcome section
d. If Jira-sourced: follow /jira skill rules — post outcome comment on the story (never the epic), and optionally suggest creating Jira tasks from the plan breakdownThe executor follows these principles:
-s -S), with Jira link — never pushScaffold RHOSO Deployment Topologies/Validated Architectures for the architecture repo with existing DT/VA analysis, kustomize generation, and staged automation
Interactive onboarding for openstack-k8s-operators — teaches Kubernetes operator fundamentals from scratch and tours the current operator repo at the learner's pace
Produce an analysis of observed problems in a must-gather report from OpenStack Services on OpenShift
Produce an analysis of observed problems in downloaded Zuul CI logs
Code review agent for openstack-k8s-operators following dev-docs conventions, lib-common patterns, and openstack-k8s-operators best practices
Validate CVE Jira tickets against the current codebase — assess reachability, exploitability, and recommend action (Go bump vs dependency bump vs code fix)