Agent skill · Code Review & Quality

market-news-analyst

This skill should be used when analyzing recent market-moving news events and their impact on equity markets and commodities. Use this skill when the user requests analysis of major financial news from the past 10 days, wants to understand market reactions to monetary policy decisions (FOMC, ECB, BOJ), needs assessment of geopolitical events' impact on commodities, or requires comprehensive review of earnings announcements from mega-cap stocks. The skill automatically collects news using WebSearch/WebFetch tools and produces impact-ranked analysis reports. All analysis thinking and output are

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 26 KB
Bundled scripts: none
Path: skills/analysis/market-news-analyst/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.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill collects recent market-moving news using WebSearch and WebFetch, focusing on major events from the last 10 days. It identifies event types (monetary policy, earnings, geopolitical, etc.), records source reliability, and notes initial market reactions. It then ranks each item by estimated market impact, considering asset price moves, breadth of impact across markets, and forward-looking significance. Finally, it generates a structured English Market News Analysis Report, ranked by impact, including detailed reaction analysis and a consolidated executive summary.

How it works

  • Step 1: News Collection via WebSearch/WebFetch to gather items from the past 10 days across monetary policy, inflation/economic data, mega-cap earnings, geopolitical events, commodity news, and corporate news. Capture date/time, event type, source reliability, and initial market reaction.
  • Step 2: Load knowledge references such as market_event_patterns.md and trusted_news_sources.md; conditionally load additional references depending on detected news types (e.g., central bank patterns, geopolitical correlations, corporate impact).
  • Step 3: Impact Magnitude Assessment using three dimensions: Asset Price Impact, Breadth of Impact (multiplier), and Forward-Looking Significance. Compute an Impact Score with the provided scoring scheme and rank events by score.
  • Step 4: Market Reaction Analysis for events with Impact Score > 5, detailing intraday reaction, multi-asset responses (equities, fixed income, commodities, currencies, derivatives), and identifying patterns vs. historical expectations, anomalies, and sentiment signals.
  • Step 5: Correlation and Causation Assessment, analyzing interactions among multiple events, reinforcing or offsetting effects, and tracing transmission mechanisms (direct, indirect, sentiment, feedback loops).
  • Step 6: Report Generation to produce a Markdown report titled Market News Analysis Report with an Executive Summary, Market Impact Rankings table, and Detailed Event Analyses for each item in rank order.

When to use it

Use when a user requests analysis of recent major market news (past 10 days), wants understanding of market reactions to monetary policy decisions (FOMC, ECB, BOJ), requires assessment of geopolitical impacts on commodities, or seeks comprehensive reviews of mega-cap earnings and their market implications.

What it can touch

  • Tools: WebSearch, WebFetch.
  • References: references/market_event_patterns.md, references/trusted_news_sources.md, and conditionally: references/geopolitical_commodity_correlations.md, references/corporate_news_impact.md.

Caveats

  • The workflow relies on publicly available news sources and modeled patterns; outcomes depend on data quality and timing.
  • It ranks events by an internal scoring framework and may flag anomalies when reactions diverge from historical patterns.*
From the SKILL.md

# Market News Analyst ## Overview This skill enables comprehensive analysis of market-moving news events from the past 10 days, focusing on their impact on US equity markets and commodities. The skill automatically collects news from trusted sources using WebSearch and WebFetch tools, evaluates market impact magnitude, analyzes actual market reactions, and produces structured English reports ranked by market impact significance. ## When to Use This Skill Use this skill when: - User requests analysis of recent major market news (past 10 days) - User wants to understand market reactions to specific events (FOMC decisions, earnings, geopolitical) - User needs comprehensive market news summary with impact assessment - User asks about correlations between news events and commodity price movements - User requests analysis of how central bank policy announcements affected markets Example user requests: - "Analyze the major market news from the past 10 days" - "How did the latest FOMC decision impact the market?" - "What were the most important market-moving events this week?" - "Analyze recent geopolitical news and commodity price reactions" - "Review mega-cap tech earnings and their mark

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Analysis Workflow
  4. Step 1: News Collection via WebSearch/WebFetch
  5. Step 2: Load Knowledge Base References
  6. Step 3: Impact Magnitude Assessment
  7. Step 4: Market Reaction Analysis
  8. Step 5: Correlation and Causation Assessment
  9. Step 6: Report Generation
  10. Key Analysis Principles
  11. Common Pitfalls to Avoid
  12. Resources
  13. references/
  14. Important Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the market-news-analyst skill do?

This skill should be used when analyzing recent market-moving news events and their impact on equity markets and commodities. Use this skill when the user requests analysis of major financial news from the past 10 days, wants to understand market reactions to monetary policy decisions (FOMC, ECB, BOJ), needs assessment of geopolitical events' impact on commodities, or requires comprehensive review of earnings announcements from mega-cap stocks. The skill automatically collects news using WebSearch/WebFetch tools and produces impact-ranked analysis reports. All analysis thinking and output are

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill market-news-analyst --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