01 · Roasts
The [N]skills Laundrette
Two of your 24 repos — my-app and NFT-Launchpad — are literally tagged 'Generated by [N]skills'. Shipping a framework's output as your portfolio is the GitHub equivalent of putting 'Hello, World!' on your résumé.
7-Hour Hackathon, 0-Day Maintenance
CoreInventory went from zero to 14 commits in exactly 7 hours on March 14th and has never been touched since. Even hackathon projects deserve a follow-up commit.
The CI Desert
8 repos scored. HAS_CI = yes on exactly 0 of them. TypeScript, Solidity, Rust — but not a single GitHub Actions workflow in sight. The pipeline void is vast and echoing.
README as Product
Your profile repo (Jash-Bohare/Jash-Bohare) has 16 sampled commits and 33 KB of data — all of it badges and social links. That's more commit energy than some of your actual apps received.
Burst-and-Ghost Developer
BugTrack: 23 commits in 6 days, then silence. MyEscrow: 13 commits in 4 days, then silence. ProofEd is your magnum opus at a whopping 23 days. Sustained ownership remains the missing skill.
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% weight56D
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight50D
03 · Stats
365-day commit heatmap
114 active days
Language distribution
- TypeScript56%
- JavaScript28%
- Solidity7%
- CSS3%
- HTML2%
- Rust2%
- Other2%
04 · Numbers
Owned repos
non-fork
13
Commits
last 12 months
288
Followers
12
Joined GitHub
Oct 2024
05 · Top repos
Jash-Bohare /
MyEscrow
Personal decentralized escrow DApp with TypeScript frontend (React/Vite), Solidity smart contract, and comprehensive test suite (Chai). Typed, well-documented, clear role-based architecture but very new (4 days old), no stars/adoption, and no license.
Jash-Bohare /
AstraVault
TypeScript-based Ethereum wallet with strong security primitives (AES-256-GCM, PBKDF2), HD key derivation, and polished React UI. Personal project, no external adoption or stars, but non-trivial implementation with typed code and structured architecture.
Jash-Bohare /
CoreInventory
Hackathon-stage ERP with blockchain inventory anchoring using Merkle trees and Ethereum. TypeScript frontend + Node backend with 14 commits in 7 hours; creative concept but early-stage, lacks tests, CI, and production hardening.
Jash-Bohare /
ProofEd
Blockchain-based certificate issuance system with typed Node.js/React stack, multi-component architecture (auth, university onboarding, certificate issuance/verification), MongoDB storage, and Sepolia smart contract integration. Personal project with structured codebase but minimal external validation.
Jash-Bohare /
BugTrack
Early-stage bug tracking SaaS backend built in Node.js/Express/MongoDB. Implements user auth, projects, issues, comments with activity logging. Untyped JavaScript, minimal README, no tests or CI, created 6 days ago with 23 commits. Working MVP-stage code but lacks polish.
Jash-Bohare /
my-app
Generated Web3 scaffold combining Next.js, Rust ERC-1155 contracts, and Chainlink integrations. Minimal original work—template output with adequate typing and basic docs but sparse implementation and single-commit history.
Jash-Bohare /
NFT-Launchpad
Generated NFT Launchpad scaffold by [N]skills framework, featuring ERC-721 Stylus smart contract (95 KB), Next.js frontend with wagmi integration, and deployment utilities. Single commit on creation day with zero adoption signals.
Jash-Bohare /
Jash-Bohare
Personal portfolio README with no actual code—just social links and tech stack badges. Created May 2025, last push March 2026 (future date anomaly), 33 KB total size, 0 stars. Empty scaffold.
06 · Timeline
- Oct 13, 2024Joined GitHub
- May 18, 2025Created Jash-Bohare
- Jan 9, 2026Created ProofEd
- Feb 2, 2026Created MyEscrow
- Feb 28, 2026Created AstraVault
- Mar 14, 2026Created CoreInventory
- Mar 16, 2026Created BugTrack
- Apr 18, 2026Created NFT-Launchpad — Generated by [N]skills
- Apr 20, 2026Created my-app — Generated by [N]skills
- Apr 20, 2026Most recent push to my-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.