test-tools

test-tools is a command for GitHub Copilot from BetterThanTomorrow/calva-backseat-driver. It costs 21 tokens per session (1,082 once invoked), scanned A, original, MIT.

A manual smoke-test procedure for tools in the Backseat Driver MCP server, a service that lets coding agents perform development actions. It checks the tools directly rather than writing or running automated tests.

In plain words
What is it for?
Use it to inspect settings, invoke each development tool, check normal and error cases, and verify edge cases in agent-driven Clojure workflows.
Why use it?
It catches broken core actions, unclear error messages, and problems with fuzzy line matching or returned code context after tool updates.

Command for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt.

Good fit Use it to inspect settings, invoke each development tool, check normal and error cases, and verify edge cases in agent-driven Clojure workflows.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/betterthantomorrow/calva-backseat-driver/test-tools
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/BetterThanTomorrow/calva-backseat-driver

Made for: GitHub Copilot.

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-tools

README.md
[![agentmods](https://agentmods.dev/badge/commands/betterthantomorrow/calva-backseat-driver/test-tools/github.svg)](https://agentmods.dev/commands/betterthantomorrow/calva-backseat-driver/test-tools)
Your own site
<a href="https://agentmods.dev/commands/betterthantomorrow/calva-backseat-driver/test-tools"><img src="https://agentmods.dev/badge/commands/betterthantomorrow/calva-backseat-driver/test-tools/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for test-tools

Your own site · 80×15
<a href="https://agentmods.dev/commands/betterthantomorrow/calva-backseat-driver/test-tools"><img src="https://agentmods.dev/badge/commands/betterthantomorrow/calva-backseat-driver/test-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,082 The whole file, excluding the scripts and references it only reads on demand.
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.00021 $0.01082
Opus 5 $0.00010 $0.00541
Sonnet 5 $0.00004 $0.00216
Haiku 4.5 $0.00002 $0.00108

Measured today against content hash 989ed6fb3c73, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

test-tools 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 today.

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.

test-projects/example/.github/prompts/test-tools.prompt.md · 125 lines

How it starts

The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Backseat Driver Tool Smoke Tests

You are an AI agent testing the Backseat Driver MCP server tools by using them directly. These tools are designed for AI agents like you to perform Clojure development tasks.

Your mission is to manually exercise each Backseat Driver tool to validate:

  • Core functionality works as expected when you use the tools
  • Error handling provides clear, actionable feedback to you as an agent
  • Edge cases related to fuzzy line matching and error context are handled gracefully

Important: This is NOT about writing or running automated tests. You will directly invoke each tool, observe the results, and verify they work correctly for agent-driven development workflows.

Test Workflow

Query Current Settings

Before testing, check the current fuzzy matching and error context settings using Joyride:

(require '["vscode" :as vscode])

(let [config (vscode/workspace.getConfiguration "calva-backseat-driver")]
  {:fuzzy-line-targeting-padding (.get config "editor.fuzzyLineTargetingPadding")
   :line-context-response-padding (.get config "editor.lineContextResponsePadding")})

Note the values for:

  • fuzzyLineTargetingPadding (default: 2) - lines to search ±target line
  • lineContextResponsePadding (default: 10) - lines shown in error messages

Create Test Files

Use the Create Clojure File tool to create these test files for different edge case scenarios:

  1. Main test file: src/mini/tool_smoke_test_<round_number>.clj (standard size, 15+ lines)
  2. Tiny file: src/mini/tiny_edge_case.clj (only 3-4 lines total)
  3. Similar lines file: src/mini/similar_lines.clj (contains duplicate/similar code patterns)

Then test each category systematically:

1. Structural Editing Tools

Test the complete file editing lifecycle:

Create Clojure File
  • Create new file with namespace and one simple function
  • ✓ Verify: File created with valid syntax, no diagnostics errors
Append Code
  • Add 1-2 functions to end of file
  • ✓ Verify: Forms appended correctly, syntax remains valid

Read the full file on GitHub · 125 lines

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. today First seen · 125 lines · 21 tokens per session scan A 989ed6fb3c73

Subscribe to this mod's changes

test-tools is a command published in the GitHub repository BetterThanTomorrow/calva-backseat-driver (64 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 1,082 once invoked, about $0.0001 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-09-10.