interview-analysis

interview-analysis is a skill for Claude Code from archugunov/pm-job-search. It costs 176 tokens per session (3,229 once invoked), scanned A, original, MIT.

A post-interview review tool that analyzes a transcript or interview notes. It produces a debrief for the next interview round, improvements to your reusable stories, and possible status updates.

In plain words
What is it for?
Use it to review what happened in an interview, identify missed points, improve your interview stories, and decide what to do next with the application.
Why use it?
It turns a conversation that might otherwise be forgotten into specific lessons and follow-up material. It can use pasted text, a file, or a connected Granola transcript when configured.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the pm-job-search plugin — 13 skills, 6 agents shipped together

Good fit Use it to review what happened in an interview, identify missed points, improve your interview stories, and decide what to do next with the application.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add archugunov/pm-job-search
Claude Code
/plugin install pm-job-search

Made for: Claude Code.

Or install pm-job-search, the plugin that ships this one along with the rest of its 13 skills, 6 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for interview-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/archugunov/pm-job-search/interview-analysis/github.svg)](https://agentmods.dev/skills/archugunov/pm-job-search/interview-analysis)
Your own site
<a href="https://agentmods.dev/skills/archugunov/pm-job-search/interview-analysis"><img src="https://agentmods.dev/badge/skills/archugunov/pm-job-search/interview-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for interview-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/archugunov/pm-job-search/interview-analysis"><img src="https://agentmods.dev/badge/skills/archugunov/pm-job-search/interview-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 176 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,229 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00176 $0.03229
Opus 5 $0.00088 $0.01614
Sonnet 5 $0.00035 $0.00646
Haiku 4.5 $0.00018 $0.00323

Measured 12d ago against content hash adfb90f96ebd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

interview-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/interview-analysis/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/interview-analysis — post-interview debrief from a transcript

Single-pass analysis. Take a transcript (or notes), produce a debrief that's useful for: (a) the next round at the same company, (b) updates to the user's universal artefacts (stories, anti-patterns), (c) status decisions on meta.md.

Voice: the transcript-source prompt, stage prompt, and the written debrief itself follow ${CLAUDE_PLUGIN_ROOT}/TONE.md. Apply the low-effort-first principle — accept notes if no transcript is available, infer Company / stage from filename if possible, only ask when the answer can't be derived.

Inputs

  • Transcript source — resolve in this priority order. The FIRST source that produces content wins:
    1. Pasted content in the same message as the invocation.
    2. --from-file <path> — read from the given path (can be inside or outside the workspace).
    3. Auto-Granola fetch — if userdata/integrations.md shows granola status wired AND neither of the above produced content, automatically attempt the Granola fetch (see "Granola fetch" below). No flag needed.
    4. Prompt the userPaste the transcript, or give me a file path. Only fires when 1-3 all came up empty.
    • If the user has only notes (not a verbatim transcript), accept them — flag in the debrief that analysis is from notes, not transcript.
  • <Company> — required. Take as positional arg (/interview-analysis Plaid), infer from --from-file parent folder if path is inside userdata/companies/<Co>/, or ask if neither.
  • <stage> — required for the filename and for shaping. Pass via --stage or ask: Which round was this — recruiter / hiring-manager / panel / cpo-round / final-loop / take-home / other? Free-text accepted; will be slugged.
  • userdata/integrations.md if it exists — parse the ## granola section for wired-status. Skip silently if absent.
  • userdata/companies/<Co>/meta.md and research-brief.md — for company context.
  • The most recent userdata/companies/<Co>/interview-prep-*.md if it exists — for the "vs the prep" delta analysis. Match on --stage if multiple; otherwise pick the most recent same-stage prep, or the most recent prep regardless.
  • userdata/profile.md## Positioning, ## Tone of Voice, ## What NOT to Frame As.
  • All userdata/stories/*.md — to spot which stories were used (match by title hints in the transcript) and judge whether the angles landed.

Read the full file on GitHub · 189 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 189 lines · 0 tokens per session scan A adfb90f96ebd

Subscribe to this mod's changes

interview-analysis is a skill published in the GitHub repository archugunov/pm-job-search (7 stars, last pushed 16d ago), licensed MIT. It adds 176 tokens to every session and 3,229 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

interview

Produce a tailored interview prep sheet (behavioral, technical, system design, company) from a job description and the user's resume.

suxrobGM/jobpilot · 29 tokens

tutorial

Interactive walkthrough for new users. Learn by doing — each step creates real content in your vault. Three tracks (researcher, manager, personal) with a universal learning arc. Triggers on "/tutorial", "walk me through", "how do I use this".

agenticnotetaking/arscontexta · 55 tokens

learn

Research a topic and grow your knowledge graph. Uses Exa deep researcher, web search, or basic search to investigate topics, files results with full provenance, and chains to processing pipeline. Triggers on "/learn", "/learn [topic]", "research this", "find out about".

agenticnotetaking/arscontexta · 59 tokens

course-builder

Use whenever the user wants to ingest a new course's materials (lecture notes, textbook chapters, HW problems, HW solutions) and build the course-specific knowledge base — patterns.md (recurring solution techniques), coverage.md (HW-to-section map with 🔥 exam tiers + ⚠weak flags), and summary.md (topic tree). Invoked…

OPTIMETA/PAIDEIA · 119 tokens

alt-import

Parse an Exam Radar (OPTIMETA Alt plugin) export and fold its lecture-emphasis exam-probability signal into the PAIDEIA course index — write course-index/radar.md, annotate course-index/coverage.md with a lecture-emphasis column and divergence flags, and seed a gold-zone weakmap. Invoked by /paideia:alt. The export…

OPTIMETA/PAIDEIA · 88 tokens

mock-interview

Mock interviewer — role-plays a hiring-bar interviewer for an interactive mock interview, asking one question at a time, drilling deeper adaptively, scoring in real time, and identifying weak spots. Company styles are loaded from your configurable company-style library.

Dora0512/interview-trainer · 53 tokens