GPT-5 finding
Ambiguity in "30d‑implied weekly average" used for verdict gating
lowdocs-gaphigh
- skills/ai-framework-watch/SKILL.md:112-116
- skills/ai-framework-watch/SKILL.md:94
"30d‑implied weekly average" is not defined. It likely means star_delta_30d / 4, but the document never states the exact formula or rounding rules. This creates room for divergent implementations and inconsistent verdicts.
Recommendation
Define the calculation explicitly (e.g., weekly_avg_30d = floor(star_delta_30d / 4) or star_delta_30d / 4.2857) and specify rounding/precision. Note behavior when star_delta_30d is unknown (render as — and skip this verdict).