
Repodar — Real-time GitHub AI Ecosystem Radar
在 GitHub 上发现趋势 AI/ML 仓库,包含实时警报和提交热力图。
@g_saikumar_ · X
Real-time GitHub intelligence for developers, founders, and open-source enthusiasts.
完整作品展
技术栈
60 projects

在 GitHub 上发现趋势 AI/ML 仓库,包含实时警报和提交热力图。
@g_saikumar_ · X
Real-time GitHub intelligence for developers, founders, and open-source enthusiasts.

PRcade 通过团队排行榜和分析可视化GitHub代码审查性能
u/SnooStrawberries827 · Reddit
my team had 47 open PRs and nobody was reviewing them, so I gamified it our team hit 47 open PRs at one point last month and nobody was reviewing them. tried slack reminders, deadlines, rotating reviewers, none of it really stuck. might be related to the fact that everyone's hyped about how fast AI can write code now, copilot cranking out entire features in hours, but none of that matters if the PR just sits there for a week. feels like writing code stopped being the bottleneck a while back

分析 GitHub 账户获取评分、徽章、编程语言分布和评价。
@w3ziqv · X
built GitScore — analyzes your GitHub activity and gives you a score from 0 to 1000+ based on commits, stars, impact, and global rank still early, would love brutal feedback

通过 GitHub Pages 诊断工具查看访问计数和隐私保护的访问者地图。
@akihiro_0313 · X
我让Chat GPT做了一个每个小时更新的网站,可以来看看。

跨14个维度分析Python代码,检测违规并提供详细报告。
@KSFirasa · X
Hello! I built a tool that profiles code (python only atm) across 14 dimensions detecting violations and capabilities outputting a full report. A bit more nuanced than "AI-powered insights". Free while in beta. Thank you!

利用OpenAI API进行AI驱动的代码审查和调试分析。
TOPDEV99999 · GitHub
AI-codepilot An advanced AI-driven code analysis tool built with Next.js, leveraging OpenAI's API to review and debug code efficiently.

JavaScript和TypeScript代码审查工具,使用AI无需执行代码即可识别问题。
@adib_011 · X
Built RepoLens at the Codex Meetup, an evidence-first JS/TS code review tool that shows reviewers where to look, without executing repository code. Built with Codex + GPT‑5.6. Try it: Demo: @OpenAIDevs @mitul_shahriyar #CodexMeetup

为您的GitHub仓库编写代码的AI开发者。
vpetroff · HN
CobaltCode – Dedicated persistent computer for Codex

为开源项目生成的AI文档wiki,每句话都由代码行引用验证。
u/Comprehensive-Bad-43 · Reddit
I got tired of documentation that lies, so I made docs that have to prove every sentence Founder here! Every codebase I have ever joined had the same problem: the docs describe the code as it was six months ago. Nobody updates them, because updating docs is the least rewarding job in software. So I built RepoFold . You connect a GitHub repo and it generates a full wiki, but with one hard rule: every technical claim has to cite the exact file and line numbers it came from. If the AI can'

@Sarakhan49309 here's mine: just launched a tool for quick code reviews at https://t.co/Lu18dpXbOj. check it out!
@salisedesign · X
here's mine: just launched a tool for quick code reviews at check it out!

分析拉取请求以理解变更,区分重要改动与琐碎修改,识别潜在回归。
logphase · HN
I've always struggled to hold a large PR in my head. AI-assisted coding has made it worse. Especially when dozens of files are modified, it became harder to understand what changed: distinguishing important changes from trivial ones and identifying if regressions were introduced. I was also tired of switching between file and method to build the whole picture in my head — I wanted all the context at the point of the function I was reviewing. I guess I'm just more of a visual person. I realized t

追踪您的 Claude Code 使用情况和成本,查看排行榜排名。
u/turing1337 · Reddit
I made a sleek Claude Code Usage Leaderboard I wanted to make a modern easy to sync web dashboard for my claude code usage. I use it everyday myself to track my usage and see in in dollars. It also has a public leaderboard so you can see how much other people spend and what Antrophic models they use. Safety and Privacy first, the npm package you run only reads numbers and never your prompts, chat messages. The code for the sync package is open sourced. please check it ou