Skip to content

Generate interview questions from your codebase using AI

Notifications You must be signed in to change notification settings

LXGIC-Studios/ai-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-interview

Generate interview questions tailored to your actual codebase. Great for hiring people who'll work on your specific stack.

Install

npm install -g ai-interview

Usage

npx ai-interview ./src/
# → 10 mid-level questions based on your code

npx ai-interview ./src/ --level senior --count 15
# → 15 senior-level questions

npx ai-interview ./src/ -o questions.md
# → Save to file

Setup

export OPENAI_API_KEY=sk-...

Options

  • -l, --level - junior, mid, or senior (default: mid)
  • -n, --count - Number of questions (default: 10)
  • -o, --output - Save questions to a file

License

MIT

About

Generate interview questions from your codebase using AI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published