GitHub Repo Stats
Саймон Уиллисон рассказывает о небольшом инструменте GitHub Repo Stats, который он создал, чтобы видеть число коммитов в репозитории — этой информации нет в мобильной версии GitHub. Инструмент принимает URL репозитория или идентификатор вида foo/bar и подтягивает статистику через REST или GraphQL с помощью CORS fetch(). Автор приводит готовый промпт, который использовал для генерации инструмента. В качестве примеров он показывает вывод для репозиториев simonw/datasette и simonw/llm. Заметка опубликована 7 мая 2026 года в его блоге.
7th May 2026
One of the things I always look for when evaluating a new GitHub repository is the number of commits it has... but that number isn't visible on GitHub's mobile site layout. I built this tool to fix that, using this prompt:
Given a GitHub repo URL or foo/bar repo ID show information about that repo absorbed via wither REST or graphql CORS fetch() including the number of commits in the repo and other useful stats
Example output for simonw/datasette and simonw/llm.
Recent articles
This is a beat by Simon Willison, posted on 7th May 2026.
Monthly briefing
Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.
Pay me to send you less!