interview-transcription

Solid

Transcription workflows, recording management, and quote extraction for journalists. Use when processing audio/video recordings, generating transcripts with timestamps, extracting quotes for fact-checking, or building source-and-recording databases. For interview question design and pre-interview preparation, see the interview-prep skill.

Data & Documents 341 stars 58 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Interview transcription and management Practical workflows for journalists managing interviews from preparation through publication. ## When to activate - Preparing questions for an interview - Processing audio/video recordings - Creating or managing transcripts - Organizing notes from multiple sources - Building a source relationship database - Generating timestamped quotes for fact-checking - Converting recordings to publishable quotes ## Recording setup for transcription For pre-interview research, question design, attribution agreements, and consent scripts, use the **interview-prep** skill. The notes here cover only the recording configuration that affects transcription quality. ```python # Standard recording configuration for clean transcription RECORDING_SETTINGS = { 'format': 'wav', # Lossless for transcription 'sample_rate': 16000, # Whisper resamples to 16k anyway; 16k saves disk 'channels': 1, # Mono is fine for speech; stereo only if mics are positionally distinct 'backup': True, # Always run a backup recorder } # File naming convention # YYYY-MM-DD_source-lastname_topic.wav # Example: 2026-05-08_smith_budget-hearing.wav ``` **Two-device rule.** Always record on two devices. Phone as backup minimum. If using a wireless lav mic, the recorder built into the lav unit is one device; the phone running a backup app is the second. **Mono is preferred** unless each speaker has their own dedicated microphone ...

Details

Author
jamditis
Repository
jamditis/claude-skills-journalism
Created
7 months ago
Last Updated
yesterday
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category