Agent skill · Content & Marketing

identify-breaking-news

Identify breaking news articles that require immediate notification based on importance scores, source credibility, and content analysis. Uses memory search to find high-importance articles. '

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill identify-breaking-news --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 2.0.0
Path: skills/analysis/identify-breaking-news/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Identify Breaking News Identify articles that qualify as breaking news requiring immediate notification. ## When to Use Use this skill when you need to: - Filter analyzed articles for breaking news - Determine which stories warrant immediate alerts - Prioritize high-impact news for real-time notification - Avoid alert fatigue from non-critical news ## Instructions ### Step 1: Search for High-Importance Articles Use `memory/search` to find recent high-importance analyses: - namespace: "news/analyses" - query: "breaking news important announcement" - limit: 50 Filter results for: - importance_score >= 8 - is_breaking == true - Recent timestamp (last 24 hours) ### Step 2: Check Notification History For each potential breaking article, use `memory/check_seen`: - key: article content hash or URL - namespace: "news/breaking_alerts" Skip articles that have already been notified. ### Step 3: Calculate Breaking Score For articles not yet notified, calculate breaking score: **Score components (0-100 total):** - **Importance (0-50):** importance_score * 5 - **Source credibility (0-20):** +20 for authoritative sources - **LLM breaking flag (0-20):** +20 if is_breaking=true - **Category bonus

What's inside
Steps it walks through
  1. When to Use
  2. Instructions
  3. Step 1: Search for High-Importance Articles
  4. Step 2: Check Notification History
  5. Step 3: Calculate Breaking Score
  6. Step 4: Apply Threshold
  7. Step 5: Apply Rate Limiting
  8. Step 6: Mark as Notified
  9. Step 7: Return Results
  10. Tool Usage Guidance
  11. memory/search
  12. memory/checkseen
  13. memory/markseen
  14. Breaking Score Components
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the identify-breaking-news skill do?

Identify breaking news articles that require immediate notification based on importance scores, source credibility, and content analysis. Uses memory search to find high-importance articles. '

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill identify-breaking-news --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going