What problem does it solve?
Weekly “state of the fleet” reporting currently requires manually combining multiple sources (cohort health, release activity, and contributor spotlight) into a single narrative with week-over-week deltas, which is time-consuming and error-prone.
Core Features & Use Cases
- Fleet-wide weekly synthesis: Produces a single “Fleet State” article that merges cohort bucket totals, shipped-release activity, and spotlight selection into one readable update.
- Week-over-week deltas: Computes running totals changes (WoW) versus the prior saved snapshot so operators instantly see momentum.
- Graceful partial availability: Degrades when one or more source topics/articles are missing, avoiding hard failure while still delivering whatever can be assembled.
- Targeted transitions and highlights: Optionally extracts “movement” and “shipped” highlights from the constituent articles when they are recent enough, and caps entries to keep the digest concise.
- Configurable context via var: Supports dry-run mode and optional parent repo override without changing the underlying data model.
Quick Start
Run the fleet-state skill with var set to dry-run to generate the weekly Fleet State article and update internal state without sending a notification.