test-what-you-touch

test-what-you-touch is a cursor rule for Cursor from arango-solutions/arango-sparql-py. It costs 395 tokens per session, scanned A, original, MIT.

A testing rule that requires tests whenever code or its behavior changes.

In plain words
What is it for?
Add unit, integration, regression, or configuration tests for changed code, cover normal and edge cases, and run the relevant test suite.
Why use it?
It helps catch regressions, meaning previously working behavior that breaks after a change, and ensures new error cases are checked.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Add unit, integration, regression, or configuration tests for changed code, cover normal and edge cases, and run the relevant test suite.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/arango-solutions/arango-sparql-py/test-what-you-touch
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/arango-solutions/arango-sparql-py

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for test-what-you-touch

README.md
[![agentmods](https://agentmods.dev/badge/rules/arango-solutions/arango-sparql-py/test-what-you-touch.svg)](https://agentmods.dev/rules/arango-solutions/arango-sparql-py/test-what-you-touch)
Your own site
<a href="https://agentmods.dev/rules/arango-solutions/arango-sparql-py/test-what-you-touch"><img src="https://agentmods.dev/badge/rules/arango-solutions/arango-sparql-py/test-what-you-touch.svg" alt="Measured on agentmods" height="20"></a>
Per session 395 This file is loaded in full into every session.
When invoked 395 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00395 $0.00395
Opus 5 $0.00198 $0.00198
Sonnet 5 $0.00079 $0.00079
Haiku 4.5 $0.00040 $0.00040

Measured 7d ago against content hash 2910d6428608, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

test-what-you-touch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/test-what-you-touch.mdc · 53 lines

What it actually says

Test What You Touch

"Every code change deserves a test change."

If you changed code, you changed behavior. If you changed behavior, tests must verify it.

The Testing Mandate

Code Change Type Required Test Change
New function New unit test
New endpoint New integration test
Bug fix Regression test (would have caught the bug)
Refactor Run existing tests, add any missing coverage
New error path Test that exercises the error path
Config change Test with different config values

Test Coverage

For new functions, test: happy path, error paths (invalid/empty input), edge cases (boundary values).

For bug fixes: write a regression test that reproduces the original bug, then verify the fix.

For refactors: all existing tests MUST still pass. If they don't cover the refactored path, add tests FIRST.

The "Touched Files" Rule

For every file you modify:

  • Is there a corresponding test file? If no → create one
  • Does the test file cover the code you changed? If no → add coverage
  • Did you run the tests after your change? If no → run them now

Test Quality

  • Deterministic — no flaky tests
  • Fast — slow tests don't get run
  • Isolated — no shared state between tests
  • Clear names — TestX_WhenY_ShouldZ format
  • Assert behavior — not just "no panic"

Anti-Patterns

  • "I tested manually" → Write an automated test
  • "I'll add tests later" → Tests are written NOW
  • "It's just a small change" → Small changes still need tests

If you wrote it, test it.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 53 lines · 395 tokens per session scan A 2910d6428608

Subscribe to this mod's changes

test-what-you-touch is a cursor rule published in the GitHub repository arango-solutions/arango-sparql-py (2 stars, last pushed yesterday), licensed MIT. It adds 395 tokens to every session, about $0.0020 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.