transcription-correction

Correct Microsoft Teams transcripts using the STANLIB lexicon and attendance data.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/adriaanmostert1976-lab/adriaan-toolkits --skill transcription-correction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcription-correction
Source: https://github.com/adriaanmostert1976-lab/adriaan-toolkits/tree/main/meetings-and-knowledge-toolkit/skills/transcription-correction
Command: npx skills add https://github.com/adriaanmostert1976-lab/adriaan-toolkits --skill transcription-correction

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, openpyxl, python-docx, openpyxl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the issues with auto-generated Microsoft Teams meeting transcripts, such as misspellings, inconsistent speaker labels, and lack of attendance context.

Core Features & Use Cases

  • Contextual Correction: Applies the STANLIB lexicon to clean up transcripts.
  • Speaker Label Normalization: Ensures speaker labels are in a consistent format.
  • Attendance Integration: Merges attendance data with transcripts.
  • Use Case: Use this Skill to process and correct a Microsoft Teams transcript for a meeting with attendance data, producing a clean merged Markdown output and a detailed audit log.

Quick Start

Run the transcription-correction skill with the transcript file and attendance report using: transcription-correction --transcript <path-to-transcript> --attendance <path-to-attendance>

Frequently Asked Questions about transcription-correction

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

FAQPage Schema
How do I clean up a Microsoft Teams meeting transcript with misspellings and inconsistent speaker labels?

You correct Teams meeting transcripts by applying a predefined lexicon and normalization rules to fix misspellings and standardize speaker labels. The process also merges attendance data with the transcript for complete meeting context.

How do I merge attendance data with a Teams transcript to identify speakers?

You merge attendance data with a Teams transcript by parsing both files and pairing the records with speaker labels. This integration produces a clean, merged Markdown output that combines the corrected transcript text with attendance context.

Does this transcript correction approach work with Python document processing libraries?

Yes, this transcript correction approach requires Python scripting capabilities and uses document processing libraries like python-docx and openpyxl to parse files, manipulate text, and pair attendance data with the transcript records.

What's the best way to automate text normalization for corporate meeting transcripts?

The best way to automate text normalization for meeting transcripts is applying a predefined corporate lexicon via a script. This systematically corrects domain-specific misspellings and formats speaker labels consistently without manual text editing.

What output format do I get after processing and correcting a meeting transcript?

After processing and correcting a meeting transcript, you receive a clean merged Markdown output containing the normalized text and integrated attendance data. The process also generates a detailed audit log tracking the applied corrections.