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.
npx skills add wzyn20051216/matlab-agent-skills --skill matlab-testing-cigit clone --depth 1 https://github.com/wzyn20051216/matlab-agent-skillsWrote 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/skills/wzyn20051216/matlab-agent-skills/matlab-testing-ci)<a href="https://agentmods.dev/skills/wzyn20051216/matlab-agent-skills/matlab-testing-ci"><img src="https://agentmods.dev/badge/skills/wzyn20051216/matlab-agent-skills/matlab-testing-ci/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.
<a href="https://agentmods.dev/skills/wzyn20051216/matlab-agent-skills/matlab-testing-ci"><img src="https://agentmods.dev/badge/skills/wzyn20051216/matlab-agent-skills/matlab-testing-ci.svg" alt="Reviewed on agentmods" width="80" 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.00066 | $0.00476 |
| Opus 5 | $0.00033 | $0.00238 |
| Sonnet 5 | $0.00013 | $0.00095 |
| Haiku 4.5 | $0.00007 | $0.00048 |
Grade A, and why
matlab-testing-ci 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 11d 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.
What it actually says
MATLAB Testing CI
Use this skill to close the loop on MATLAB work.
Test Ladder
Start as small as possible, then broaden:
- Smoke script runs without error.
- One unit test checks a core numeric result.
- Project or folder tests pass with
runtests. - Simulink model simulates and logged signals are checked.
- CI workflow runs the same command.
MATLAB/Simulink Completion Rule
For MATLAB or Simulink engineering tasks, completion means the work has been self-checked after writing:
- Scripts/functions run without error.
- Simulink models load and update/compile without diagram errors.
- Simulations reach the requested stop time.
- Key logged signals are nonempty and finite.
- Generated figures/data/reports exist and are nonempty.
- If code generation or deployment is requested, generated code/project/binary artifacts are checked for existence and nonzero size.
- If any step cannot be completed, record the exact blocker, the command that failed, and the highest-value next action.
MATLAB Unit Test Pattern
Use:
results = runtests;
assertSuccess(results);
For scripts, add explicit assertions instead of only checking that MATLAB exits.
CI Pattern
For GitHub Actions, use MathWorks maintained actions:
matlab-actions/setup-matlab@v3matlab-actions/run-tests@v3matlab-actions/run-command@v3
Use self-hosted runners for private licenses, specialized toolboxes, hardware, or long simulations.
Artifact Requirements
Save:
- MATLAB command log.
- Test results or summary JSON.
- Figures, models, generated code, and reports.
- MATLAB release and toolbox inventory.
- Dataset or paper reproduction manifest.
Acceptance Report
End every task with:
- Command executed.
- Passed checks.
- Skipped checks and reason.
- Artifact folder.
- Next highest-value regression test.
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.
- 11d ago First seen · 72 lines · 66 tokens per session scan A 3cfc32b8299d
matlab-testing-ci is a skill published in the GitHub repository wzyn20051216/matlab-agent-skills (23 stars, last pushed 2mo ago), licensed MIT. It adds 66 tokens to every session and 476 once invoked, about $0.0003 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 skills, from other repositories
testing
Use this skill when writing, reviewing, or improving tests in WrongStack. Triggers: user says "test", "unit test", "integration test", "e2e", "mock", "vitest", "coverage", "assert", "expect", "test strategy", "write tests".
code-qualities-assessment
Assess code maintainability through 5 foundational qualities (cohesion, coupling, encapsulation, testability, non-redundancy) with quantifiable scoring rubrics. Works at method/class/module levels across multiple languages. Produces markdown reports with remediation guidance. Use when you ask to "assess…
matlab-run-tests
Run MATLAB test suites and analyze results, including test filtering, parallel execution, result diagnostics, code coverage collection, gap analysis, and CI/CD with buildtool. Use when running tests, filtering test suites, analyzing test failures, checking, collecting, or analyzing coverage, justifying uncovered code…
test-forge
Generate comprehensive tests across all stacks — .NET, NestJS, React, React Native, Flutter.
unit-testing
Unit testing patterns with Vitest - mocking, fixtures, isolation, and fast feedback.
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.