simulink-automation-suite: Skill for Claude Code

.claude/skills/live-testing/SKILL.md

live-test is a skill for Claude Code from Mistakey/simulink-automation-suite. It costs 72 tokens per session (940 once invoked), scanned A, original, MIT.

A procedure for testing a MATLAB/Simulink automation add-on on real hardware from the outside, through the actions it exposes. MATLAB is software for technical computing, and Simulink is its tool for modeling and testing systems.

In plain words
What is it for?
Use it for full, incremental, or targeted live-device tests, discovering available actions, creating tests from their descriptions, and recording results.
Why use it?
It checks whether the add-on works as a real user would use it and keeps the test process independent from its internal source code and unit tests.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

This is Mistakey/simulink-automation-suite's own configuration. It tells Claude Code how to work on simulink-automation-suite 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 simulink-automation-suite configures →

Part of the simulink-automation-suite plugin — 3 skills, 2 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to Mistakey/simulink-automation-suite. 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/Mistakey/simulink-automation-suite/main/.claude/skills/live-testing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Mistakey/simulink-automation-suite

Made for: Claude Code.

Or install simulink-automation-suite, the plugin that ships this one along with the rest of its 3 skills, 2 agents.

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 live-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/mistakey/simulink-automation-suite/live-testing.svg)](https://agentmods.dev/skills/mistakey/simulink-automation-suite/live-testing)
Your own site
<a href="https://agentmods.dev/skills/mistakey/simulink-automation-suite/live-testing"><img src="https://agentmods.dev/badge/skills/mistakey/simulink-automation-suite/live-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 940 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.00072 $0.00940
Opus 5 $0.00036 $0.00470
Sonnet 5 $0.00014 $0.00188
Haiku 4.5 $0.00007 $0.00094

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

Security

Grade A, and why

live-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 8d 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/skills/live-testing/SKILL.md · 93 lines

How it starts

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

Live Device Testing

End-to-end functional verification of the simulink-automation-suite plugin on real MATLAB/Simulink hardware. This skill tests the plugin as a user would — through its published interface, not its source code.

On-Demand References

  • .claude/skills/live-testing/phases.md — Detailed phase definitions, test case generation rules, pass/fail criteria, error handling. Read when starting test execution.
  • .claude/skills/live-testing/report-template.md — Report format, update rules, suggestions generation. Read when writing or updating the report (Phase 6).

Isolation Rules

PROHIBITED:
  - Read simulink_cli/ source code
  - Read tests/ unit tests

REQUIRED:
  - Discover available actions via: python -m simulink_cli --json '{"action":"schema"}'
  - Execute all tests via CLI commands
  - Generate test cases dynamically from schema output

ALLOWED:
  - Read skills/simulink_automation/SKILL.md (shipped skill — Phase 5 doc-accuracy target)
  - Read skills/simulink_automation/reference.md (shipped reference doc)
  - Read docs/reports/ (compare with previous reports)
  - Read git log (determine incremental scope)

Reading the shipped skill files is a deliberate, scoped exception — the purpose is to verify that documentation actually guides users to correct results.

Test Mode Selection

When invoked, determine the test mode:

Does docs/reports/LIVE-TEST-REPORT.md exist?
├─ No → FULL test (all phases, all actions)
└─ Yes → Read report, extract test_commit and schema snapshot
         Did user request "full"?
         ├─ Yes → FULL test
         └─ No → INCREMENTAL (see Incremental Logic below)

User specifies "retest FAIL-001" or "retest Phase 3"?
└─ TARGETED test (only specified items)

Incremental Logic

1. Read test_commit from existing report
2. Run: git log {test_commit}..HEAD --oneline
3. Run: python -m simulink_cli --json '{"action":"schema"}'
4. Compare schema output with Schema Snapshot section in report

Mandatory re-tests:
  - All items with status FAIL
  - All items with status BLOCKED (re-check environment)

AI-judged additions:
  - Commit messages reference specific actions → re-test those action's items
  - skills/simulink_automation/SKILL.md changed → re-test Phase 5
  - Schema output differs from snapshot → re-test Phase 1 + Phase 4
  - Optionally spot-check some PASS items for regression

If changes are large-scale (refactor, new actions added to schema):
  - Suggest full test to user, ask for confirmation

Read the full file on GitHub · 93 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 93 lines · 72 tokens per session scan A 434a13e76f45

Subscribe to this mod's changes

live-test is a skill published in the GitHub repository Mistakey/simulink-automation-suite (9 stars, last pushed 2mo ago), licensed MIT. It adds 72 tokens to every session and 940 once invoked, about $0.0004 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.

Related

Other skills, from other repositories