01 · Roasts
The 8-Hour Engineer
Modele_json_Cad_to_text was created AND last pushed on the same day — 4 commits in 8 hours. That's less a project and more a very determined afternoon.
Heatmap? What Heatmap?
Out of 52 weeks, 49 are completely empty. Your entire public contribution history fits in a long weekend — and one of those cells hit a whopping 4.
Stars: 0. Forks: 0. Watchers: 0.
Every single public repo sits at zero stars, zero forks. Even your mother hasn't starred these.
CI for Show
imu has CI configured, which is great — except there are no tests to run. That's a pipeline that proudly automates doing nothing.
Portfolio of Sprint Prototypes
All three repos show identical patterns: created, big burst of commits, never touched again. You don't build projects, you declare them finished before they begin.
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% weight55D
- Quality20% weight51D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
7 active days
Language distribution
- C++63%
- Python24%
- C#6%
- C3%
- Shell1%
- CMake1%
- Other2%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
30
Followers
4
Joined GitHub
Oct 2021
05 · Top repos
EdgardHall /
hack
Personal teleop research project for Berkeley Humanoid and LEAP hand control via MediaPipe. Typed Python with meaningful code structure across vision, IK, and robot control, but minimal documentation and no tests/CI in new repo.
EdgardHall /
Modele_json_Cad_to_text
Personal research project reversing CADmium paper's I/O (CAD JSON→text via Qwen2.5-Coder + LoRA). ~2KB Python codebase, 4 commits in 8 hours, minimal adoption. HAS_README, untyped Python, no tests/CI/license.
EdgardHall /
imu
Personal IMU sensor integration project with bash scripting and C++17 framework code; very recent creation (2026-03-21), minimal commit history, lacks production adoption signals despite comprehensive README documentation.
06 · Timeline
- Oct 12, 2021Joined GitHub
- Mar 20, 2026Created hack
- Mar 21, 2026Created imu
- Mar 26, 2026Created Modele_json_Cad_to_text
- Mar 27, 2026Most recent push to Modele_json_Cad_to_text
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.