01 · Roasts
Speed-Run Abandonment
The Collision-Detection repo was created and abandoned in under 5 minutes. That's not a project — that's a GitHub typo.
97% Python, 3% Regret
Your entire language portfolio is Python and a trace amount of C++ from one sketch you never touched again. The C++ is doing more work as a percentage point than as actual code.
36 PRs, 2 Followers
You filed 36 pull requests this year yet managed to attract only 2 followers. Either all those PRs are into private class repos, or the open-source world is aggressively ignoring you.
The Duplicate Import Hall of Fame
VisualisationProgram.py imports the same library twice on lines 1–2. The code doesn't know where it's going, and honestly neither does this portfolio.
8 Weeks of Radio Silence
The heatmap opens with 8 completely empty weeks — not a single commit. Even your activity graph is doing the bare minimum.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight25F
- Consistency20% weight20F
- Quality20% weight32F
- Depth15% weight30F
- Breadth10% weight30F
- Community10% weight25F
03 · Stats
365-day commit heatmap
60 active days
Language distribution
- Python97%
- C++3%
04 · Numbers
Owned repos
non-fork
2
Commits
last 12 months
26
Followers
2
Joined GitHub
May 2022
05 · Top repos
Amichaxx /
Team13CourseWork
Student coursework repo analyzing mental health survey data with Kaggle dataset; multiple visualization scripts, basic data cleaning, minimal documentation beyond README, untyped Python, no tests/CI.
Amichaxx /
Collision-Detection-System-Arduino-C-C-
Arduino sketch implementing ultrasonic collision detection with LED indicators. Single-file project created and abandoned within 5 minutes; minimal scope, no tests, CI, or license.
06 · Timeline
- May 27, 2022Joined GitHub
- Mar 5, 2024Created Team13CourseWork — Team 13's data visualisations using the Mental Health in Tech database https://www.kaggle.com/datasets/thedevastator/mental-health-in-tech-survey?resource=download
- Oct 1, 2024Created Collision-Detection-System-Arduino-C-C- — Collision Detection System using Arduino and C/C++. Originally made using Tinkercad.
- Oct 1, 2024Most recent push to Collision-Detection-System-Arduino-C-C-
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.