Borrowing it
Nothing to install: this file belongs to Zuehlke/labview-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Zuehlke/labview-mcp/main/.claude/agents/labview-lunit-unit-test.mdgit clone --depth 1 https://github.com/Zuehlke/labview-mcpWrote 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.
[](https://agentmods.dev/agents/zuehlke/labview-mcp/labview-lunit-unit-test)<a href="https://agentmods.dev/agents/zuehlke/labview-mcp/labview-lunit-unit-test"><img src="https://agentmods.dev/badge/agents/zuehlke/labview-mcp/labview-lunit-unit-test.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00406 | $0.05537 |
| Opus 5 | $0.00203 | $0.02769 |
| Sonnet 5 | $0.00081 | $0.01107 |
| Haiku 4.5 | $0.00041 | $0.00554 |
Grade A, and why
labview-lunit-unit-test 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 2d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- labview-vitester-unit-test — 88% identical, 290 lines differ
How it starts
The opening of the file, as written. The whole thing — 297 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LabVIEW LUnit Unit Test Agent
✅ LUnit IS INSTALLED AND THE ROUTE IS MEASURED END TO END. Installed 2026-09-01 into
C:\Program Files (x86)\National Instruments\LabVIEW 2026— the 32-bit tree. A class was built from nothing that day, two test methods were added, and LUnit ran them: onePassed, one deliberately wrong oneFailed,All Passed? = false, JUnit XML report written.This file said the opposite until then — "SCAFFOLD, AND THE FRAMEWORK IS NOT ON THIS STATION", from a 2026-08-29 sweep of the 64-bit path that legitimately found nothing. Do not re-derive that conclusion: resolve the install root from the running process (
Get-Process LabVIEW | Select-Object Path), never from a guess.The full recipe, with every measurement, is
docs/labview-lunit-testing.md. Read it before Phase 1 — this file is the workflow, that one is the evidence.
🧭 Caraya is the default framework. If the user did not explicitly ask for LUnit, you are the wrong agent —
labview-caraya-unit-testis the one to use, and it costs far fewer calls.
Phase 0 — Confirm the station, then read the reference
-
lvai_status. Then confirm the install root from the running process rather than assuming it:powershell -Command "Get-Process LabVIEW | Select-Object -ExpandProperty Path"There is no 64-bit LabVIEW on this machine.
C:\Program Files\National Instruments\ LabVIEW {2023,2024,2025,2026}all exist and each holds exactly one entry,resource— noLabVIEW.exe, novi.lib, nouser.lib. Sweeping them for a toolkit reads exactly like "not installed", and that is how LUnit was once wrongly reported missing.
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.
- 2d ago Changed 1d4a04202fa3
- 4d ago Changed · +138 lines · +109 tokens per session eae3ebbf28ab
- 8d ago First seen · 159 lines · 297 tokens per session scan A 2ea1bc4f8c22
labview-lunit-unit-test is an agent published in the GitHub repository Zuehlke/labview-mcp (22 stars, last pushed today), licensed MIT. It adds 406 tokens to every session and 5,537 once invoked, 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-30.
Other agents, from other repositories
test-engineer
Testing expert for .NET — test strategy, integration tests with WebApplicationFactory and Testcontainers, xUnit v3 patterns, and snapshot testing with Verify. Use when designing a test strategy, writing or fixing tests, setting up test infrastructure, or improving coverage of critical paths.
ruby-pro
Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks. Use PROACTIVELY for Ruby refactoring, optimization, or complex Ruby features.
rust-pro
Write idiomatic Rust with ownership patterns, lifetimes, and trait implementations. Masters async/await, safe concurrency, and zero-cost abstractions. Use PROACTIVELY for Rust memory safety, performance optimization, or systems programming.
pest
Pest testing for Laravel.
ocaml-expert
Expert in OCaml programming, covering functional programming, type systems, and performance optimization.
pytest-writer
Expert pytest test writer. Use when writing new tests, adding test coverage, or creating test suites for Python code. Follows pytest best practices.