Back to browse
Paste a public GitHub repo, get the questions a reviewer would raise

Paste a public GitHub repo, get the questions a reviewer would raise

by sf_zk2·Jul 22, 2026·1 point·0 comments

AI Analysis

MidSlick

Git-history analysis for bus factor questions when existing tools already do this.

Strengths
  • No-signup flow removes friction for quick one-off repository health checks.
  • Question-based output format feels less accusatory than traditional static analysis reports.
  • Cached results for popular repos like React and Rails provide instant feedback.
Weaknesses
  • Bus factor and coupling metrics are well-served by established tools like CodeScene.
  • Read-only analysis offers no actionable remediation steps beyond identifying problems.
Target Audience

Tech leads, engineering managers, and investors evaluating codebases

Similar To

CodeScene · SonarQube · GitPrime

Similar Projects

Developer Tools●●Solid

RepoCrunch – Analyze any GitHub repo's health in seconds

Outputs a tight, schema-backed JSON (schema_version, tech_stack, architecture, health) you can drop into analytics, bots, or CI gates. The multi-interface approach — library, CLI, REST API and an MCP STDIO server — makes it easy to hook into automation or LLM workflows without relying on fuzzy heuristics. Feels like a pragmatic, engineer-first tool; I'd still like a hosted UI or richer security scoring for broader adoption.

WizardryShip It
chillkim
105mo ago
Developer Tools●●Solid

RepoCrunch – Analyze any GitHub repo into structured JSON

Parses a repo and emits consistent JSON fields (schema_version, summary, tech_stack, architecture, health) that you can consume via CLI, library, REST endpoint, or MCP STDIO. The explicit no‑LLM, deterministic stance makes it reliable for automation and CI; what would push it from useful to essential are more real-world sample outputs (multi-language monorepos, tricky dependency graphs) and first-class CI/webhook integrations.

Solve My ProblemNiche Gem
chillkim
105mo ago