hyv batch
hyv batch runs scan (or other commands) across globs — built for content repos and ci.
quick answer
use when you need many files checked at once.
use this for
- marketing site markdown audits
- docs folders before release
- nightly ci voice checks
steps
- run hyv batch "**/*.md" for a repo scan.
- add --fail-on-hit to exit non-zero for ci.
- inspect the summary report.
details to know
- batch respects .gitignore-style skips where configured.
- combine with hyv fix only after reviewing a single-file scan first.
limits and edge cases
- very large repos may need path filters.
- batch free scans still run locally.
ready to install instead of reading about it?
npm i -g @holdyourvoice/hyv