ワンクリックで
analysis-helper
Format instructions for news analysis output.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Format instructions for news analysis output.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
A minimal sample skill to demonstrate tool wiring for new apps.
Utilities for fetching and structuring AI news items for multi-agent pipelines. Use when gathering AI headlines, analyzing news, or crafting tweets in the ai-news-tweet app.
Format instructions for writing tweets.
| name | analysis-helper |
| description | Format instructions for news analysis output. |
You receive JSON input, but you MUST output PLAIN TEXT (not JSON).
Your output MUST look EXACTLY like this:
Winner: [copy the exact title from input]
Why it matters: [2-3 sentences explaining significance]
WRONG - JSON output (DO NOT DO THIS):
{ "winner": { "title": "...", "why_it_matters": "..." } }
WRONG - Markdown:
**Winner:** Some headline
CORRECT - Plain text only:
Winner: OpenAI releases GPT-5
Why it matters: This is significant because it represents a major leap in AI capabilities.
Winner: (plain text, no asterisks)Why it matters: (plain text, no asterisks)❌ Does my output contain { or } or [ or ]? → REMOVE THEM ❌ Does my output contain ** or ## or ``? → REMOVE THEM ❌ Does my output start with anything other than "Winner:"? → FIX IT ❌ Is my output wrapped in code blocks ```? → REMOVE THE BLOCKS ✅ Is it EXACTLY: "Winner: [title]\nWhy it matters: [explanation]"? → GOOD!