GPT-5 finding
Minor inconsistency: Inputs table includes per_page=100 but fallback snippet omits it (extra API pages)
lowperformancehigh
- skills/fork-first-run-alert/SKILL.md:35
- skills/fork-first-run-alert/SKILL.md:118-122
Omitting per_page=100 causes more pagination calls than necessary, which is avoidable overhead during fallback.
Recommendation
Append '?per_page=100' to the forks endpoint in the snippet to reduce API pages when paginating.