▸ This tool was built by an AI agent from Zoral
← RATE MY GITHUB

#148 — Top 88.0%

baltej223

Baltej Singh

C

Getting there

Overall

0.0

/ 100

01 · Roasts

Test Coverage: Statistically Zero

Out of 12 analyzed repos, exactly ONE has tests — a fork of github-readme-stats where you didn't write them. Meanwhile duke-client ships with a bug that crashes batch operations (undefined 'db' on lines 94 and 113). Ship fast, break things, fix never.

The One-Day Repo Factory

opencl-rs: 1 day. duke-orchestrator: 1 day. openCL_devcontainer: 4 hours. You've turned 'git init' into a hobby — 80 public repos but staleRepoRatio is only 0.07, meaning you're somehow actively abandoning them at speed.

Cargo.toml Edition 2024 Doesn't Exist

opencl-rs has `edition = '2024'` in Cargo.toml, which is not a valid Rust edition. You also used unwrap() on CString::new() in what is literally a 4KB repo. The bugs-per-kilobyte ratio is impressive.

81% Python, 0% Python Tests

Python is 81% of your language footprint but zero Python repos in the sample have test coverage. You've written gradient descent code with commented-out sections and PascalCase method names in Rust. The algorithm is correct; the code review is not.

91 Followers, 3 PRs to Show for It

You've accumulated 91 followers somehow, but contributed 3 external PRs all year. That's a follower-to-PR ratio of 30:1. Your audience is more productive than you are at contributing back.

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

  • Impact
    25% weight
    62C
  • Consistency
    20% weight
    65C
  • Quality
    20% weight
    57D
  • Depth
    15% weight
    58D
  • Breadth
    10% weight
    65C
  • Community
    10% weight
    55D

03 · Stats

365-day commit heatmap

195 active days

Less
More

Language distribution

7 langs
  • Python81%
  • JavaScript8%
  • Makefile3%
  • TypeScript2%
  • CSS2%
  • C++1%
  • Other3%

04 · Numbers

Owned repos

non-fork

75

Commits

last 12 months

616

Followers

91

Joined GitHub

Oct 2020

05 · Top repos

baltej223 /

Mirage

50/100

AR treasure hunt game with typed React+Express stack deployed at Thapar college event. Functional full-stack project with geolocation gameplay, structured frontend/backend, and documentation; lacks automated tests and CI infrastructure.

I40Q60D50
READMETyped
TypeScript22mo ago

baltej223 /

dukedb

45/100

Distributed key-value database learning project with typed Go, structured multi-file layout, gossip-based clustering, and HTTP API; lacks tests/CI and maintains minimal adoption (3 stars), but demonstrates architectural scope and intentional design.

I25Q55D50
READMETyped
Go31mo ago

baltej223 /

baltej.me

38/100

Personal Next.js portfolio site (68MB) with 30 recent commits and alternate documentation (ARCHITECTURE.md, STATUS.md), but no tests, CI, or actual portfolio content visible. Untyped JavaScript with create-next-app boilerplate README.

I25Q40D50
README
JavaScript027d ago

baltej223 /

HTTP_in_C

33/100

Personal HTTP/1.1 server written in C from scratch; untyped language with README and structured codebase, but no tests, CI, or license. ~2-month burst of 18 recent commits building a functional networking project, but minimal external adoption.

I25Q40D35
README
C31mo ago

baltej223 /

duke-orchestrator

32/100

Go orchestrator for multi-node local deployment; typed, structured, minimal docs. Fresh project (1 day old) with basic orchestration logic and YAML config support, but no tests, CI, or established audience.

I25Q50D20
READMETyped
Go01mo ago

baltej223 /

posts.baltej.me

30/100

Personal blog/posts site built with Next.js + MDX. Single star, minimal documentation in README with TODOs listed, no tests/CI. Typed infrastructure with Express backend and file management scripts, but thin public output and no license.

I15Q35D40
README
MDX12mo ago

baltej223 /

github-readme-stats

25/100

Fork of popular github-readme-stats with minimal original work; 1 star, 3 commits in ~6 weeks, MIT licensed with docs but no source files available for inspection.

I15Q25D35
READMETests
JavaScript11mo ago

baltej223 /

duke-client

25/100

Lightweight Duke DB JavaScript SDK with core GET/PUT operations and health checking. Untyped, no tests/CI, minimal implementation (7 KB, ~150 LOC). Shows functional API design but lacks robustness for production use.

I15Q40D20
README
JavaScript01mo ago

baltej223 /

algoss

23/100

Personal educational repo implementing gradient descent (Rust), bisection, and binary search trees (C) with minimal documentation, no tests or CI, and unpolished code structure.

I15Q35D20
README
C02mo ago

baltej223 /

opencl-rs

17/100

Minimal Rust FFI wrapper around OpenCL C implementation. ~4KB repo with ~2 recent commits; basic working library but no tests, CI, license, or error handling. One-week sprint quality.

I5Q25D20
README
C028d ago

baltej223 /

openCL_devcontainer

15/100

Minimal devcontainer scaffold for OpenCL development; 513 KB codebase with 2 commits in 4 hours, no tests, no CI, and 2-line README providing only usage instructions without project context.

I15Q25D5
README
C01mo ago

baltej223 /

baltej223

13/100

GitHub profile configuration repo with README showcasing skills and social links; minimal code content, experimental one-off commit history pattern.

I5Q15D20
READMECI
Unknown026d ago

06 · Timeline

  1. Oct 21, 2020
    Joined GitHub
  2. Apr 6, 2022
    Created baltej223 — Config files for my GitHub profile.
  3. Dec 8, 2024
    Created baltej.me — Baltej Singh's Portfolio
  4. May 27, 2025
    Created posts.baltej.me — A place where I post my "posts" on posts.baltej.me
  5. Nov 4, 2025
    Created Mirage — AR treasure hunt game deployed at a live college event: players navigate physically using phone camera to find hidden chests and score points
  6. Dec 14, 2025
    Created algoss — Implementation of some intrusting algos
  7. Mar 24, 2026
    Created HTTP_in_C — HTTP/1.1 server from scratch in C: 21K req/s, sub-5ms latency, no libraries
  8. May 9, 2026
    Created github-readme-stats
  9. May 18, 2026
    Created dukedb — DukeDB is a distributed lightweight key-value database with, decentralized node communication, gossip-based cluster coordination, replication
  10. Jun 10, 2026
    Created duke-client — JS client (sdk) for Duke distributed db.
  11. Jun 19, 2026
    Created duke-orchestrator — A single orchestrator for multiple duke nodes, running on the single local machine.
  12. Jun 20, 2026
    Created openCL_devcontainer — OpenCL devcontainer config for Intel IrisX.
  13. Jun 22, 2026
    Created opencl-rs — Rust FFI bindings to OpenCL, and dev container setup for openCL + Intel GPUs
  14. Jun 25, 2026
    Most recent push to baltej223

07 · Compare

github.com/
baltej223 · 6dmedian coder

08 · Rubric

How this score was produced

Overall = Σ (category × weight) + gentle top-end curve

CategoryWeightScoreContrib.
Raw total60.6
Top-end curve+5.0
Final overall65.6

Tier thresholds

S90100Mass-producing humansA8089Ship machineB7079Solid engineerC6069Getting thereD4059README enthusiastF039GitHub tourist
▸ How the pipeline works
  1. 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.
  2. 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
  3. 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.
  4. 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.
  5. 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.
baltej223 · 65.6/100 — Rate My GitHub