Getting Started
Connect a GitHub repository, run an analysis and see your codebase quality score in under a minute.
Connect your repository
Install the Implera GitHub App from your project dashboard. You choose exactly which repositories to grant access to. Implera only requests read permissions and never modifies your code.
Once installed, click Add Repository in the dashboard and select the repo you want to analyse. The whole process takes about 30 seconds.
Run your first analysis
With your repository connected, click Run Analysis on the project dashboard. The deterministic analysis runs immediately and typically completes in 20 to 40 seconds depending on repository size.
AI-assisted specialist reviews start automatically in the background once the deterministic analysis finishes. You can view partial results while the reviews are still running.
Understand your score
Your overall codebase score is a number from 0 to 100, calculated as a weighted sum across seven quality domains. Every score is deterministic: the same code always produces the same result.
| Label | Score range |
|---|---|
| Healthy | 80 – 100 |
| Stable | 65 – 79 |
| Needs Attention | 50 – 64 |
| At Risk | 0 – 49 |
Explore your domains
The sidebar lists seven specialist domains: security, testing, architecture, performance, dependencies, accessibility and documentation. Each domain has its own dedicated page with findings and recommendations.
On each domain page you will find an individual score, a breakdown of how that score was calculated, specific findings with file-level detail and actionable recommendations.
What's next
- How Scoring Works — understand the seven domains and how your overall score is calculated
- PR Quality Gates — block merges when quality drops below your threshold
- GitHub Action — run Implera analysis as part of your CI pipeline