01 · Roasts
Stars? What Stars?
33 public repos, 5 analyzed projects, a portfolio README hyping synapse-ai and PitchSidePulse — and the grand total is 1 star across everything. The hype-to-stargazer ratio is off the charts.
Late Bloomer (Literally)
Your heatmap is a desert for the first 35 weeks of the year and a rainforest for the last 8. Whatever wake-up call happened in late summer, set a calendar reminder for January next time.
CI? Never Heard of Her
secondpass has ARCHITECTURE.md, STATUS.md, a benchmark REPORT.md, and Pydantic schemas — but zero CI. You'll document every design decision except 'does this thing actually build on push?'
Solo Artist, No Label
90% solo commits, 8 followers, 3 issues opened all year. You're shipping in a perfectly soundproofed room. The code exists; the audience does not.
auth.js is Empty
crime-pattern-analysis has an auth controller file that contains... nothing. Shipping a crime dashboard with no auth is either bold architecture or a crime in itself.
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% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
130 active days
Language distribution
- Python61%
- JavaScript19%
- TypeScript12%
- CSS3%
- Java3%
- HTML1%
- Other1%
04 · Numbers
Owned repos
non-fork
29
Commits
last 12 months
410
Followers
8
Joined GitHub
Apr 2017
05 · Top repos
AmazingDude /
secondpass
Personal security+architecture review CLI/API using Semgrep, LLM-powered logic review, and persistent memory (Chroma/SQLite). Typed Python with structured multi-file codebase, tests, and comprehensive docs; no CI. Early-stage with 0 stars but working, documented tool shipping console script.
AmazingDude /
arbisoft
A full-stack prompt management app (FastAPI backend + React frontend) built in two weeks with auth, CRUD, and filtering. Typed Python, structured layout, tests present, but no README/docs and no CI/license inhibit quality gains.
AmazingDude /
ai-trip-planner
A polished AI trip planner React app with Tailwind UI, Firebase integration, and serverless AI proxy. Well-documented, structured, and functional, but zero public adoption and no tests or CI.
AmazingDude /
crime-pattern-analysis
Crime pattern analysis dashboard with React frontend and Express backend for case management, analytics, and predictions. Documented but lacks tests, CI, TypeScript, and proper error handling throughout.
AmazingDude /
AmazingDude
GitHub profile config repo with README showcasing flagship projects, CI enabled, but minimal structural content. Owner demonstrates strong portfolio across multiple named projects (secondpass, synapse-ai, PitchSidePulse, AI Event Manager), but this specific repo is a profile README only.
06 · Timeline
- Apr 9, 2017Joined GitHub
- Jun 12, 2022Created AmazingDude — Config files for my GitHub profile.
- Aug 1, 2025Created ai-trip-planner
- Dec 14, 2025Created crime-pattern-analysis
- Jun 26, 2026Created arbisoft
- Jul 19, 2026Created secondpass — AI-powered CLI security review tool with Semgrep scanning, persistent memory, and fix suggestions.
- Aug 27, 2026Most recent push to AmazingDude
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.