01 · Roasts
Stars? What Stars?
6 public repos, 394 commits, and a grand total of 0 stars. You're doing GitHub cardio — all that running and still invisible on the leaderboard.
The Bug Repro That Time Forgot
You shipped a whole repo (vitest-bug-reproduction) to report a single bug and never looked back. Bold strategy — at least it has a README, unlike your Go course.
Tutorial Journal Cosplaying as a Portfolio
Golang-course: no README, no tests, no CI, just 13 commits of copy-pasted tutorial exercises. Every senior dev has one of these. None of them put it on their portfolio.
3 Followers, 10 Following
You're following 3.3× more people than follow you back. The GitHub social algorithm is trying to tell you something.
Heatmap: The Ice Age Era
10 fully blank weeks at the top of your heatmap — but to be fair, your account is only 9 months old. Still, the bursts-and-gaps pattern in the active period suggests commits happen when motivation strikes, not on a schedule.
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% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
130 active days
Language distribution
- TypeScript57%
- HTML13%
- CSS12%
- JavaScript8%
- C++7%
- Go4%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
394
Followers
3
Joined GitHub
Jul 2025
05 · Top repos
Lucas127128 /
Amazon-clone
Well-typed, structured TypeScript monorepo (13.7 MB) with Elysia backend, vanilla JS frontend, and Vitest suite. Includes CI/CD and project-level documentation, but remains a learning project with zero production adoption (0 stars/forks).
Lucas127128 /
vitest-bug-reproduction
Minimal bug reproduction repo for a vitest/TanStack Store issue, created and pushed same day. Contains typed code with 2 test files and a README, but is intentionally a one-off diagnostic artifact with no production utility.
Lucas127128 /
Golang-course
Learning journal of Go tutorial exercises with basic language features (structs, methods, pointers, maps, functions, slices). No documentation, tests, or CI. Personal educational project only.
06 · Timeline
- Jul 13, 2025Joined GitHub
- Nov 3, 2025Created Golang-course — Just some copy of tutorial code(to record my learning journal) in the golang course
- Dec 15, 2025Created Amazon-clone — A simple clone of Amazon (using vanilla js front end and Elysia back end)
- Apr 25, 2026Created vitest-bug-reproduction — A minimal reproduction of vitest bug reproduction about tanstack store
- Apr 25, 2026Most recent push to Amazon-clone
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.