suggest-dfxp-fixes

Generates prioritized DFXP remediation plans with code fixes and verification steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes the latest DFXP/TTML compliance report and generates detailed Python code suggestions for fixing the most critical issue, reducing remediation time and preventing regression.

Core Features & Use Cases

  • Finds the MOST CRITICAL issue in the latest ai_artifacts/compliance_checks/dfxp report.
  • Generates a precise fix with file locations, line numbers, tests, and implementation notes, all aligned to the TTML spec.
  • Saves a ready-to-use suggested fix to ai_artifacts/compliance_checks/dfxp/suggested_dfxp_fixes.md and guides verification.

Quick Start

Run the command to generate the top-priority fix: /suggest-dfxp-fixes

Frequently Asked Questions about suggest-dfxp-fixes

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

FAQPage Schema
How do I generate Python code fixes for DFXP TTML compliance report failures?

To generate Python code fixes for DFXP TTML compliance report failures, this Skill analyzes the latest validation report to identify the most critical issue and produces a detailed code suggestion with file locations, tests, and spec references.

What is the best way to automate fixing missing MUST rules in TTML validation gaps?

Automating fixes for missing MUST rules in TTML validation gaps is best handled by analyzing the latest compliance report to pinpoint the critical issue, then generating one precise Python fix per run with implementation notes and test coverage.

How does DFXP fix generation handle implementation caveats and missing spec rules?

DFXP fix generation handles implementation caveats by analyzing the latest compliance report, identifying the most critical missing MUST rule or validation gap, and generating a targeted Python code fix with specific file locations and spec references.

Can I use this tool to find the most critical issue in a DFXP compliance report automatically?

Yes, you can automatically find the most critical issue in a DFXP compliance report, which then triggers the generation of a detailed Python code fix including line numbers, implementation notes, tests, and a ready-to-save markdown report.

What steps are needed to ensure a DFXP fix includes tests and spec references?

To ensure a DFXP fix includes tests and spec references, the Skill analyzes the latest compliance report, generates the fix with specific file locations and line numbers, and outputs a ready-to-save markdown file guiding verification.

Does the generated TTML fix save to a specific file path for later review?

Yes, the generated TTML fix saves directly to ai_artifacts/compliance_checks/dfxp/suggested_dfxp_fixes.md, providing a ready-to-use markdown report that includes the code suggestion, tests, and verification guidance.