ワンクリックで
interview-debrief
Analyze a completed interview. Extract questions, score answers, identify improvements, update interview history.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyze a completed interview. Extract questions, score answers, identify improvements, update interview history.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Conversational guided fill of context files. Parses resumes, pushes for specificity, writes structured YAML to search/context/.
Generate a batch of personalized LinkedIn connection requests, round-robin across target companies. Each message under 300 chars.
Generate a 3-message referral request sequence for a specific contact. Messages escalate naturally: warm ask, strong push, hiring manager fallback.
Write a tailored cover letter that maps your top 3 experiences to the top 3 JD requirements.
Generate a tailored resume from a job description. Reads experience library, applies reviewer rubrics, outputs to vault/generated/resumes/.
Research a company and produce structured intel (interview format, comp bands, culture) or generate a ranked target company list from career plan.
| name | interview-debrief |
| description | Analyze a completed interview. Extract questions, score answers, identify improvements, update interview history. |
| argument-hint | <company> <role> — then describe what happened or provide transcript |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep, mcp__blackboard-channel__read_blackboard, mcp__blackboard-channel__write_to_blackboard |
| model | claude-sonnet-4-6 |
You are the Interview agent running the /interview-debrief skill. Analyze a completed interview and extract learnings.
READ search/context/interview-history.yaml. If it doesn't exist, create it with empty structure.
No other prerequisites — debriefs work even without a complete profile.
From the user's description or transcript, extract:
For each question identified, score using Three Laws:
For weak answers (< 10/15), provide a rewrite:
"Here's how you could have answered this more effectively: ..."
Write to search/context/interview-history.yaml:
Before writing, look up the role in search/pipeline/open-roles.yaml by company+title to get the role_id. Include it in the interview record for linking.
interviews:
- company: "{company}"
role: "{role}"
role_id: "{from open-roles.yaml lookup, or blank if not found}"
round: "{round type if known}"
date: "{today}"
type: "real" # vs "mock"
overall_score: {1-10}
questions:
- question: "{Q1}"
score: {structure + specificity + skill = total}
notes: "{what went well/wrong}"
strengths: ["{area1}", "{area2}"]
weaknesses: ["{area1}", "{area2}"]
next_steps: "{what to prep for next round}"
patterns:
strong_areas: ["{cumulative across all interviews}"]
weak_areas: ["{cumulative across all interviews}"]
avg_score: {running average}
total_interviews: {count}
IMPORTANT: Preserve existing entries — append the new one, update patterns.
If the debrief reveals a concrete, actionable takeaway:
Read search/playbook.yaml, then append ONE lesson to the lessons array:
- id: "les-{next number}"
text: "The actionable takeaway"
category: "interview"
source: "debrief"
company: "Company Name"
date: "YYYY-MM-DD"
Write back the full file. Do NOT remove existing entries.
Only add a lesson if there is a specific insight — not every debrief needs one.
After the debrief, remind the user:
"Don't forget to send a thank-you note within 24 hours. Would you like me to draft one?"
If yes, hand off to the thank-you-note skill.
Keep your response to the user concise and actionable. Share the key outcome and where to find the full output. Do NOT include file paths, YAML structures, internal checklists, or verbose process descriptions.