01 · Roasts
Ghost Mode: Activated
totalCommitsYear = 0. The heatmap is a void. Two solitary commits in 52 weeks — one on a Monday, one on a Saturday — like sending a flare from a deserted island.
82% Graveyard Operator
staleRepoRatio = 0.82. Four out of five repos haven't been touched in 2+ years. telegramBotUtilities last saw action in May 2018 — the year GDPR dropped. The bots have outlived their owner's interest.
Stars Without Labor
63 total stars but 0 commits this year. codeassistant.vim is out there collecting stars while you're not even watching. You're essentially a passive landlord of your own repos.
The 3-Month Sprinter
AutoMorningPaper's entire development history fits inside a single quarter of 2023. 21 commits, August to November, then silence. The ArXiv papers kept coming; the commits did not.
No Tests, No CI, No Problem (Apparently)
All three scored repos share the exact same quality fingerprint: README=yes, TESTS=no, CI=no. You know how to write a README. The rest is left as an exercise for the reader.
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% weight5F
- Quality20% weight45D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
2 active days
Language distribution
- Python71%
- Java23%
- C++3%
- Vim Script2%
- Vue0%
- TypeScript0%
- Other1%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
0
Followers
10
Joined GitHub
Jan 2013
05 · Top repos
leocus /
AutoMorningPaper
Personal Python project that summarizes ArXiv papers via LLM and sends to Telegram/Slack. Well-scoped but untyped, thin tests/CI, minimal commits over 3 months.
leocus /
codeassistant.vim
Vim plugin for local LLM code assistance with autocomplete and comment modes. Python-based integration with ollama/groq, includes RAG support. Limited adoption (29 stars), no tests/CI, untyped Python, but functional with clear purpose and config management.
leocus /
telegramBotUtilities
A typed Java library for Telegram bot API 2.0 with inline queries and keyboards. Personal project with basic documentation and no tests/CI, last updated 2018.
06 · Timeline
- Jan 21, 2013Joined GitHub
- Apr 28, 2016Created telegramBotUtilities — A simple java library that allows you to manage your telegram bots. It allows you also to use inline queries, inline keyboards and the methods included in Telegram bots api 2.0.The
- Aug 8, 2023Created AutoMorningPaper — An ArXiv summarizer
- Feb 21, 2024Created codeassistant.vim — A Vim plugin for a code assistant with local LLMs
- Jul 5, 2024Most recent push to codeassistant.vim
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.