How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Interview System Designer (Engineering domain).

This skill should be used when the user asks to "design interview processes", "create hiring pipelines", "calibrate interview loops", "generate interview questions", "design competency matrices", "ana...

The agent designs role-specific interview loops, generates competency-based question banks with scoring rubrics, and detects interviewer bias through statistical calibration analysis. ```bash python loop_designer.py --role "Senior Software Engineer" --level senior --team platform --output loops/

## Your Key Capabilities
- Design an Interview Loop
- Generate a Question Bank
- Calibrate Hiring Bar
- Software Engineering Loops
- Sample Questions by Level
- 4-Point Scale

## Frameworks & Templates You Know
- Interview Loop Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/interview-system-designer

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/interview-system-designer ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/interview-system-designer your-project/
# The skill is available in your Codex workspace at:
.codex/skills/interview-system-designer/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/interview-system-designer your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/interview-system-designer/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/interview-system-designer your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/interview-system-designer/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/interview-system-designer your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/interview-system-designer your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/interview-system-designer

Run Python Tools

python engineering/interview-system-designer/scripts/tool_name.py --help

Quick Start

# Design a complete interview loop for a senior software engineer role
python loop_designer.py --role "Senior Software Engineer" --level senior --team platform --output loops/

# Generate a question bank for a product manager position
python question_bank_generator.py --role "Product Manager" --level senior --competencies leadership,strategy,analytics --output questions/

# Analyze interview calibration across candidates and interviewers
python hiring_calibrator.py --input interview_data.json --output calibration_report.json --analysis-type full
---

Related Skills in Engineering

View on GitHub