01 · Roasts
README.md: 'test'
Your GitHub Pages repo has a README with exactly one word: 'test'. You committed a website whose entire documentation is the word 'test'. That's not a placeholder — that's a philosophical statement.
147 commits, 0 stars
A full year of activity, 43 PRs opened, 34 issues filed, and a grand total of 2 stars across all public repos — both probably self-starred. The market has spoken at maximum volume.
100% Night Owl, 0% Shipping
Every single commit you've made is at night. You're out here building a networked game engine at 2 AM and then hiding it from the world. The dark web for solo developers.
CI Without Tests Is Just Vibes
aws-authentication-tool has a pylint CI pipeline — respect. But there are zero tests. You set up a quality gate to check that your untested code is at least spelled correctly.
The Stale Ratio Paradox
staleRepoRatio = 0, meaning nothing is abandoned. Which means the GitHub Pages repo with literally no content is considered 'active'. Congratulations on consistently maintaining nothing.
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% weight35F
- Quality20% weight35F
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
136 active days
Language distribution
- C43%
- HTML25%
- Makefile16%
- Shell8%
- C++4%
- Python1%
- Other3%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
147
Followers
4
Joined GitHub
Apr 2025
05 · Top repos
dongjunnn /
summerorbital
Student game project—space dogfighter with networked C++17/SDL2 engine. Well-structured ECS, Client/Server architecture, but unfinished (only 0 stars, no tests/CI). Demonstrates solid engineering for a portfolio/Orbital competition entry.
dongjunnn /
aws-authentication-tool
Personal AWS credential management tool with MFA/key rotation. Early-stage Python project with basic functionality, interactive CLI, and CI pipeline, but lacks tests, type hints, and production polish.
dongjunnn /
dongjunnn.github.io
Empty scaffold repo with minimal README ("test"), no source files, no tests/CI/license. Created recently (2025-07-11) with sparse commit history (1 of 30 recent commits). No meaningful project output.
06 · Timeline
- Apr 11, 2025Joined GitHub
- Apr 25, 2025Created summerorbital — 🛸🛰️🪐 AstroParty Clone
- Jun 25, 2025Created aws-authentication-tool
- Jul 11, 2025Created dongjunnn.github.io
- Apr 19, 2026Most recent push to dongjunnn.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.