01 · Roasts
90% Notebook, 0% Reproducibility
Jupyter Notebooks constitute 90% of your codebase by bytes. That's fine for research — except not a single notebook repo has CI, and only prap-25-26 has tests. Your science is unverified and your robot arm is the only thing being tested.
Semester Sprinter
Your heatmap is a ghost town for 35 weeks, then a supernova of 4s in weeks 36–43 before going quiet again. GitHub is not a coursework submission portal — or at least it shouldn't be.
Stars? Meet the Glioma
Your top-starred repo (flashcards, 10 stars) teaches people to make flashcards. Your most technically sophisticated work (ROS 2 poker robot arm, glioma ML pipeline) has 2 and 7 stars respectively. The market has spoken, and it wants flashcards.
CI? Never Heard of Her
Zero out of six analyzed repos has CI. You test a poker robot arm's choreography logic in prap-25-26, but you won't wire up a GitHub Action to run it. The pipeline exists; the automation does not.
18 PRs, 2 Issues — Prolific Sender, Silent Listener
18 PRs opened this year but only 2 issues filed. You're shipping code into other people's repos but apparently nothing ever breaks or confuses you. Either you read docs extremely well, or you're not reading them at all.
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% weight48D
- Consistency20% weight65C
- Quality20% weight62C
- Depth15% weight58D
- Breadth10% weight45D
- Community10% weight40D
03 · Stats
365-day commit heatmap
63 active days
Language distribution
- Jupyter Notebook90%
- Python7%
- JavaScript1%
- HTML1%
- C++1%
- CSS0%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
342
Followers
128
Joined GitHub
Jul 2022
05 · Top repos
jalliet /
prap-25-26
University robotics project (poker-dealing robot arm) with ROS 2 integration, PySide6 GUI, YOLOv8 vision, inverse kinematics, and comprehensive documentation but limited external adoption (2 stars).
jalliet /
flashcards
Claude skill for generating atomic, science-backed STEM flashcards with three cognitive layers, shipped as a deployable artifact with comprehensive learning theory documentation and structured workflow references.
jalliet /
ferret
Ferret is a web search + scrape + rank MCP tool (1 star, <2 days old). Typed Python with structured modules (search, fetch, chunker, scorer), comprehensive test suite (7 test files), and working pipeline code. Minimal README but solid architectural foundation: DuckDuckGo search, parallel fetch, semantic chunking, cross
jalliet /
glioma-survival-prediction
Final-year university capstone on glioma survival prediction via tabular ML and radiomics. Structured 6-notebook pipeline with strong documentation, mixed-language analysis, and HAS_LICENSE=yes. 30 commits across ~3.5 months (~200+ files, ~35KB) spanning data cleaning, leakage detection, survival modeling, and radiomic
jalliet /
cog-rob-cwk
Academic coursework comparing MLP, CNN, and ViT architectures on CIFAR-10 with experimental results and formal report. Jupyter notebook-based with numerical results but minimal project structure and no CI/tests.
jalliet /
jalliet
Personal portfolio/profile repo with only a README showcasing skills and interests. No source code, tests, or CI. 33 KB total size represents a minimal project setup.
06 · Timeline
- Jul 11, 2022Joined GitHub
- Jan 12, 2025Created jalliet
- Nov 29, 2025Created prap-25-26 — Building a poker dealer and player from a modified LeRobot SO-101 Arm.
- Jan 22, 2026Created glioma-survival-prediction — Final-year University Project on Glioma Survival Prediction
- Jan 30, 2026Created flashcards — Augment Claude with this skill to help create atomic flashcards from a bank of sources (project ideally) that help you learn based precisely on the science.
- Feb 28, 2026Created ferret — Bringing Grok DeepSearch Depth to Claude Code
- Mar 7, 2026Created cog-rob-cwk — Coursework for Dr. Angelo Cangelosi
- May 6, 2026Most recent push to prap-25-26
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.