hyv fix

hyv fix applies targeted line-level fixes from scan results using your profile context.

updated jun 12, 2026 cli commands no images
quick answer

run after hyv scan when you want automatic patch suggestions.

use this for

  • fixing flagged lines quickly
  • pairing scan + fix in a pre-commit hook
  • mcp workflows that patch files

steps

  1. run hyv scan draft.md first.
  2. run hyv fix draft.md
  3. review changes before commit.

details to know

  • fix respects the same auth and quota rules as rewrite.
  • always review — do not blind-commit fixes on legal copy.

limits and edge cases

  • fix may refuse when the file changed since scan.
  • not every flag has an automatic fix — some need human judgment.
ready to install instead of reading about it?
npm i -g @holdyourvoice/hyv