srt-proofreader
Installation
SKILL.md
SRT Proofreader
Execute the workflow in order. Keep edits minimal and deterministic.
1. Enter srts/
- Change directory to the task's
srts/folder. - Stop and report if
srts/does not exist.
2. Ensure Git Baseline
- Check whether
srts/is already inside a git repository. - If not inside a git repository:
- run
git init - run
git add . - run
git commit -m "init srt"
- run
- Do not rewrite existing history.