voice-call-report

Convert raw voice transcripts into structured Markdown reports with speaker labels and segment scores.

6|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/pwv-vc/agentcribs-community --skill voice-call-report-pwv-vc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-call-report
Source: https://github.com/pwv-vc/agentcribs-community/tree/main/resources/tearsheets/arsenal/dot-claude/skills/voice-call-report
Command: npx skills add https://github.com/pwv-vc/agentcribs-community --skill voice-call-report-pwv-vc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, psql, python3, and includes scripts (resource) components.

What problem does it solve?

Turns raw voice transcripts into readable, structured Markdown reports that include speaker labels, per-segment conflict health, and score deltas.

Core Features & Use Cases

  • Transcript with speaker labels, per-segment conflict health, and call scores
  • Score delta tracking and concise summaries for trajectory analysis
  • Output formatted Markdown reports saved to tmp/reports/voice_call_CALL_SID.md

Quick Start

Generate a voice call report for a valid call_sid to produce a Markdown report under tmp/reports/.

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 Markdown reports from voice call transcripts?

Markdown reports from voice call transcripts are generated by processing a valid call SID, which produces a structured file with speaker labels and segment scores saved under tmp/reports/. The report includes per-segment health and score trajectory analysis.

What is per-segment conflict health in call transcript analysis?

Per-segment conflict health in call transcript analysis evaluates the stability or friction within individual dialogue segments. This Skill calculates a health score per segment and tracks score deltas to provide concise summaries for trajectory monitoring.

Do I need Docker and Python3 to run voice call transcript reporting?

Yes, you need Docker, Python3, and psql installed to run voice call transcript reporting. These dependencies support the environment setup required to process transcripts and persist the formatted Markdown analysis files.

Can I track score deltas across stored voice transcripts?

You can track score deltas across stored voice transcripts by applying this Skill to calculate score changes and generate concise summaries. This enables trajectory analysis across multiple call segments for ongoing performance monitoring.

What's the best way to format speaker labels and call scores into a summary?

The best way to format speaker labels and call scores into a summary is using this transcript analysis tool to output structured Markdown. It formats per-segment scores and health checks while persisting the final report to a local directory.

Why are my voice call reports not saving to tmp/reports?

Voice call reports may not save to tmp/reports if Docker, Python3, or psql dependencies are missing, or if the provided call_sid is invalid. Ensure all environment prerequisites are configured correctly before generating the Markdown file.