The GitHub Profile That Gets You Hired: A Checklist
Recruiters spend 30 seconds on your GitHub. Here is exactly what they look at, what to pin, how to write READMEs, and what to delete.
A recruiter opens your GitHub, scrolls for thirty seconds, and forms an opinion. This checklist is what they are looking at, in the order they look.
Above the fold (first 5 seconds)
- Real name and photo. Not an anime avatar. They need to match your resume.
- Bio with your stack and status. "Final-year CS ยท React/Node ยท open to fresher roles from June 2026".
- Location and a link โ portfolio, LinkedIn, or your best deployed project.
- Contribution graph that isn't empty. Consistency beats intensity: 4 commits a week for a year looks better than 200 in one month.
Pinned repositories (next 10 seconds)
Pin exactly 3โ6 repos. Each pinned repo needs:
| Item | Check |
|---|---|
| Descriptive name | job-board-mern, not project2 |
| One-line description filled in | Shows on the profile card |
| Topics/tags set | react, nodejs, mongodb โ searchable |
| Live link in the About box | The ๐ field next to the description |
| README with a screenshot in the first screen | Recruiters don't clone; they scroll |
The README (next 15 seconds)
The structure that works, top to bottom:
- One sentence: what it is and who it's for.
- A screenshot or 10-second GIF.
- Live demo link + test credentials if it needs login.
- Tech stack as a short list.
- "The interesting part" โ one paragraph about the hardest problem you solved.
- How to run it locally (three commands max).
What to delete
- Tutorial clones with the tutorial's name still in the README.
- Empty repos, "test" repos, repos with one commit called "init".
- Forks you never touched โ or at least unpin them; they clutter the profile.
- Committed
.envfiles. Rotate the keys, then remove them from history.
Bonus signals
- One merged PR to any open-source project. Even a docs fix. It proves you can work in someone else's codebase.
- A profile README (repo named after your username) with your current focus and what you're looking for.
- Issues and PRs with clear writing. Remote employers hire on writing.
Fix your profile tonight, then apply to a role with the link in your note. Applications on the directory show the poster your link first.
githubportfolioopen source
Keep reading
Have a question about this?
Ask it here โ we answer every message and turn the good questions into new posts.