meeting-schema-validation

Validate meeting transcripts against a YAML frontmatter schema.

1|2|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/jayhjenkins/ProductOSv0.2 --skill meeting-schema-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-schema-validation
Source: https://github.com/jayhjenkins/ProductOSv0.2/tree/main/.claude/skills/quality-gates/meeting-schema-validation
Command: npx skills add https://github.com/jayhjenkins/ProductOSv0.2 --skill meeting-schema-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures meeting transcripts adhere to a uniform YAML frontmatter schema and naming conventions, enabling reliable downstream processing and analytics.

Core Features & Use Cases

  • Frontmatter validation: Enforces required fields (date, type, customer, participants, etc.) and field formats.
  • Filename validation: Ensures file naming matches frontmatter and conforms to the designated pattern.
  • Content integrity checks: Verifies required sections (AI Summary, Action Items, Full Transcript, Links) exist.
  • Workflow integration: Gatekeeping for meeting-synthesis workflows to prevent malformed data from entering pipelines.

Quick Start

Run the validation on a sample meeting file, e.g., datasets/meetings/Customers/ACME/2025/10-15_sales_discovery-call_acme_jd.md to verify schema conformance.

Frequently Asked Questions about meeting-schema-validation

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

FAQPage Schema
How do I validate meeting transcript frontmatter against a YAML schema?

You can validate meeting transcript frontmatter by checking it against a defined YAML schema to enforce required fields like date, type, and participants. This ensures uniform structure for reliable downstream processing.

What meeting transcript sections are required for schema validation?

Schema validation for meeting transcripts requires specific content sections: AI Summary, Action Items, Full Transcript, and Links. Verifying these sections ensures content integrity and searchability across archived and new meetings.

Can I use meeting schema validation to gatekeep automated synthesis workflows?

Yes, you can use meeting schema validation as a gatekeeping step for automated synthesis workflows. It prevents malformed data from entering pipelines by flagging violations in frontmatter fields, types, and naming conventions.

How do I check if meeting filenames match frontmatter conventions?

Filename validation checks that meeting file names match the frontmatter and conform to designated naming patterns. This ensures file labels align with metadata like date, customer, and meeting type for consistent organization.

Does meeting schema validation work on archived meeting transcripts?

Yes, meeting schema validation applies across new transcripts, archived meetings, and automated workflows. It flags frontmatter and naming convention violations in existing files so you can remediate them for consistency.

What is the best way to enforce required fields in meeting YAML frontmatter?

The best way to enforce required fields in meeting YAML frontmatter is using a schema validation process that checks for mandatory metadata like date, type, and participants. It flags missing fields for remediation.