---
title: "require tests stop.local"
description: "**Tests not detected in transcript!**"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/require-tests-stop-local
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:46:04.709Z
license: CC-BY-4.0
attribution: "require tests stop.local — Claudary (https://claudary.paisolsolutions.com/skills/require-tests-stop-local)"
---

# require tests stop.local
**Tests not detected in transcript!**

## Overview

---
name: require-tests-run
enabled: false
event: stop
action: block
conditions:
  - field: transcript
    operator: not_contains
    pattern: 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.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/require-tests-stop-local) · https://claudary.paisolsolutions.com
