ワンクリックで
control-tick
Market listener control.tick orchestrator
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Market listener control.tick orchestrator
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | control-tick |
| description | Market listener control.tick orchestrator |
| version | 1.0.0 |
| author | PonyBunny |
| tags | ["market-listener","orchestration","scheduler"] |
| phases | ["execution"] |
| user-invocable | false |
| disable-model-invocation | false |
Run one deterministic market-listener cycle. Handles source selection, rate limiting, checkpoint read/write, retries, and metrics.
tick:
run_id: string
now: iso8601
max_sources_per_tick: 10
max_items_per_source: 50
default_time_window: "6h"
tick_result:
run_id: string
sources_processed: int
items_fetched: int
items_scanned: int
items_stored: int
errors: int
duration_ms: int
Use to reconstruct PonyBunny failure paths from logs, traces, state, and runtime evidence in order to identify the first bad transition.
Use when writing ADRs, migration notes, harness principles, verification records, or other technical documentation for PonyBunny.
Use to generate high-signal evaluation cases for PonyBunny changes, including success paths, failure modes, edge cases, and regression-sensitive behaviours.
Use when defining or reviewing runtime events, lifecycle payloads, and event-order expectations for PonyBunny.
Use when designing or reviewing PonyBunny as a harness-first system, especially around boundaries, evaluation flow, observability, and migration structure.
Use when mapping PonyBunny's current state against harness-first best-practice gaps and turning those gaps into actionable engineering inputs.