ワンクリックで
data-store-record
Market listener data.store_record persistence + dedupe
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Market listener data.store_record persistence + dedupe
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| name | data-store-record |
| description | Market listener data.store_record persistence + dedupe |
| version | 1.0.0 |
| author | PonyBunny |
| tags | ["market-listener","persistence","dedupe"] |
| phases | ["execution"] |
| user-invocable | false |
| disable-model-invocation | false |
Persist observation records in Postgres, enforcing append-only semantics and dedupe.
store_request:
platform: string
source_id: string
permalink: string
author: string|null
created_at: iso8601|null
problem_raw_text: string
surrounding_context: string
label: string
signal_markers: string[]
role_guess: string
role_confidence: number
raw_text_hash: string
ingest_run_id: string
store_result:
stored: boolean
record_id: string|null
deduped: boolean