GPT-5 finding
Commit count underreports for very active forks due to missing pagination (per_page=100)
lowbughigh
- skills/contributor-spotlight/SKILL.md:93-94
The commits list endpoint is paginated. Counting only the first page caps at 100, potentially underreporting commit activity for highly active forks.
Recommendation
Either paginate (follow Link headers to aggregate counts) or switch to an endpoint that summarizes commit activity (e.g., /stats/commit_activity) and derive a 30-day total, with retry/backoff for 202 responses.