$npx skillfedfor your agent

earnings-trade-analyzer

Evaluate recent earnings reactions by scoring stocks across gap magnitude, pre-earnings momentum, volume trends, and moving average positioning. The skill assigns composite scores and letter grades (A–D) to rank candidates for potential swing trades, with detailed breakdowns of each factor's contribution to the overall setup quality.

Earnings Trade Analyzer scores recent post-earnings stocks on a 5-factor system to identify momentum trade candidates.

AI-generated summary based on this skill's SKILL.md

★ 2,514  586 MITupdated by tradermonty

Decision gist · record as of 2026-07-26

Earnings Trade Analyzer scores recent post-earnings stocks on a 5-factor system to identify momentum trade candidates. Evaluate recent earnings reactions by scoring stocks across gap magnitude, pre-earnings momentum, volume trends, and moving average positioning. The skill assigns composite scores and letter grades (A–D) to rank candidates for potential swing trades, with detailed breakdowns of each factor's contribution to the overall setup quality.

manual: git clone https://github.com/tradermonty/claude-trading-skills → cp -r claude-trading-skills/skills/earnings-trade-analyzer ~/.claude/skills/earnings-trade-analyzer
skills/earnings-trade-analyzer/SKILL.md · version 410e6c08

Use it when

  • earnings-trade-analyzer analyzes recent post-earnings stock reactions using a 5-factor scoring methodology.
  • Yes.

Verify before relying

Read SKILL.md below before installing (17 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

tradermonty/claude-trading-skills/earnings-trade-analyzer · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is earnings-trade-analyzer and how does it work?

earnings-trade-analyzer evaluates recent earnings reactions by scoring stocks across gap magnitude, pre-earnings momentum, volume trends, and moving average positioning. The skill assigns composite scores and letter grades (A–D) to rank candidates for potential swing trades, with detailed breakdowns of each factor's contribution to the overall setup quality.

How does earnings-trade-analyzer use a 5-factor scoring system?

earnings-trade-analyzer analyzes recent post-earnings stock reactions using a 5-factor scoring methodology. This approach evaluates gap size, momentum strength, volume confirmation, technical positioning, and institutional accumulation signals to produce a composite score that helps traders identify high-probability setups.

Can earnings-trade-analyzer screen for best earnings reactions?

Yes. earnings-trade-analyzer screens for the best earnings gap trades and momentum candidates by ranking post-earnings stocks based on reaction quality and technical confirmation. It grades and ranks candidates by institutional accumulation patterns and identifies actionable setups with strong technical signals.

What post earnings stock screening does earnings-trade-analyzer provide?

earnings-trade-analyzer performs post earnings stock screening to find PEAD (post-earnings announcement drift) trading opportunities and momentum trades. It identifies recent earnings stock performance patterns and surfaces candidates showing strong accumulation activity and favorable technical setups for swing trading.

How does earnings-trade-analyzer grade post-earnings stocks?

earnings-trade-analyzer assigns letter grades (A–D) to rank post-earnings stocks by institutional accumulation and overall setup quality. Each grade reflects the composite score derived from gap magnitude, momentum, volume trends, moving average positioning, and technical confirmation factors.

What earnings trade setup finder features does this skill offer?

earnings-trade-analyzer functions as an earnings trade setup finder by identifying actionable earnings reaction setups with technical confirmation. It combines gap analysis, momentum scoring, and accumulation grading to surface the most promising post-earnings candidates for traders seeking swing trade opportunities.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Earnings Trade Analyzer - Post-Earnings 5-Factor Scoring

Analyze recent post-earnings stocks using a 5-factor weighted scoring system to identify the strongest earnings reactions for potential momentum trades.

When to Use

  • User asks for post-earnings trade analysis or earnings gap screening
  • User wants to find the best recent earnings reactions
  • User requests earnings momentum scoring or grading
  • User asks about post-earnings accumulation day (PEAD) candidates

Prerequisites

  • FMP API key (set FMP_API_KEY environment variable or pass --api-key)
  • Free tier (250 calls/day) is sufficient for default screening (lookback 2 days, top 20)
  • Paid tier recommended for larger lookback windows or full screening

Workflow

Step 1: Run the Earnings Trade Analyzer

Execute the

(truncated - see the full file via the links below)

File tree — 15 files
skills/earnings-trade-analyzer/SKILL.md
skills/earnings-trade-analyzer/references/scoring_methodology.md
skills/earnings-trade-analyzer/scripts/_fmp_compat.py
skills/earnings-trade-analyzer/scripts/analyze_earnings_trades.py
skills/earnings-trade-analyzer/scripts/calculators/__init__.py
skills/earnings-trade-analyzer/scripts/calculators/gap_size_calculator.py
skills/earnings-trade-analyzer/scripts/calculators/ma200_calculator.py
skills/earnings-trade-analyzer/scripts/calculators/ma50_calculator.py
skills/earnings-trade-analyzer/scripts/calculators/pre_earnings_trend_calculator.py
skills/earnings-trade-analyzer/scripts/calculators/volume_trend_calculator.py
skills/earnings-trade-analyzer/scripts/fmp_client.py
skills/earnings-trade-analyzer/scripts/report_generator.py
skills/earnings-trade-analyzer/scripts/scorer.py
skills/earnings-trade-analyzer/scripts/tests/conftest.py
skills/earnings-trade-analyzer/scripts/tests/test_earnings_trade_analyzer.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Analyze recent post-earnings stock reactions using 5-factor scoring”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

earnings-revision
by HKUDS · HKUDS/Vibe-Trading

Monitor sell-side analyst consensus changes and earnings surprise patterns to generate investment signals across US and Hong Kong markets. The skill covers revision momentum, post-earnings announcement drift (PEAD), management guidance analysis, and earnings quality indicators—all documented alpha factors in equity markets.

MITupdated Jul 2026
★ 28,096repo stars
drawdown-circuit-breaker
by tradermonty · tradermonty/claude-trading-skills

Drawdown Circuit Breaker reads your trader-memory-core thesis history and applies configurable rules—daily loss caps, losing-streak cooldowns, and weekly/monthly drawdown limits—to recommend whether new trade risk should proceed. It produces a decision artifact that gates your workflow without enforcing broker-side blocks, leaving position management to your judgment.

MITupdated Jul 2026
★ 2,514repo stars
longbridge-value-investing
by longbridge · longbridge/skills

Apply Graham's net-net and NCAV frameworks alongside Buffett's economic moat and ROE metrics to identify undervalued opportunities. The skill runs cross-statement reconciliation before scoring and supports both single-stock analysis and batch screening across market universes, with data sourced from Longbridge CLI and fallback options for gaps.

MITupdated Jul 2026
★ 44repo stars
stock-analysis
by CoWork-OS · CoWork-OS/CoWork-OS

Stock Analysis pulls live market data and financial metrics for equities, ETFs, and digital assets. Access quotes, fundamentals like P/E and EPS, technical indicators including RSI and MACD, plus analyst ratings and sector comparisons to inform investment decisions.

MITupdated Jul 2026
★ 406repo stars
earnings-recap
by himself65 · himself65/finance-skills

Earnings Recap pulls together the complete picture after a company reports: actual versus estimated earnings per share, revenue performance, the magnitude of any surprise, and how the stock moved in response. Built on Yahoo Finance data, it surfaces quarterly financial trends, margin changes, and analyst context to help you understand what the market is reacting to.

MITupdated Jul 2026
★ 3,075repo stars
performance-metrics
by JoelLewis · JoelLewis/finance_skills

Compute and interpret industry-standard risk-adjusted performance metrics for investment analysis. This skill covers Sharpe ratio, Sortino ratio, Information ratio, Treynor ratio, Calmar ratio, Omega ratio, and capture ratios—each designed to measure returns relative to different types of risk. Use it to compare funds, assess manager skill, and understand whether volatility is justified by returns.

MITupdated Jul 2026
★ 159repo stars

More skills pair-trade-screener (MIT) · Tradingview Quantitative (unlicensed)

Tags
earnings-momentumgap-analysisstock-screeningtechnical-scoringtrade-setup-finderpost-event-tradinginstitutional-accumulationmulti-factor-ranking