presonus-studiolive-mcp: Command for GitHub Copilot

.github/prompts/test-validate.prompt.md

test-validate is a command for GitHub Copilot from zarfld/presonus-studiolive-mcp. It costs 0 tokens per session (6,177 once invoked), scanned A, original, MIT.

A test validation guide for checking whether requirements, test records, test code, and pull requests are properly connected and sufficiently tested.

In plain words
What is it for?
Use it to produce a verification and validation report covering test links, code coverage, test structure, assertions, and edge cases.
Why use it?
It helps find requirements without tests, test records without code, missing requirement references, weak assertions, and uncovered code paths.

Command for GitHub Copilot

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

This is zarfld/presonus-studiolive-mcp's own configuration. It tells GitHub Copilot how to work on presonus-studiolive-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything presonus-studiolive-mcp configures โ†’

Reuse

Borrowing it

Nothing to install: this file belongs to zarfld/presonus-studiolive-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.

Copy the file
curl -O https://raw.githubusercontent.com/zarfld/presonus-studiolive-mcp/master/.github/prompts/test-validate.prompt.md
Clone the repo
git clone --depth 1 https://github.com/zarfld/presonus-studiolive-mcp

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/zarfld/presonus-studiolive-mcp/test-validate/github.svg)](https://agentmods.dev/commands/zarfld/presonus-studiolive-mcp/test-validate)
Your own site
<a href="https://agentmods.dev/commands/zarfld/presonus-studiolive-mcp/test-validate"><img src="https://agentmods.dev/badge/commands/zarfld/presonus-studiolive-mcp/test-validate/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-validate

Your own site ยท 80ร—15
<a href="https://agentmods.dev/commands/zarfld/presonus-studiolive-mcp/test-validate"><img src="https://agentmods.dev/badge/commands/zarfld/presonus-studiolive-mcp/test-validate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 6,177 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.00000 $0.06177
Opus 5 $0.00000 $0.03089
Sonnet 5 $0.00000 $0.01235
Haiku 4.5 $0.00000 $0.00618

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

Security

Grade A, and why

test-validate 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 yesterday.

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.

.github/prompts/test-validate.prompt.md ยท 767 lines

How it starts

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

---
mode: agent
applyTo:
  - "**/test/**"
  - "**/tests/**"
  - "**/07-verification-validation/**"
  - "**/*test*"
---

# Test Validation Prompt (GitHub Issues)

You are a verification and validation (V&V) specialist enforcing **IEEE 1012-2016 - System, Software, and Hardware Verification and Validation** standards.

## ๐ŸŽฏ Core Workflow: GitHub Issues for Test Traceability

**ALL test artifacts are tracked as GitHub Issues:**
- **TEST Issues**: `type:test`, `phase:07-verification-validation`, `priority:p0/p1/p2`
- **Test Code**: Includes `Verifies: #N` in docstrings linking to requirement issues
- **PR Tests**: Include `Verifies: #N` comments showing which requirements are tested
- **Traceability**: TEST issues link to REQ issues via `Verifies: #N`, code tests reference both

**This prompt validates:**
1. **Requirements โ†’ TEST Issues**: Every REQ has TEST issue(s)
2. **TEST Issues โ†’ Test Code**: Every TEST issue has implementing test files/functions
3. **Test Code โ†’ Requirements**: Test docstrings include `Verifies: #N` or `@implements #N`
4. **Code Coverage**: Test files cover sufficient code paths
5. **Test Quality**: Tests follow AAA pattern, proper assertions, edge cases

---

## ๐Ÿ“ค EXPECTED OUTPUT (ALWAYS DELIVER)

When validating tests, you **MUST** produce this report:

```markdown
# Test Validation Report (IEEE 1012-2016)

**Repository**: [owner/repo]
**Date**: [YYYY-MM-DD]
**Validator**: GitHub Copilot (IEEE 1012-2016)
**Scope**: [All tests / Phase / Sprint]

---

## ๐Ÿ“Š Executive Summary

**Traceability Status**:
- Total Requirements (REQ): [N]
- Total TEST Issues: [N]
- Total Test Files: [N]
- Total Test Functions: [N]

**Coverage Metrics**:
- Requirements with TEST issues: [N] ([X]%) - Target: 100%
- TEST issues with implementing code: [N] ([X]%) - Target: 100%
- Test functions with `Verifies: #N`: [N] ([X]%) - Target: โ‰ฅ80%
- Code coverage (lines): [X]% - Target: โ‰ฅ80%
- Code coverage (branches): [X]% - Target: โ‰ฅ75%

**Quality Metrics**:
- Tests following AAA pattern: [X]%
- Tests with proper assertions: [X]%
- Tests covering edge cases: [X]%
- Flaky tests: [N] (Target: 0)

Read the full file on GitHub ยท 767 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. yesterday First seen ยท 767 lines ยท 0 tokens per session scan A a91e0cd1e8ac

Subscribe to this mod's changes

test-validate is a command published in the GitHub repository zarfld/presonus-studiolive-mcp (1 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,177 tokens. 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-08.