earnings-flash

Installation
SKILL.md

Generate a rapid earnings flash for the company named in the user's request. If no ticker or company is provided, ask for one before proceeding.

This is a lightweight, speed-focused version of /earnings-review — designed for a quick first read within minutes of a filing. It pulls just enough context from Daloopa to frame BEAT/MISS verdicts, then focuses on what's new and surprising.

Before starting, read ../data-access.md for data access methods and ../design-system.md for formatting conventions. Follow the data access detection logic and design system throughout this skill.

1. Company Lookup

Look up the company by ticker using discover_companies. Capture:

  • company_id
  • latest_calendar_quarter — anchor for all period calculations (see ../data-access.md Section 1.5)
  • latest_fiscal_quarter
  • Firm name for report attribution (default: "Daloopa") — see ../data-access.md Section 4.5

2. Prior Quarter Context (4 Quarters)

Calculate 4 quarters backward from latest_calendar_quarter. Search for and pull these core metrics:

Installs
1
First Seen
Aug 13, 2026
earnings-flash — daloopa/daloopa-plugin-codex