01 · Roasts
55% Makefile Dev
Over half your language footprint is Makefile. You have build tooling for projects that are 150 lines of Rust and a joke app. The scaffolding outweighs the house.
One Repo Carrying the Team
CodeAtlas scores 61; your other 5 repos average 25. Lucy has one flagship and a graveyard of one-session prototypes. cargo-trim was created and abandoned on the same calendar day.
April Fools' Shipped, Cargo Trimmed Immediately
toxic-ai-code-reviewer launched on April 1st with more polish than cargo-trim, which was born and died on May 8th with a broken Rust edition and a duplicate empty Cargo.toml committed in. Priorities noted.
Portfolio README Has More Commits Than the CLI
lucyb0207 (the profile README) got 10 commits. task-manager got 7 commits total over its 3-day lifespan. The marketing is outpacing the product.
Burst Coder, Not a Streaker
165 commits in a year but 34+ consecutive weeks of zero activity in the first half of the tracked period. The heatmap looks less like a dev schedule and more like a heartbeat monitor flatlining and suddenly remembering it exists.
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% weight55D
- Consistency20% weight55D
- Quality20% weight69C
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
73 active days
Language distribution
- Makefile55%
- TypeScript19%
- CSS12%
- HTML9%
- JavaScript2%
- DTrace1%
- Other2%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
165
Followers
6
Joined GitHub
Feb 2025
05 · Top repos
lucyb0207 /
CodeAtlas
Full-stack TypeScript tool for GitHub repo visualization. Implements AST-based dependency graph generation with React+D3 frontend and Express backend. Well-documented with tests, CI, and thoughtful architecture design.
lucyb0207 /
toxic-ai-code-reviewer
A typed React/TypeScript April Fools' entry integrating Gemini API for comedic code "roasting." Minimal dependencies, structured component, documented via README, but experimental scope with no tests or multi-project shipping history.
lucyb0207 /
lucyb0207
Personal portfolio README showcasing author's projects and writing. No substantive code in repo—functions as a profile landing page with links to external projects like CodeAtlas.
lucyb0207 /
task-manager
Small educational CLI task manager with basic CRUD operations, minimal features, no tests/CI, untyped Python. 7KB codebase, 7 commits in 3 days, clear structure but no production readiness.
lucyb0207 /
lucyb0207.github.io
Personal GitHub Pages repo with minimal content: empty README, 49 KB static HTML site, 10 commits over ~5 weeks, no documentation or structure beyond a bare homepage placeholder.
lucyb0207 /
cargo-trim
Early-stage Rust CLI tool for detecting unused workspace dependencies. No documentation, tests, CI, or license. One-shot prototype with basic functionality in ~200 LOC.
06 · Timeline
- Feb 6, 2025Joined GitHub
- Mar 17, 2026Created CodeAtlas — Visualize any GitHub repository as an interactive dependency graph. Analyze imports, trace file relationships, and understand complex codebases instantly. Built with React, D3, and
- Mar 30, 2026Created lucyb0207.github.io
- Mar 31, 2026Created lucyb0207
- Apr 2, 2026Created task-manager — A Python command-line task manager that allows users to add, view, complete, and delete tasks.
- Apr 3, 2026Created toxic-ai-code-reviewer — An AI-powered code reviewer that provides brutally honest and completely useless feedback.
- May 8, 2026Created cargo-trim
- May 11, 2026Most recent push to CodeAtlas
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.