voice-call-report

Generate formatted Voice call reports with speaker-labeled transcripts, segment scores, score deltas, conflict health, saved as Markdown to tmp/reports/voice_call_{CALL_SID}.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cncorp/arsenal --skill voice-call-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call-report
Source: https://github.com/cncorp/arsenal/tree/main/dot-claude/skills/voice-call-report
Command: npx skills add https://github.com/cncorp/arsenal --skill voice-call-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill generates formatted markdown voice call reports showing full transcriptions, per-segment scores, and delta analysis.

Core Features & Use Cases

  • Transcript-based reports: format transcripts into readable markdown.
  • Score trajectory: display per-segment scores and deltas.
  • Integration-ready: exports to markdown for sharing.

Quick Start

Run the report generator to produce a Markdown report from your database: docker compose exec api python src/scripts/test_voice_call_report.py --transcript <path> --duration 300

Frequently Asked Questions about voice-call-report

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

FAQPage Schema
How do I generate a markdown report from voice call transcripts?

Voice call reports convert transcripts into formatted markdown documents with speaker labels, per-segment scores, and score deltas automatically. Run the report generator with your transcript path and call duration to produce a markdown file saved to tmp/reports/voice_call_{CALL_SID}.md for immediate sharing and analysis.

Can I export voice call transcripts with scoring data to markdown?

Yes. This Skill exports complete voice call transcripts enriched with segment-level scores and delta analysis directly to markdown format, enabling you to track score trajectories, identify conflict health per segment, and distribute reports without additional formatting steps.

What information does a voice call report include?

Voice call reports display full transcriptions with speaker labels, per-segment scores, score deltas across segments, and conflict health indicators. Each segment is annotated with its attributes, supporting detailed trajectory visualization and per-segment analysis in a single markdown document.

How do I analyze voice call quality trends across segments?

The report generator computes score deltas between consecutive segments and renders them alongside transcription content, allowing you to visualize quality changes, identify problem areas, and track improvement or degradation throughout the call conversation.

Does this work with Langfuse integration for call analysis?

Yes. The Skill queries transcripts and enrichment data compatible with Langfuse workflows, supporting integration into existing call monitoring and analysis pipelines while maintaining markdown export compatibility.