Files
claude-plugins-official/plugins/hookify/examples/require-tests-stop.local.md
2025-11-20 11:47:24 -08:00

500 B

name, enabled, event, action, conditions
name enabled event action conditions
require-tests-run false stop block
field operator pattern
transcript not_contains npm test|pytest|cargo test

Tests not detected in transcript!

Before stopping, please run tests to verify your changes work correctly.

Look for test commands like:

  • npm test
  • pytest
  • cargo test

Note: This rule blocks stopping if no test commands appear in the transcript. Enable this rule only when you want strict test enforcement.