interview-prep

Builds mock interview simulators with dynamic system prompts, timers, and scorecards.

Updated May 25, 2026
One-click install
npx skills add https://github.com/dheejay282002/final_project --skill interview-prep-dheejay282002
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: interview-prep
Source: https://github.com/dheejay282002/final_project/tree/main/.local/secondary_skills/interview-prep
Command: npx skills add https://github.com/dheejay282002/final_project --skill interview-prep-dheejay282002

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Preparing for job interviews requires realistic practice tailored to a specific company, role, and industry, but generic question lists cannot adapt to each candidate's target. This Skill provides instructions for building a mock interview simulator that dynamically adapts questions, feedback, and scoring to any company, role, market, and language. ## Core Features & Use Cases - Dynamic Interview Generation: Builds a system prompt from user inputs (company, role, industry, difficulty, language) so the AI acts as an informed interviewer at that specific company. - Three Interview Modes: Structured interviews (behavioral, technical, firm knowledge), consulting case interviews (market sizing, profitability, M&A), and behavioral-only STAR practice. - Scoring & Feedback: Per-answer ratings, a response timer with color-coded pacing cues, and a final scorecard with overall hire rating, category scores, strengths, and improvement areas. - Use Case: A candidate targeting a Private Equity Principal role at Goldman Sachs enters the company and role, selects a challenging structured interview in English, and receives LBO technical questions, deal experience follow-ups, and a final scorecard with interview-day recommendations. ## Quick Start Build a mock interview simulator with a setup screen for company, role, and interview type that generates a dynamic system prompt and ends with a scored performance scorecard.

Frequently Asked Questions about interview-prep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a mock interview simulator with AI?▼

Create a setup screen collecting company, role, interview type, and language, then build a dynamic system prompt from those inputs and pass it to the conversation API. The AI acts as an interviewer at that company, asks one question at a time, and delivers a final scorecard.

How to make AI interview questions adapt to a specific company?▼

Construct the system prompt dynamically with the company name, role, and market context the user enters, instructing the AI to incorporate company facts, industry dynamics, and role-specific technical questions. Never hardcode questions to a single company.

Can the mock interview run in languages other than English?▼

Yes, the setup screen includes a language selector covering Spanish, French, Portuguese, German, Mandarin, Japanese, Arabic, Hindi, and more. The system prompt places an explicit language instruction at the top so all questions, feedback, and the scorecard use the selected language.

What interview types does the simulator support?▼

Three modes are supported: structured interviews mixing behavioral, technical, and firm knowledge questions; consulting case interviews covering market sizing, profitability, and M&A scenarios; and behavioral-only sessions focused on STAR-method storytelling practice.

How does the interview scorecard and response timer work?▼

A timer starts when the AI finishes each question and stops on submission, with green, yellow, and red pacing cues. After the final question, the AI's markdown scorecard is parsed into a styled UI showing an overall hire rating, category scores, strengths, and improvement areas.