01 · Roasts
24 Commits a Year Keeps the Repo Alive (Barely)
Your entire year of public commits (24) is fewer than most engineers make in a single sprint. The heatmap looks like a QR code with most of the dots missing.
API Keys: The Gift That Keeps on Giving
datapocket shipped with hardcoded API keys baked right in. Filecoin data storage secured by vibes and hoping no one checks the source.
The 2022 Web3 Graveyard
Two of your three repos (datapocket, portal) were abandoned in 2022 during the Web3 hype cycle. They haven't seen a commit since, achieving the rare dual-repo ghost status.
Zero Tests, Infinite Ambition
ClawCode has 900+ lines of framework.md, 4 JSON schemas, and 5 prompt templates — and exactly zero tests across all three repos. Phenomenal documentation for code you trust entirely on vibes.
CI? Never Heard of Her
Not a single CI workflow across 17 public repos. You're shipping orchestration frameworks and blockchain portals without so much as a linting check. Bold strategy.
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% weight43D
- Consistency20% weight35F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
185 active days
Language distribution
- JavaScript52%
- TypeScript28%
- Go7%
- SCSS7%
- Pug5%
- CSS1%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
24
Followers
11
Joined GitHub
Apr 2018
05 · Top repos
OlypsisAli /
ClawCode
ClawCode is a framework for orchestrating end-to-end code implementation pipelines via Codex CLI and OpenClaw agents. Well-documented with design.md and ARCHITECTURE.md, typed YAML config, structured prompts/schemas for spec writing and auditing. 149 KB, ~24 commits in 30 days, no tests or CI. Niche product with clear
OlypsisAli /
portal
Web3Auth-integrated Next.js portal supporting Ethereum & Solana wallets. Typed TypeScript codebase with structured src layout, but extremely limited adoption (1 star), experimental scope, and no tests/CI/license.
OlypsisAli /
datapocket
Next.js Web3 file encryption/storage app using Filecoin. Early-stage beta with only 2 stars, no tests/CI, untyped JS, and significant code quality issues (console spam, hardcoded API keys, incomplete components).
06 · Timeline
- Apr 4, 2018Joined GitHub
- Sep 10, 2022Created datapocket
- Oct 8, 2022Created portal
- Feb 22, 2026Created ClawCode
- Mar 23, 2026Most recent push to ClawCode
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.