01 · Roasts
Heatmap Archaeologist
55 commits in a year spread across what looks like a seismograph during a quiet geological period. Most of your 52 weeks are flatline zeros — you're not building habits, you're scheduling surprise appearances.
The Incomplete Collector
hackabot26 has main.py, stacker.py, simple_stacker.py, AND proto_stacker.py — four attempts at the same problem, one of which literally cuts off mid-function at line 280. Commit history as panic archaeology.
Trophy With No Shelf
You placed 2nd in a SAT solver competition and then left the repo with 0 stars, no CI, no tests, and a single-file codebase gathering digital dust. That's like winning a marathon and never telling anyone.
Quality? Never Heard Of Her
Across 3 analyzed repos: 0 have tests, 0 have CI, 2 have no README, 2 have no license, 2 have no .gitignore. The boring stuff that says you care? You've sent a clear message.
Depth By Accident
Your deepest repo (hackabot26) scores depth=45 because you wrote 4.5 MB of Python in one day. That's not depth — that's a caffeine incident with a version control witness.
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% weight40D
- Consistency20% weight35F
- Quality20% weight62C
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
28 active days
Language distribution
- Python68%
- Makefile15%
- C++7%
- C5%
- CMake3%
- Rust1%
- Other1%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
55
Followers
5
Joined GitHub
Apr 2024
05 · Top repos
pieter124 /
rustSAT
A DPLL SAT solver in Rust for COMP21111 competition (2nd place). Well-documented with two-watched literals, pure literal elimination, and smart heuristics. Typed, structured, ~1100 KB codebase with no tests/CI but solid implementation details.
pieter124 /
hackabot26
One-week robotics project controlling a QArm Mini gripper to stack colored blocks using computer vision. Untyped Python with ~4.5 MB codebase split across multiple incomplete implementations, no tests/CI/docs, minimal architectural clarity.
pieter124 /
CHIP8_EMU
A CHIP-8 emulator in C++11 with SDL2 rendering. Functional single-author project with basic structure, but minimal documentation, no tests/CI, no license, and evidence of recent but sporadic activity (6 commits in 30 days).
06 · Timeline
- Apr 30, 2024Joined GitHub
- Apr 5, 2025Created CHIP8_EMU — A CHIP-8 Emulator written in C++11.
- Nov 29, 2025Created rustSAT — A DPLL SAT Solver (with optimizations) written in Rust for the COMP21111 SAT Solver Competition.
- Mar 21, 2026Created hackabot26
- Mar 22, 2026Most recent push to hackabot26
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.