01 · Roasts
33 commits, 52 weeks, infinite excuses
Your entire year of GitHub activity fits in a long weekend of any serious developer's work. The heatmap looks like a connect-the-dots puzzle with most dots missing.
Architecture > Implementation
Algo.py has a grand README with 'data pipeline, backtester, OMS, deployer' — and 4 commits. The gap between your ambition and your commit count is a trading strategy in itself: all thesis, no execution.
rasa.ml: One Day Wonder
Created and last pushed on the same day (2025-07-15). Hardcoded COM port strings, commented-out inputstream.rs, and a duplicated monitor.rs. That's not a repo, that's a panic dump.
0 followers, 0 PRs, 0 issues
A perfect triple-zero in community engagement. You're not just building in a vacuum — you've engineered one. GitHub isn't a private journal, but you're using it like one.
84% Python, 0% License
Not a single repo in the portfolio has a LICENSE file. You're a 'Machine Learning Enthusiast' who hasn't taught your own projects the basics of open-source hygiene.
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% weight25F
- Consistency20% weight20F
- Quality20% weight52D
- Depth15% weight45D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
10 active days
Language distribution
- Python84%
- Jupyter Notebook9%
- JavaScript3%
- Cython2%
- C1%
- C++1%
04 · Numbers
Owned repos
non-fork
20
Commits
last 12 months
33
Followers
0
Joined GitHub
Mar 2024
05 · Top repos
AstroTech-666 /
green-path-app
Flutter sustainability tracking app with carbon, energy, water calculators and educational content. Typed Dart code, has README and tests, but no CI/license and thin documentation limits quality. Active development across 30+ files.
AstroTech-666 /
Algo.py
Early-stage algorithmic trading framework with Jupyter-based foundation, comprehensive architecture (data pipeline, backtester, deployer, OMS), HAS_CI+HAS_TESTS flags, but minimal adoption (1 star, created 2025-08-31, only 4 recent commits), incomplete code samples, and limited production-readiness.
AstroTech-666 /
rasa.ml
Single-week experimental Rust GUI app for photometry data analysis with ML model inference; lacks README, tests, CI, and documentation; minimal commit history and audience.
06 · Timeline
- Mar 7, 2024Joined GitHub
- Oct 10, 2024Created green-path-app — The Green Path app promotes sustainability by tracking carbon footprint, energy, and water usage, encouraging eco-friendly habits, and helping users learn sustainable practices to
- Jul 15, 2025Created rasa.ml
- Aug 31, 2025Created Algo.py — The Next-Gen Algorithmic Trading Framework 🚀
- Nov 21, 2025Most recent push to green-path-app
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.