What problem does it solve? Manually computing the previous quarter's date range is error-prone, especially across year boundaries and timezones. This Skill resolves "lastQuarter" to exact civil dates and UTC instants relative to your run time, so quarterly reports and QoQ comparisons use correct time bounds. ## Core Features & Use Cases - Deterministic Date Resolution: Runs a bundled Node.js resolver that returns the previous full quarter as inclusive civil dates (YYYY-MM-DD) in your local timezone. - UTC Instant Output: Provides a half-open [start, end) range of exact UTC instants for timestamp-based database queries. - Use Case: Before running a quarterly revenue review, invoke this Skill to get the exact start and end dates of last quarter, then use those bounds to filter sales records without hand-calculating dates. ## Quick Start Ask the AI to resolve last quarter's date range using the lastQuarter skill before running your quarterly analysis task.