Back to browse
GitHub Repository

Stop being lost in a codebase. CLI + Claude Code skill that builds an import graph, runs PageRank to find the files holding a repo together, scores fragility from git churn, and reads GitHub PRs/issues to show you exactly where to start.

1 starsJavaScript

WtfisMyRepo – Use Claude to understand most complex codebases in mins

by udit_50·Jun 30, 2026·2 points·1 comment

AI Analysis

●●SolidBig BrainSolve My Problem

PageRank over import graphs plus git churn beats generic codebase Q&A tools.

Strengths
  • PageRank algorithm identifies structurally central files instead of just reading code
  • Git churn scoring flags high-risk files that are both central and frequently changed
  • Pulls open PRs and issues to show active hot zones before you start working
Weaknesses
  • Requires GitHub integration which won't work for private repos without OAuth setup
  • Claude Code skill dependency limits usage to Claude subscribers specifically
Target Audience

Developers joining new codebases or inheriting legacy projects

Similar To

Sourcegraph Cody · Cursor · Continue

Post Description

Story time -

My girlfriend wanted to work on a project of mine so I gave her codebase access to first go thru.. she made this claude code skill to understand whole codebase in like super detailed. Supershocked, superamazing.. do check it out :)

Similar Projects

Developer Tools●●Solid

Noodles – Turn any codebase into a diagram with Claude and Tree-sitter

Tree-sitter + agentic flow ~50x faster than raw LLM calls, but codebase visualization is crowded category.

Solve My ProblemShip It
unslop
604mo ago