Overview
- Skill Key
- alirezarezvani/interview-system-designer
- Author
- alirezarezvani
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/alirezarezvani/interview-system-designer
- Latest Commit SHA
- 8cbcbabdd6e29bdb5d5654f71550e28e9822ae27
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", "analyze interviewer bias", "create scoring rubrics", "build question banks", or "optimize hiring systems". Use for designing role-specific interview loops, competency assessments, and hiring calibration systems.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 interview-system-designer 技能。 若已安装,则直接安装 interview-system-designer 技能。
# Interview System Designer Comprehensive interview system design, competency assessment, and hiring process optimization. ## Table of Contents - [Quick Start](#quick-start) - [Tools Overview](#tools-overview) - [Interview Loop Designer](#1-interview-loop-designer) - [Question Bank Generator](#2-question-bank-generator) - [Hiring Calibrator](#3-hiring-calibrator) - [Interview System Workflows](#interview-system-workflows) - [Role-Specific Loop Design](#role-specific-loop-design) - [Competency Matrix Development](#competency-matrix-development) - [Question Bank Creation](#question-bank-creation) - [Bias Mitigation Framework](#bias-mitigation-framework) - [Hiring Bar Calibration](#hiring-bar-calibration) - [Competency Frameworks](#competency-frameworks) - [Scoring & Calibration](#scoring--calibration) - [Reference Documentation](#reference-documentation) - [Industry Standards](#industry-standards) --- ## Quick Start ```bash # 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 comprehensive 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 multiple candidates and interviewers python hiring_calibrator.py --input interview_data.json --output calibration_report.json --analysis-type full ``` --- ## Tools Overview ### 1. Interview Loop Designer Generates calibrated interview loops tailored to specific roles, levels, and teams. **Input:** Role definition (title, level, team, competency requirements) **Output:** Complete interview loop with rounds, focus areas, time allocation, scorecard templates **Key Features:** - Role-specific competency mapping - Level-appropriate question difficulty - Interviewer skill requirements - Time-optimized sched...
# Interview System Designer A comprehensive toolkit for designing, optimizing, and calibrating interview processes. This skill provides tools to create role-specific interview loops, generate competency-based question banks, and analyze hiring data for bias and calibration issues. ## Overview The Interview System Designer skill includes three powerful Python tools and comprehensive reference materials to help you build fair, effective, and scalable hiring processes: 1. **Interview Loop Designer** - Generate calibrated interview loops for any role and level 2. **Question Bank Generator** - Create competency-based interview questions with scoring rubrics 3. **Hiring Calibrator** - Analyze interview data to detect bias and calibration issues ## Tools ### 1. Interview Loop Designer (`loop_designer.py`) Generates complete interview loops tailored to specific roles, levels, and teams. **Features:** - Role-specific competency mapping (SWE, PM, Designer, Data, DevOps, Leadership) - Level-appropriate interview rounds (junior through principal) - Optimized scheduling and time allocation - Interviewer skill requirements - Standardized scorecard templates **Usage:** ```bash # Basic usage python3 loop_designer.py --role "Senior Software Engineer" --level senior # With team and custom competencies python3 loop_designer.py --role "Product Manager" --level mid --team growth --competencies leadership,strategy,analytics # Using JSON input file python3 loop_designer.py --input assets/sample_role_definitions.json --output loops/ # Specify output format python3 loop_designer.py --role "Staff Data Scientist" --level staff --format json --output data_scientist_loop.json ``` **Input Options:** - `--role`: Job role title (e.g., "Senior Software Engineer", "Product Manager") - `--level`: Experience level (junior, mid, senior, staff, principal) - `--team`: Team or department (optional) - `--competencies`: Comma-separated list of specific competencies to focus on - `--input`: JS...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".