01 · Roasts
The Vanishing Act
58 commits in a year, and the heatmap looks like a city during a blackout — 40+ weeks of pure silence. Your GitHub is less a developer diary and more a highlights reel from two exam seasons.
Stars: Zero. Forks: Zero. Dreams: Intact.
Three repos, 0 total stars, 0 forks. Even your portfolio website — the one literally designed to impress people — couldn't charm a single stranger into starring it.
CI/CD Who?
Not a single one of your repos has CI or tests. You're shipping code with pure faith and a prayer. AR_laser_tag has Unity shaders, Python relays, AND hardware — but apparently no time for a GitHub Action.
Solo 100% of the Time
soloPct=100. Every commit, every repo, every line — just you, yourself, and your IDE. Collaboration is apparently a foreign language, even on a capstone team project.
The Deadline Coder
Your heatmap tells the story perfectly: flat zero for months, then a burst of 4-level intensity right when assignments are due. Your commit history IS your academic calendar.
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% weight30F
- Consistency20% weight25F
- Quality20% weight52D
- Depth15% weight45D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
21 active days
Language distribution
- C#60%
- Jupyter Notebook20%
- Python7%
- ASP.NET5%
- ShaderLab2%
- C++2%
- Other4%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
58
Followers
5
Joined GitHub
Aug 2022
05 · Top repos
adamzzq /
adamzzq.github.io
Personal portfolio website for a CS student, built with vanilla HTML/CSS/JS. Clean, modern design with interactive micro-interactions, structured layout, and meaningful README. No tests/CI, untyped language, but demonstrates solid web craftsmanship and professional presentation.
adamzzq /
AR_laser_tag
CG4002 capstone AR laser tag project with 375 MB of mixed Jupyter notebooks, Unity/C# visualizer code, and Python comms modules. Has README and structured folders (extComms, intComms, Visualizer) but lacks tests, CI, type annotations, and coherent documentation across subsystems.
adamzzq /
DHNext_Launchpad
Early-stage Atlassian Forge app prototype for compliance checking and startup metrics tracking. Functional MVP with React UI, Gemini AI integration, and storage persistence, but minimal documentation, no tests/CI, and unpolished code structure.
06 · Timeline
- Aug 7, 2022Joined GitHub
- Jan 21, 2025Created AR_laser_tag — CG4002 Group 10
- Oct 18, 2025Created DHNext_Launchpad — Product Link
- Feb 6, 2026Created adamzzq.github.io — My personal portfolio website
- Apr 6, 2026Most recent push to adamzzq.github.io
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.