chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0
This commit is contained in:
43
skills/caption-quality-checker/SKILL.md
Normal file
43
skills/caption-quality-checker/SKILL.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
name: caption-quality-checker
|
||||
description: Validates caption and transcript quality for video and audio content.
|
||||
---
|
||||
|
||||
# caption-quality-checker
|
||||
|
||||
## Capabilities
|
||||
|
||||
- Check caption timing and synchronization
|
||||
- Validate transcript accuracy
|
||||
- Identify missing captions
|
||||
- Suggest caption improvements
|
||||
|
||||
## Usage
|
||||
|
||||
Use this skill when:
|
||||
- Video or audio content has captions
|
||||
- Reviewing transcript quality
|
||||
- Ensuring caption compliance
|
||||
|
||||
## Input
|
||||
|
||||
Video/audio file and caption/transcript files.
|
||||
|
||||
## Output
|
||||
|
||||
Caption quality report with:
|
||||
- Timing accuracy assessment
|
||||
- Transcript completeness
|
||||
- Missing caption identification
|
||||
- Improvement suggestions
|
||||
|
||||
## Limitations
|
||||
|
||||
- Cannot assess caption accuracy without audio
|
||||
- Timing analysis depends on file synchronization
|
||||
- Does not replace human review
|
||||
|
||||
## Assumptions
|
||||
|
||||
- Caption file format is supported (SRT, VTT)
|
||||
- Audio/video is accessible
|
||||
Reference in New Issue
Block a user