بنقرة واحدة
text-extract-problem-block
Market listener text.extract_problem_block verbatim extractor
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Market listener text.extract_problem_block verbatim extractor
التثبيت باستخدام 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 | text-extract-problem-block |
| description | Market listener text.extract_problem_block verbatim extractor |
| version | 1.0.0 |
| author | PonyBunny |
| tags | ["market-listener","extraction","text-processing"] |
| phases | ["execution"] |
| user-invocable | false |
| disable-model-invocation | false |
Extract the smallest useful verbatim block that represents the problem, plus minimal surrounding context.
extract_request:
raw_text: string
window_chars: int
platform: string
extract_result:
problem_raw_text: string
surrounding_context: string
mentioned_tools: string[]
constraints: string[]