01 · Roasts
README-Driven Development
Your profile repo has 12 commits and 25 KB of content — 100% of which is describing code that lives nowhere on GitHub. TutorOps, LibChat, and Arbor Tutors are listed like accomplishments, but the repo is just a hype sheet.
API Keys in Docker Compose
TutorOps stores API keys and DB paths in docker-compose.yml with no .gitignore. That's not a missing feature, that's a credential leak waiting to happen. Pydantic is right there — use it for config too.
25% Java, 0 Java Repos
Java is 25% of your language breakdown but none of your public repos are Java. Either you're hiding a semester of coursework in private repos or Java is haunting you from a past life.
Test Collector, Not Test Runner
TutorOps has test_clients.py, test_sessions.py, test_summary.py, and a conftest.py — yet HAS_CI=no. You wrote the tests; you just never wired them up to run automatically. That's the whole point of having them.
2 Months, 4 Repos, 0 Licenses
Every single repo you own is unlicensed. You're building tutoring tools, chat servers, and Chrome extensions — but legally, nobody can use or contribute to any of it. One LICENSE file. That's all it takes.
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% weight55D
- Quality20% weight42D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
32 active days
Language distribution
- JavaScript28%
- Java25%
- Python19%
- C++15%
- HTML6%
- CSS5%
- Other2%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
103
Followers
2
Joined GitHub
Mar 2025
05 · Top repos
alancw2 /
LibChat
A modest C++ chat framework with multi-client socket support and room-based messaging. Recent activity (5 days old, 30 commits) shows intentional development, but lacks tests, CI, formal license, and has notable architectural issues in the event loop.
alancw2 /
TutorOps
Early-stage tutoring operations platform with FastAPI backend, SQLite ORM, and vanilla JS frontend. Has README, basic tests, and Docker setup, but lacks CI/CD, typing, and structured error handling despite 26/30 recent commits over ~one month.
alancw2 /
Arbor-Tutors-Client-Management
Chrome extension for auto-filling tutor logs at Arbor Tutors. Personal project with functional core (client DB, form autofill, session tracking) but lacking tests, CI, production maturity signals, and polish. Created 10 days ago with ~20 commits.
alancw2 /
alancw2
Personal portfolio README showcasing tutoring/Chrome extension projects; no actual project code committed, 0 stars, 12 commits over ~2 months, minimal shipping evidence.
06 · Timeline
- Mar 31, 2025Joined GitHub
- Feb 9, 2026Created Arbor-Tutors-Client-Management
- Feb 17, 2026Created alancw2
- Feb 17, 2026Created TutorOps
- Mar 17, 2026Created LibChat
- Apr 18, 2026Most recent push to alancw2
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.