-
Notifications
You must be signed in to change notification settings - Fork 1
Scoring System Deep Dive
Kourosh edited this page Feb 26, 2026
·
1 revision
One of the core features of the GitHub Profile Analyzer is its intelligent comparison system. When you compare two profiles, the tool calculates a score based on 18 points distributed across seven key metrics [cite: your own project's feature]. This page explains each metric in detail.
| Metric | Points | Description & Calculation |
|---|---|---|
| Followers | 4 | The number of followers a user has. To ensure fairness and prevent extreme outliers from dominating the score, this metric is capped. For example, after a certain threshold (e.g., 1000 followers), all users are considered equal for this metric. |
| Public Repositories | 3 | The total count of public repositories. This indicates the user's activity and willingness to share work. |
| Organizations | 2 | The number of organizations the user is publicly a member of. This shows community involvement and collaboration. |
| Account Age | 2 | The age of the GitHub account in days. An older account implies more experience. Like followers, this is capped (e.g., at 5+ years) for fairness. |
| Followers/Following Ratio | 2 | This ratio indicates the user's influence. A high ratio (more followers than following) suggests the user is a content creator or has high influence. |
| Achievement Badges | 3 | The presence of specific, rare GitHub achievements (e.g., Arctic Code Vault Contributor, Starstruck, Pull Shark). Each qualifying badge contributes to this score. |
| Badge Count | 1 | The total number of achievement badges, rewarding users with multiple forms of recognition. |
Once the points are tallied, the final score helps you understand a user's standing at a glance.
- 0-6 points: Getting Started πΆ - The user is new to GitHub or just beginning their journey.
- 7-12 points: Active Developer π» - The user is actively building and engaging with the community.
- 13-15 points: Experienced Contributor π - The user has significant experience and contributions.
- 16-18 points: GitHub Superstar β - This user is a highly influential and decorated member of the GitHub community.
Use this guide to better understand the results of your next GitHub Duel!