with one click
analysis-helper
Format instructions for news analysis output.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Format instructions for news analysis output.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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!