01 · Roasts
Architecture Without Implementation
tache-cli has ARCHITECTURE.md, STATUS.md, design.md, and a layered domain model — and core service methods that literally throw 'not implemented'. You documented a castle and built the sign out front.
14-Minute Masterpiece
The 'template' repo was created and fully committed in a ~14-minute window. A project scaffold assembled faster than most people make coffee is not a portfolio piece — it's a timestamp.
97% Solo Artist
soloPct=97 with 4 PRs all year. You've committed 504 times but barely once touched anyone else's code. Open source is a team sport — consider attending a practice.
HTML is Not a Programming Language
76% of your codebase is HTML. Your language distribution reads like a web design course, not a systems engineer. domainGuess=systems is doing a lot of heavy lifting here.
The Profile Repo That Never Sleeps
Your personal profile repo spans 16+ months of commits — more sustained activity than any actual project you've shipped. Resume upkeep is not a GitHub contribution.
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% weight33F
- Consistency20% weight65C
- Quality20% weight38F
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
127 active days
Language distribution
- HTML76%
- Python8%
- C5%
- TypeScript4%
- Go1%
- CSS1%
- Other5%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
504
Followers
21
Joined GitHub
Dec 2024
05 · Top repos
fevunge /
tache-cli
Early-stage TypeScript CLI task manager with strong documentation (README, ARCHITECTURE.md, STATUS.md, design.md) and clear layered architecture (presentation/application/domain/infrastructure), but implementation incomplete—core service methods throw "not implemented" errors, no tests, no CI, and recent burst activity
fevunge /
fevunge.github.io
Personal portfolio website built with vanilla HTML/CSS/JavaScript. Styled landing page with dev.to article integration, no tests, no CI, no license. Modest scope personal project with working functionality.
fevunge /
template
Generic GitHub project template with structured documentation (README, docs/, CHANGELOG, TODO) but no code substance—appropriate for educational scaffolding rather than impact-driven work.
fevunge /
fevunge
Personal portfolio/resume repo with badge links and career info. No code artifacts, 0 adoption, minimal documentation depth. Appears to be a GitHub profile landing page rather than a shipped project.
fevunge /
graphics_in_C
Minimal graphics demo using SDL3 with pixel-plotting capabilities. One-shot learning project: 4 source files (main.c, put_pixel.c, clear_buffer.c, main.h), 15 commits in <2 hours, empty README, no tests/CI/license.
06 · Timeline
- Dec 15, 2024Joined GitHub
- Apr 23, 2025Created fevunge — it's me, fevunge!
- Jan 23, 2026Created tache-cli — An enterprise-grade command-line task management system—for developers and other CLI's users. The system manages tasks with priorities, due dates, tags, and interdependencies, usi
- Feb 4, 2026Created fevunge.github.io — This is a front-end design project for the Fevunge repository on the Intenent, a part of the Intenent where I repository my stuff.
- Jul 9, 2026Created template — the last reusable GitHub project template
- Aug 10, 2026Created graphics_in_C
- Aug 18, 2026Most recent push to fevunge
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.