hyv batch

hyv batch runs scan (or other commands) across globs — built for content repos and ci.

updated jun 12, 2026 cli commands no images
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

  1. run hyv batch "**/*.md" for a repo scan.
  2. add --fail-on-hit to exit non-zero for ci.
  3. 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