Understand • Analyze • Diagnose • Generate • Execute
RepoRelic transforms any codebase into an intelligent, self-analyzing software system.
RepoRelic is an AI-powered developer intelligence platform that deeply analyzes repositories through a multi-stage autonomous pipeline.
It combines:
- ⚡ Static analysis
- 🧠 AI-assisted reasoning
- 🔍 Dependency graphing
- 🧪 Autonomous test generation
- 🛠 Execution & diagnostics
- 📊 Rich reporting
- 🔗 Knowledge graph extraction
into a single VS Code experience.
VS Code Extension (TypeScript)
↓
Python Analysis Engine
↓
8-Stage Autonomous Pipeline
↓
LLM Integration Layer
↓
Generated Tests + Diagnostics + Reports
RepoRelic automatically:
- Maps project architecture
- Detects dependencies
- Understands execution flow
- Extracts repository structure
- Builds contextual understanding
Performs deep inspection of:
- Python modules
- Import graphs
- Circular dependencies
- Dead code
- Suspicious patterns
- Risky functions
Visualizes:
- Module relationships
- Internal architecture
- Call graphs
- Import chains
Perfect for:
- onboarding
- debugging
- refactoring
- architecture reviews
RepoRelic can automatically generate:
- Unit tests
- Edge case tests
- Failure scenario tests
- Mocked integration tests
The execution layer:
- Runs generated tests
- Captures failures
- Diagnoses issues
- Generates explanations
- Suggests fixes
RepoRelic produces beautiful reports including:
- Repository summaries
- Risk analysis
- Function breakdowns
- Dependency insights
- Failure diagnostics
- Test coverage insights
Understand Codebase
↓
Static Analysis
↓
Dependency Graph
↓
Knowledge Graph
↓
Test Generation
↓
Execution Engine
↓
Failure Diagnosis
↓
AI Reporting
RepoRelic/
│
├── extension/ # VS Code extension
│ ├── src/
│ ├── media/
│ └── package.json
│
├── engine/ # Python intelligence engine
│ ├── stages/
│ ├── enrichment/
│ ├── analyzers/
│ └── reports/
│
├── dummy_test/ # Example repositories
│
├── docs/
│
└── README.md
Install directly from the marketplace:
👉 https://marketplace.visualstudio.com/items?itemName=YAPrepo.reporelic
git clone https://github.com/couder-04/