Zsh helpers for LLM Git diff review
Zsh wrapper around existing LLM APIs; Claude Code and Copilot already do diff review.
A CLI for generating LLM-backed metrics for deciding how closely to review code
Quantifies review effort with git history and LLMs, but Copilot already scores risk.
Engineering leads, senior developers managing large PRs
CodeRabbit · GitHub Copilot · Reviewable
Zsh wrapper around existing LLM APIs; Claude Code and Copilot already do diff review.
GUI wrapper around git diff with LLM walkthrough, but delta and GitHub already do this.
Bash wrapper around Claude API when CodeRabbit and Cursor already exist.
Model-agnostic code reviews with zero LLM markup beats Claude Code Review on cost.
Handy CLI that actually pulls a repo and runs a battery of concrete heuristics — repo age, README keywords/emoji counts, commit velocity, presence of LLM-tool files, and simple commit-statistics — to guess whether code was prompt-expanded. The rule set is intentionally arbitrary and extensible, which makes this a useful starting point for audits or CI checks, but expect false positives and plan to tune or add rules for your context.
LLM agent chains cloud CLIs and git logs, but needs runbook guardrails to avoid catastrophic mistakes.