← 返回列表

GitHub Repo Stats

Simon Willison 2 信息等级 2 1 噪音/剔除;2 较弱;3 普通事实;4 重要行业动态;5 极重大事件。该分数是信息显著性,不是投资建议。 发布:2026-05-07T07:25 抓取:2026-05-07 22:13
🔗 原文链接
摘要

开发者西蒙·威尔逊发布了一个GitHub仓库统计工具,可通过URL或仓库ID查询提交数等统计信息,解决了移动端不可见的问题。

客观事实
  • 开发者基于提示词构建了GitHub Repo Stats工具
  • 该工具可显示任意GitHub仓库的提交数等统计
  • 工具通过REST或GraphQL的CORS fetch获取数据
GitHub

原文

Tool: GitHub Repo Stats

    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.

    Tags: github