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

This commit is contained in:
zisisp 2026-02-16 23:17:53 +02:00
parent 464df01912
commit 38c0d42542
1 changed files with 11 additions and 0 deletions

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.