GPT-5 finding
State schema references an undefined timestamp field stars_30d_ago_at
mediumdocs-gaphigh
- skills/ai-framework-watch/SKILL.md:185-203
- skills/ai-framework-watch/SKILL.md:205
The example state JSON defines stars_30d_ago but not a corresponding stars_30d_ago_at timestamp. Yet the rotation logic requires checking stars_30d_ago_at to decide when to refresh the 30‑day baseline. This mismatch makes the implementation ambiguous and risks inconsistent delta calculations across runs.
Recommendation
Either add stars_30d_ago_at (ISO8601) to the state schema example and describe how it is set/rotated, or remove the reference to stars_30d_ago_at and specify a clear alternative (e.g., store last_rotation_at or compute the 30d baseline differently). Update both the JSON example and the rotation instructions to be consistent.