Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Your feedback loop with the agent
| Date | Stars |
|---|---|
| 2026-07-31 | 846 |
| 2026-08-04 | 865 |
| 2026-08-06 | 865 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# Crit [](https://github.com/tomasz-tomczyk/crit/actions/workflows/test.yml) [](https://codecov.io/gh/tomasz-tomczyk/crit) [](https://github.com/tomasz-tomczyk/crit/releases) [](LICENSE) Review and comment on plans, code diffs, frontend elements and send feedback directly to your agent.  ## Adaptive UI for each type of output For agents, plans and code are all the same - it's just text, but for us, humans, reviewing generated plans and reviewing web application are two very different activities. Crit adds a proper interface for each type of output and lets you point at the exact thing that is wrong and leave a comment for the agent to fix: - `crit plan.md` renders a markdown file with proper formatting and review UI - `crit` auto-detects git changes and shows syntax-highlighted diffs for local review. - `crit http://localhost:3000` proxies your running app and adds a review interface to it - `crit landing.html` renders a static HTML artifact to review Everything runs locally via one single binary. ## Quickstart ### 1. Install Crit binary Brew: ```bash brew install crit ``` <details> <summary>Also available via Go, Nix, Windows</summary> Go: ```bash go install github.com/tomasz-tomczyk/crit/cmd/crit@latest ``` Nix: ```bash nix profile install github:tomasz-tomczyk/crit ``` Windows: ```bash iwr https://github.com/tomasz-tomczyk/crit/releases/latest/download/crit-windows-amd64.exe -OutFile crit.exe ``` > Note: Then move crit.exe somewhere on your PATH. ARM64 users: swap amd64 for arm64. WSL users: use the Linux binary instead. </details> Or download the latest release from [GitHub](https://github.com/tomasz-tomczyk/crit/releases/latest). ## 2. Integrate with your agent Claude Code: ``` claude plugin marketplace add tomasz-tomczyk/crit claude plugin install crit@crit ``` Crit also works with Cursor, GitHub Copilot, OpenCode, Codex, Gemini, Qwen, Hermes, Windsurf, Cline, Grok, Aider, and Pi — any agent that can read a file and run a command. See [`integrations/`](integrations/) for all install methods and details. ### 3. Tell your agent to use `crit` Most integrations include a `/crit` slash command that automates the full review loop. Agent launches Crit, waits for your review and acts on the feedback. Repeat the process until you approve the changes. Here's a 2-minute demo walkthrough of plan review and branch review: [](https://www.youtube.com/watch?v=LHwfdvePf5A) ## Usage The recommended way is to use `/crit` command with your agent after any piece of work - whether it wrote a plan or made some code changes. You can however, launch it in your terminal by yourself and paste the prompt when you finish to your agent. ```bash crit # auto-detect changed files in your repo crit plan.md # review a specific file crit plan.md api-spec.md # review multiple files crit http://localhost:3000 # review a running dev server crit landing.html # review a static HTML file ``` If talking to an agent, you can invoke the `/crit` command and optionally provide arguments like the above examples or the agent will try to launch the right thing based on the context of the conversation. For larger branch, PR, or range reviews, `crit story` can generate an optional chaptered overview of the diff before you review it. See the **[story mode guide](docs/story-mode.md)** for the workflow and custom prompt setup. ### Live mode `crit live <url>` (or `crit <
Excerpt of 30,909 characters
Read on GitHub717
27
5
3
2
Josh Nichols · @Gusto · United States
2
2
2
2
Prateek Rungta · United States
2
1
1
1
1
1
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:1dbb3ae465fc0323, topic:code-review, topic:developer-tools
matched fp:1dbb3ae465fc0323, topic:llm
matched fp:1dbb3ae465fc0323, topic:ai-agents