skills/video-quote-finder: add markdown PR hygiene checks

This commit is contained in:
zisisp
2026-02-16 23:17:53 +02:00
committed by Peter Steinberger
parent 28216956ec
commit d0793cbb9b

View File

@@ -33,3 +33,14 @@ python3 skills/video-quote-finder/scripts/find_quote_timestamp.py \
- Requires `summarize` CLI (`@steipete/summarize`) in PATH.
- Works best when YouTube captions are available.
- If no exact match is found, uses fuzzy matching and suggests alternatives.
## PR hygiene (Markdown)
When this skill is added/updated in a PR, ensure docs checks pass before pushing:
```bash
pnpm format:docs:check
pnpm lint:docs
```
If a markdown CI error appears (for example `MD034/no-bare-urls`), fix the markdown and re-run both commands.