ワンクリックで
omniflow-data-operator
Operator-friendly dataset pipeline runbook with background execution, progress snapshots, and sampling checks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Operator-friendly dataset pipeline runbook with background execution, progress snapshots, and sampling checks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run the full Custom GPT regression path for the recent fixes across tasks, mail, preferences, calendar, and user_id sanitization.
Address open PR review comments using gh CLI with explicit user-selected thread handling.
Inspect GitHub PR checks, fetch failing Actions logs, summarize root cause, then propose a fix plan.
Azure Blob and Azurite operator commands for existence checks, counts, and sampling with env-var-only secrets.
Maintain one per-task ExecPlan artifact under tmp for multi-step work with a quick bypass option.
Safe Git and GitHub operator commands for inspect-stage-commit-push workflow.
| name | omniflow-data-operator |
| description | Operator-friendly dataset pipeline runbook with background execution, progress snapshots, and sampling checks. |
Use for pipeline/batch execution, progress checks, ETA, and output sampling.
# Start in background
Start-Job -Name data-pipeline -ScriptBlock { Set-Location "<repo>"; <command> }
# Progress snapshot
powershell -ExecutionPolicy Bypass -File .\show_progress.ps1