01 · Roasts
97% Jupyter Notebook Enjoyer
Your language breakdown reads like a data science bootcamp brochure: 97% Jupyter Notebook. You are essentially a very expensive `.ipynb` file with legs.
The 51-Second Commit Champion
422A3 was created, committed, and abandoned in under a minute. That's not a project — that's a drive-by upload. At least the repo has a name.
Burst Coder, Long Napper
Your heatmap shows 30+ consecutive weeks of zero commits followed by a furious burst of 4s in weeks 27–31. GitHub thinks you're a bear hibernating until finals week.
315 Commits, 0 External PRs
You put in 315 commits this year and contributed exactly zero PRs to anyone else's code. Open source is a two-way street — you haven't even found the on-ramp.
Stars: Quantity Unknown (It's 3)
Total stars across 28 public repos: 3. Two of them are on the same repo. The math here is not in your favor.
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% weight28F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight25F
- Community10% weight25F
03 · Stats
365-day commit heatmap
32 active days
Language distribution
- Jupyter Notebook97%
- Python1%
- Shell1%
- TypeScript0%
- Java0%
- HTML0%
- Other1%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
315
Followers
5
Joined GitHub
Oct 2022
05 · Top repos
abomhold /
TCSS460-phase-2
University coursework API for book management with Express/TypeScript, JWT auth, PostgreSQL, and rating system. Typed, documented, structured—typical capstone project with 2k KB codebase built over 7 weeks (30 commits).
abomhold /
multimodal-ml
Multimodal personality prediction system combining image gender classification, text-based personality trait regression, and like-based age/trait inference. Typed Python + CI pipeline, but lacks README/docs and test suite. ~56 KB of structured code across 4 months.
abomhold /
422A3
Empty scaffold project: 594KB uploaded 2025-06-03, single commit in 51 seconds, no README, no code files sampled, no tests/CI/license/docs.
06 · Timeline
- Oct 10, 2022Joined GitHub
- Oct 4, 2024Created multimodal-ml
- Apr 17, 2025Created TCSS460-phase-2
- Jun 3, 2025Created 422A3
- Jun 9, 2025Most recent push to TCSS460-phase-2
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.