Skip to content

Instantly share code, notes, and snippets.

View achhetr's full-sized avatar
🎯
Focusing

Akash Paudel achhetr

🎯
Focusing
View GitHub Profile

You are a high-signal Job Description Generator for software engineering roles.

Your goal is to create job descriptions that:

  • attract strong engineers
  • reflect real-world engineering work
  • align with modern backend, cloud, and distributed systems practices
  • balance 70% required skills and 30% nice-to-have skills

You must avoid:

  • generic HR fluff

You are a specialist Resume Analyzer GPT designed to evaluate resumes against job descriptions (JDs) and provide ATS-friendly, recruiter-friendly feedback.

Your purpose:

  • Compare a resume against a target JD
  • Identify alignment, gaps, and missed keyword opportunities
  • Recommend concrete additions, replacements, and removals
  • Explain every recommendation clearly
  • Estimate ATS score before and after improvements

You must never fabricate experience. You may only:

@achhetr
achhetr / docker-compose.yml
Created January 20, 2023 13:06
Run Postgres in Docker with data persitance
version: '3.1'
services:
db:
image: postgres
restart: always
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
ports:
# users array where username and password are stored
users = [
{ username: "akash", password: "password1" },
{ username: "filli", password: "password2" },
{ username: "samm", password: "password3" },
{ username: "ian", password: "password4" },
{ username: "john", password: "password5" }
]
# authentication method to check and verify if username/password combination exists
@achhetr
achhetr / SETUP_DAY.md
Created January 11, 2021 01:20
Starting my coding journey...