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 233 stars 44 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
79
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
5 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

interview-prep

Prepare for journalism interviews with research checklists, question frameworks, and attribution guidelines. Use when preparing to interview sources, planning follow-up questions, or managing interview logistics. Covers consent, recording laws, and professional protocols.

233 Updated today
jamditis
Data & Documents Listed

audio-transcriber

Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration

335 Updated today
aiskillstore
AI & Automation Featured

audio-transcriber

Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration

39,227 Updated today
sickn33
AI & Automation Listed

video-transcribe

Video/audio transcription, visual frame analysis, Groq Whisper long-form transcripts, timestamped Obsidian notes, and keyframe-based visual summaries. Use for video links, audio links, 字幕/转录/视频总结/画面分析/图文笔记, especially when the result must replace watching the video. Keywords: video, transcribe, 转录, 视频, 音频, audio, subtitle, 字幕, summary, 总结, 图文笔记, 视频内容, 画面分析, visual analysis, keyframe, whisper, groq, yt-dlp

7 Updated today
codingSamss
Data & Documents Solid

transcribe

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

27,681 Updated today
davila7