Claude Code · Community skill
Interview System Designer
Comprehensive interview loop planning and calibration support for role-based hiring systems.
What this skill covers
This page keeps a stable Remote OpenClaw URL for the upstream skillwhile preserving the original source content below. The shell stays consistent, and the body can vary as much as the upstream SKILL.md or README varies.
Source files and registry paths
Source path
engineering/skills/interview-system-designer
Entry file
engineering/skills/interview-system-designer/SKILL.md
Repository
alirezarezvani/claude-skills
Format
markdown-skill
Original source content
Raw file# Interview System Designer Comprehensive interview loop planning and calibration support for role-based hiring systems. ## Overview Use this skill to create structured interview loops, standardize question quality, and keep hiring signal consistent across interviewers. ## Core Capabilities - Interview loop planning by role and level - Round-by-round focus and timing recommendations - Suggested question sets by round type - Framework support for scoring and calibration - Bias-reduction and process consistency guidance ## Quick Start ```bash # Generate a loop plan for a role and level python3 scripts/interview_planner.py --role "Senior Software Engineer" --level senior # JSON output for integration with internal tooling python3 scripts/interview_planner.py --role "Product Manager" --level mid --json ``` ## Recommended Workflow 1. Run `scripts/interview_planner.py` to generate a baseline loop. 2. Align rounds to role-specific competencies. 3. Validate scoring rubric consistency with interview panel leads. 4. Review for bias controls before rollout. 5. Recalibrate quarterly using hiring outcome data. ## References - `references/interview-frameworks.md` - `references/bias_mitigation_checklist.md` - `references/competency_matrix_templates.md` - `references/debrief_facilitation_guide.md` ## Common Pitfalls - Overweighting one round while ignoring other competency signals - Using unstructured interviews without standardized scoring - Skipping calibration sessions for interviewers - Changing hiring bar without documenting rationale ## Best Practices 1. Keep round objectives explicit and non-overlapping. 2. Require evidence for each score recommendation. 3. Use the same baseline rubric across comparable roles. 4. Revisit loop design based on quality-of-hire outcomes.
Related Claude Code skills
claude-skills
Agent Designer Multi Agent System Architecture
Reviewed community Claude skill from alirezarezvani/claude-skills.
claude-skills
Agent Workflow Designer
Reviewed community Claude skill from alirezarezvani/claude-skills.
claude-skills
AgentHub — Multi Agent Collaboration
Spawn N parallel AI agents that compete on the same task. Each agent works in an isolated git worktree. The coordinator evaluates results and merges the winner.
claude-skills
API Design Reviewer
Reviewed community Claude skill from alirezarezvani/claude-skills.
claude-skills
API Test Suite Builder
Reviewed community Claude skill from alirezarezvani/claude-skills.
claude-skills
AR: Loop — Autonomous Experiment Loop
Start a recurring experiment loop that runs at a user-selected interval.