01 · Roasts
43-Minute Engineer
BELT-TENSIONER has 6 commits spanning roughly 43 minutes. That's not a project — that's a deadline panic compressed into a lunch break. Your git log is basically a receipt.
The Heatmap Is a Desert
52 weeks of contribution data and your heatmap looks like the Sahara. Roughly 24 consecutive weeks of absolute zero before a handful of single-digit bursts. The grass is not greener — there is no grass.
0 Stars, 0 Forks, 0 PRs
Across 6 repos, you've accumulated 0 stars, 0 forks, and filed 0 PRs. The GitHub community hasn't just ignored you — it doesn't know you exist. 3 followers, 2 of which are probably bots.
Profile Repo as Top-3 Content
Your BEANS024 profile repo — literally just an image and 'Mechatronics Engineer' — scored higher than two of your actual projects. That's not an insult to the profile repo. That's an indictment of everything else.
No Tests. No CI. No Exceptions.
Not a single repo across your entire portfolio has tests or CI. Every project is running on vibes and hope. Even your 46 MB conveyor belt capstone is just files in a trench coat pretending to be software.
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% weight55D
- Quality20% weight24F
- Depth15% weight35F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
13 active days
Language distribution
- MATLAB72%
- C++28%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
62
Followers
3
Joined GitHub
Apr 2025
05 · Top repos
BEANS024 /
Item-Speed-Control-in-Conveyor-Systems-
Academic capstone project implementing PI-controlled conveyor belt with IR sensors in Arduino C and MATLAB. Untyped MATLAB, minimal documentation, no tests/CI, but shows non-trivial embedded systems work across 46 MB of code.
BEANS024 /
BELT-TENSIONER
Course submission artifact for physical systems modeling, minimal documentation, 6 commits over ~43 minutes, no tests or CI, unclear codebase structure and purpose beyond coursework
BEANS024 /
3D-Models
Personal 3D modeling practice archive with no README, no tests, no CI, and minimal commits (4 of 30 in recent window). MIT-licensed but fundamentally a one-shot content dump without documentation or sustained development.
BEANS024 /
BEANS024
Empty profile repository with only a README image and one-line bio. No code, no project content, no meaningful output—appears to be a GitHub profile placeholder rather than a functional project.
06 · Timeline
- Apr 1, 2025Joined GitHub
- Mar 17, 2026Created BEANS024
- Apr 23, 2026Created Item-Speed-Control-in-Conveyor-Systems-
- Jul 7, 2026Created 3D-Models — A repository to compile all the 3D practice models I've made
- Jul 7, 2026Created BELT-TENSIONER — A final output to pass the course "Physical Systems Modeling"
- Jul 7, 2026Most recent push to BELT-TENSIONER
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.