interview-export

Export simulated interview artifacts into a timestamped folder under reports/interviews.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/michaelarutyunov/interview-system-v2 --skill interview-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interview-export
Source: https://github.com/michaelarutyunov/interview-system-v2/tree/main/.claude/skills/interview-export
Command: npx skills add https://github.com/michaelarutyunov/interview-system-v2 --skill interview-export

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the consolidation of interview artifacts (transcripts, causal chains, graphs, scoring data, latency logs, and session metadata) into a single, timestamped export folder to simplify review and archival.

Core Features & Use Cases

  • Exports transcripts, causal chains, and graph visualizations into a unified directory structure under reports/interviews/<timestamp>/
  • Produces a set of standardized files (00_meta.yaml, 01_transcript.md, 02_causal_chains.md, 03_graph.mmd, 03_graph.png, 04_scoring.csv, 04_scoring_summary.md, 05_latency/, 06_insights.md, 99_session.log)
  • Idempotent exports and easy re-run capability; supports selecting specific simulation by providing the interview JSON path
  • Facilitates review and auditing by organizing all artifacts in a single, navigable location

Quick Start

Run uv run python scripts/reporting/export_interview.py <path-to-json> to export artifacts for a specific simulation.

Frequently Asked Questions about interview-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export interview transcripts and causal chains into a single folder?

You can export interview transcripts and causal chains into a single folder by running a script that consolidates simulation artifacts into a standardized, timestamped directory structure under reports/interviews.

What is the best way to consolidate interview artifacts like scoring data and latency reports?

Consolidating interview artifacts like scoring data and latency reports is best handled by exporting them into a unified timestamped directory, which produces standardized files including CSV scores, markdown summaries, and dedicated latency logs.

How do I generate graph visualizations from an interview simulation?

To generate graph visualizations from an interview simulation, you can run the export process which outputs Mermaid and PNG graph files alongside metadata and transcripts in a navigable folder structure.

Can I re-run an export for a specific interview simulation without overwriting previous artifacts?

Yes, you can re-run exports for a specific simulation by providing the interview JSON path, as the process is idempotent and safely organizes outputs into a new timestamped folder to prevent overwriting.

What files are included when exporting interview artifacts for review and auditing?

Exporting interview artifacts for review and auditing produces a complete set of files including metadata YAML, transcript markdown, causal chains, graph files, scoring CSVs, latency directories, insights, and session logs.

Does exporting interview artifacts require any external dependencies?

Exporting interview artifacts does not require external dependencies, as the process relies on a standalone Python script to read simulation JSON and generate the standardized directory structure.