What problem does it solve? Manually computing yesterday's date range is error-prone across timezones and daylight saving boundaries. This Skill resolves "yesterday" to concrete, trustworthy date bounds so time-scoped tasks use correct temporal context without hand-derived dates. ## Core Features & Use Cases - Civil Date Range: Returns inclusive start and end dates (YYYY-MM-DD) in your local timezone. - UTC Instants: Provides startUtc and endExclusiveUtc as a half-open [start, end) range for timestamp-based queries. - Context Metadata: Includes days, timezone, and asOf so you know the span, timezone, and resolution time. - Use Case: Before generating a daily report or answering "what changed yesterday", run the resolver and use its returned dates as the query bounds instead of computing dates yourself. ## Quick Start Ask the assistant to resolve yesterday's date range using the yesterday skill before running a task scoped to yesterday, such as a daily change report.