run-all-compliance

Run SCC, VTT, and DFXP compliance checks in sequence and generate dated reports.

272|141|Updated Jun 1, 2012
One-click install
npx skills add https://github.com/pbs/pycaption --skill run-all-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-all-compliance
Source: https://github.com/pbs/pycaption/tree/main/.claude/skills/run-all-compliance
Command: npx skills add https://github.com/pbs/pycaption --skill run-all-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end compliance validation by running SCC, VTT, and DFXP checks in sequence and producing three dated compliance reports, simplifying auditing and traceability.

Core Features & Use Cases

  • End-to-end orchestration: Executes SCC, VTT, and DFXP checks in order to ensure consistent evaluation across formats.
  • Automatic, dated reporting: Outputs three dated reports under ai_artifacts/compliance_checks/ for auditing and historical comparison.
  • Prerequisites-aware workflow: Points to spec summaries located at ai_artifacts/specs/ and suggests running analyze-scc-docs, analyze-vtt-docs, and analyze-dfxp-docs as needed.

Quick Start

Run all compliance checks with one command to generate the three reports.

Frequently Asked Questions about run-all-compliance

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

FAQPage Schema
How do I run automated compliance checks for SCC, VTT, and DFXP caption formats?

You can generate dated compliance reports for SCC, VTT, and DFXP by orchestrating checks in sequence against the pycaption implementation. Reports are output to ai_artifacts/compliance_checks/ for immediate auditing and historical comparison.

What is the best way to automate end-to-end caption format validation and auditing?

The best way to automate end-to-end caption format validation is running a single orchestration workflow that executes SCC, VTT, and DFXP checks in order. This generates three dated reports under ai_artifacts/compliance_checks/ ensuring consistent evaluation and traceability across formats.

Do I need spec summaries before running SCC, VTT, and DFXP compliance checks?

Yes, you need spec summaries located at ai_artifacts/specs/ before running compliance checks. If these summaries are missing, you should run analyze-scc-docs, analyze-vtt-docs, and analyze-dfxp-docs first to extract the required specifications for validation.

How does the compliance reporting process handle multiple caption formats?

The compliance reporting process handles multiple formats by orchestrating SCC, VTT, and DFXP checks in sequence. It verifies spec adherence against the pycaption implementation and outputs three separate dated reports for each format to ensure auditable end-to-end validation.

Can I use this compliance orchestration workflow for spec adherence validation without manual intervention?

Yes, you can use this workflow for spec adherence validation without manual intervention. It automatically executes the three compliance checks in order, reads existing spec summaries, and generates the auditable reports without requiring manual input during the process.