Repository of the Day - tirth8205/code-review-graph, and Daily Trends - July 24, 2026
Published: 7/24/2026
This daily roundup highlights repository momentum from GitGenius analytics for July 24, 2026, using UTC daily deltas in stars and subscribers.
The scan reviewed 2179 repositories, with 2039 repos contributing star deltas and 2039 repos contributing subscriber deltas.
Repo of the day
tirth8205/code-review-graph led the day with +386 stars to 26211 total stars and +1 subscribers to 86 total subscribers. The code-review-graph repository is a Python-based tool that builds a local-first code intelligence graph designed to reduce token consumption for AI coding assistants during code review tasks. The project addresses a core problem in AI-assisted development: large language models often re-read substantial portions of a codebase unnecessarily, wasting tokens and context window space. By constructing a persistent structural map of code and tracking changes incrementally, the tool enables AI assistants to access only the most relevant files for any given review task.
The repository uses Tree-sitter to parse source code into abstract syntax trees and builds a graph representation of code structure, including nodes for functions, classes, and imports, along with edges representing calls, inheritance relationships, and test coverage. This graph is stored in SQLite and queried at review time to compute the minimal set of files needed for analysis. The tool operates as both a Model Context Protocol server and a command-line interface, making it compatible with multiple AI coding platforms including Claude Code, Cursor, Windsurf, Zed, Continue, and others. A single install command auto-detects which platforms are present and configures the appropriate MCP integration for each.
The core technical innovation is blast-radius analysis. When a file changes, the graph traces every caller, dependent, and test that could be affected by that change, allowing the AI assistant to focus review scope precisely. Incremental updates keep the graph current in under two seconds for large projects by diffing changed files and re-parsing only what has actually changed, leaving thousands of unchanged files untouched. This capability is particularly valuable in monorepo environments where token waste is most acute. The benchmarks demonstrate median token reductions of approximately 82x across six real repositories, with maximum reductions reaching 528x in best-case scenarios.
The tool supports broad language coverage including Python, JavaScript, TypeScript, Go, Rust, Java, C/C++, C#, Ruby, Kotlin, Swift, PHP, Scala, Solidity, Dart, R, Perl, Lua, Objective-C, shell scripts, Elixir, Zig, PowerShell, Julia, ReScript, GDScript, Nix, Verilog, SQL, Terraform, Ansible, Vue, Svelte, Astro, and Jupyter notebooks. Users can extend language support by adding custom language definitions in a languages.toml configuration file without forking the repository.
The repository includes a GitHub Action for risk-scored pull request reviews that runs entirely locally on CI runners without sending source code to external services. The action posts sticky comments with risk-scored functions, affected execution flows, and test gaps, with optional merge-gate functionality based on risk levels.
According to GitGenius tracking data, the repository has grown from 25,798 to 25,809 stargazers and from 2,422 to 2,424 forks since July 23, 2026. The project maintains an active issue and pull request workflow with a median response latency of 26.2 hours across 229 tracked items. The primary maintainer tirth8205 has logged 436 events, with secondary contributors dev-limucc and Bakul2006 contributing 8 and 7 events respectively. Enhancement and bug reports are the most active issue categories with 10 and 9 items tracked. The repository shares contributors with openemr/openemr, anthropics/claude-code, and microsoft/vscode.
Fastest rising repos
- mattpocock/skills - +2201 stars (186653 total), language: Shell. Skills for Real Engineers. Straight from my .agents directory.
- koala73/worldmonitor - +1734 stars (73222 total), language: TypeScript. Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
- diegosouzapw/OmniRoute - +1682 stars (28771 total), language: TypeScript. Never stop coding. Free MIT AI gateway: one endpoint, 290+ providers (90+ free), 500+ models — Kimi, Claude, GPT, OpenAI, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 500+ contributors
- stablyai/orca - +1034 stars (28318 total), language: TypeScript. Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop, mobile and VPS.
- permissionlesstech/bitchat - +980 stars (27165 total), language: Swift. bluetooth mesh chat, IRC vibes
Subscriber surge
- mattpocock/skills - +22 subscribers (1066 total), +2201 stars. Skills for Real Engineers. Straight from my .agents directory.
- koala73/worldmonitor - +11 subscribers (451 total), +1734 stars. Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
- Shubhamsaboo/awesome-llm-apps - +7 subscribers (1231 total), +443 stars. 100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
- diegosouzapw/OmniRoute - +7 subscribers (157 total), +1682 stars. Never stop coding. Free MIT AI gateway: one endpoint, 290+ providers (90+ free), 500+ models — Kimi, Claude, GPT, OpenAI, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 500+ contributors
- ComposioHQ/awesome-claude-skills - +6 subscribers (442 total), +629 stars. A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
Hidden gems
- moondevonyt/Harvard-Algorithmic-Trading-with-AI - +2 stars to 446 total stars, 6 subscribers. Harvard Algorithmic Trading
- bradtraversy/macrozone - +2 stars to 171 total stars, 1 subscribers. React native crash course project. An app to track daily macros
- anysphere/gpt-4-for-code - +1 stars to 495 total stars, 14 subscribers. Some examples of GPT-4 for code!
- cloudflare/pp-browser-extension - +1 stars to 412 total stars, 14 subscribers. Client for Privacy Pass protocol providing unlinkable cryptographic tokens
- projectsyn/commodore - +1 stars to 51 total stars, 9 subscribers. Commodore provides opinionated tenant-aware management of Kapitan inventories and templates. Commodore uses Kapitan for the heavy lifting of rendering templates and resolving a hierachical configuration structure.
Language movers
- python - +15162 stars across 357 repos. Example repos: microsoft/agent-lightning, openstack/ironic, openai/gpt-oss
- typescript - +13648 stars across 252 repos. Example repos: nrwl/nx, amantus-ai/vibetunnel, OpenCut-app/OpenCut
- rust - +4079 stars across 86 repos. Example repos: BloopAI/vibe-kanban, farion1231/cc-switch, firecracker-microvm/firecracker
- shell - +3237 stars across 28 repos. Example repos: VoltAgent/awesome-claude-code-subagents, frankbria/ralph-claude-code, obra/superpowers
- javascript - +2825 stars across 68 repos. Example repos: react/react, badlogic/pi, thedotmack/claude-mem
Category spotlight
- machine learning - +6508 stars across 200 repos. Example repos: amantus-ai/vibetunnel, openai/gpt-oss, timescale/pg-aiguide
- automation - +5111 stars across 132 repos. Example repos: microsoft/agent-lightning, shiyu-coder/Kronos, disler/claude-code-hooks-mastery
- javascript - +3910 stars across 55 repos. Example repos: react/react, google/adk-js, a2ui-project/a2ui
- web development - +3499 stars across 64 repos. Example repos: react/react, iOfficeAI/AionUi, ChromeDevTools/chrome-devtools-mcp
- software engineering - +3472 stars across 22 repos. Example repos: davila7/claude-code-templates, usestrix/strix, shanraisshan/claude-code-best-practice
Maintainer watch
- mattpocock - +2278 stars across 6 repos. Example repos: mattpocock/course-video-manager, mattpocock/skills, mattpocock/sandcastle
- koala73 - +1734 stars across 1 repos. Example repos: koala73/worldmonitor
- diegosouzapw - +1682 stars across 1 repos. Example repos: diegosouzapw/OmniRoute
- stablyai - +1034 stars across 1 repos. Example repos: stablyai/orca
- permissionlesstech - +980 stars across 1 repos. Example repos: permissionlesstech/bitchat
