Back to browse
GitHub Repository

A CLI for generating LLM-backed metrics for deciding how closely to review code

3 starsTypeScript

FKS2G – LLM-backed metrics for deciding how closely to review code

by kmdupree·May 21, 2026·2 points·0 comments

AI Analysis

MidShip ItBold Bet

Quantifies review effort with git history and LLMs, but Copilot already scores risk.

Strengths
  • Combines git change frequency with embedding similarity for richer context.
  • Focuses on review effort allocation instead of just bug detection.
  • CLI-first workflow fits into existing terminal-based development habits.
Weaknesses
  • Author admits it's 0.X software not ready for prime-time usage.
  • Risk scoring already exists in Copilot, CodeRabbit, and GitHub Advanced Security.
Target Audience

Engineering leads, senior developers managing large PRs

Similar To

CodeRabbit · GitHub Copilot · Reviewable

Similar Projects

Developer Tools●●Solid

Vibe-coded – Rust CLI to discover LLM-assisted Git repositories

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.

Niche GemShip It
xlii
104mo ago