bazinga.configure-testing

bazinga.configure-testing is a command for Claude Code from mehdic/bazinga. It costs 19 tokens per session (2,256 once invoked), scanned A, original, MIT.

A command for configuring the BAZINGA testing framework, including how much testing and quality checking it applies.

In plain words
What is it for?
Use it to configure unit, integration, and end-to-end tests, QA reviews, coverage requirements, and pre-commit validation.
Why use it?
It lets a project choose between full, minimal, or skipped testing workflows and review the current settings.

Command for Claude Code

Written for Claude Code: installed under .claude/.

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.

agentmods
npx agentmods add commands/mehdic/bazinga/bazinga.configure-testing
Clone the repo
git clone --depth 1 https://github.com/mehdic/bazinga

Made for: Claude Code.

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 bazinga.configure-testing

README.md
[![agentmods](https://agentmods.dev/badge/commands/mehdic/bazinga/bazinga.configure-testing.svg)](https://agentmods.dev/commands/mehdic/bazinga/bazinga.configure-testing)
Your own site
<a href="https://agentmods.dev/commands/mehdic/bazinga/bazinga.configure-testing"><img src="https://agentmods.dev/badge/commands/mehdic/bazinga/bazinga.configure-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,256 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00019 $0.02256
Opus 5 $0.00010 $0.01128
Sonnet 5 $0.00004 $0.00451
Haiku 4.5 $0.00002 $0.00226

Measured 6d ago against content hash 8f0a38594f4c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

bazinga.configure-testing 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 6d 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.

.claude/commands/bazinga.configure-testing.md · 363 lines

How it starts

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

Bazinga Configure Testing

You are helping the user configure the BAZINGA testing framework. This controls how much testing and quality assurance is applied during development.

Command: /bazinga.configure-testing

Step 1: Read Current Configuration

First, read the current configuration:

cat bazinga/testing_config.json 2>/dev/null

Parse the current testing mode and individual settings.

Step 2: Display Current Configuration

Present the current state in a clear, visual format:

🧪 BAZINGA Testing Framework Configuration

Current Mode: [CURRENT_MODE]

┌─────────────────────────────────────────────────────────────┐
│ Testing Modes                                                │
├─────────────────────────────────────────────────────────────┤
│  1. FULL       ✅ Complete QA workflow (recommended)        │
│                • All test types (unit, integration, e2e)     │
│                • QA Expert agent reviews                     │
│                • 80% coverage threshold                      │
│                • Full pre-commit validation                  │
│                                                              │
│  2. MINIMAL    ⚡ Fast development                          │
│                • Lint + unit tests only                      │
│                • Skip QA Expert (faster)                     │
│                • Direct Developer → Tech Lead                │
│                                                              │
│  3. DISABLED   🚀 Rapid prototyping                         │
│                • Lint checks only                            │
│                • No test requirements                        │
│                • Fastest iteration                           │
│                • ⚠️  NOT for production                     │
└─────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────┐
│ Current Settings                                             │
├─────────────────────────────────────────────────────────────┤
│ Pre-Commit Validation:                                       │
│   • Lint Check:    [ON/OFF]                                 │
│   • Unit Tests:    [ON/OFF]                                 │
│   • Build Check:   [ON/OFF]                                 │
│                                                              │
│ QA Workflow:                                                 │
│   • QA Expert:     [ENABLED/DISABLED]                       │
│   • Auto-route:    [YES/NO]                                 │
│                                                              │
│ Test Requirements:                                           │
│   • Integration:   [REQUIRED/OPTIONAL]                      │
│   • Contract:      [REQUIRED/OPTIONAL]                      │
│   • E2E:           [REQUIRED/OPTIONAL]                      │
│   • Coverage:      [THRESHOLD]%                             │
└─────────────────────────────────────────────────────────────┘

Read the full file on GitHub · 363 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. 6d ago First seen · 363 lines · 19 tokens per session scan A 8f0a38594f4c

Subscribe to this mod's changes

bazinga.configure-testing is a command published in the GitHub repository mehdic/bazinga (21 stars, last pushed 7mo ago), licensed MIT. It adds 19 tokens to every session and 2,256 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-08-30.