Codebase intelligence from Git history. Analyze ownership, complexity, bugs, dead code, and dependency risks in any repository.
Who actually owns each file? Not who committed last โ who wrote the most code. Includes bus factor analysis to find single-point-of-failure files.
Watch your codebase get more or less maintainable over time. Track churn rate, complexity trends, and identify files that keep getting more complex.
Dig through commit history to find bug hotspots. Uses 13 regex patterns to detect fix, hotfix, patch, security, and CVE-related commits.
Find files nobody has touched in 12+ months that nothing references. High-confidence dead code candidates with line counts.
Which files are depended on by everything? Co-change coupling analysis identifies critical files โ change them and you break the world.
Get a natural language summary of your entire codebase. Works with template-based analysis or upgrades to LLM-powered insights with an API key.
Install RepoLens and analyze any Git repository in seconds
npm install -g github:mamoor123/repolens
Then run:
repolens analyze /path/to/your/repo