sounio-tests-suite

sounio-tests-suite is a skill for Claude Code, Codex from Sounio-lang/sounio. It costs 49 tokens per session (263 once invoked), scanned A, original, Apache-2.0.

Development guidance for maintaining Sounio's automated tests, including tests that should pass, tests that should fail, error-message checks, and Rust integration tests. Rust is the programming language used by the compiler's integration tests.

In plain words
What is it for?
Use it when adding regression tests, checking compiler behavior, updating expected diagnostics, or running the narrowest relevant test set.
Why use it?
It helps place each test in the right location and keeps language behavior, compiler diagnostics, and bug fixes covered by small focused tests.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when adding regression tests, checking compiler behavior, updating expected diagnostics, or running the narrowest relevant test set.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sounio-lang/sounio/sounio-tests-suite
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.

Any agent
npx skills add Sounio-lang/sounio --skill sounio-tests-suite
Clone the repo
git clone --depth 1 https://github.com/Sounio-lang/sounio

Made for: Claude Code, Codex.

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 sounio-tests-suite

README.md
[![agentmods](https://agentmods.dev/badge/skills/sounio-lang/sounio/sounio-tests-suite/github.svg)](https://agentmods.dev/skills/sounio-lang/sounio/sounio-tests-suite)
Your own site
<a href="https://agentmods.dev/skills/sounio-lang/sounio/sounio-tests-suite"><img src="https://agentmods.dev/badge/skills/sounio-lang/sounio/sounio-tests-suite/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 sounio-tests-suite

Your own site · 80×15
<a href="https://agentmods.dev/skills/sounio-lang/sounio/sounio-tests-suite"><img src="https://agentmods.dev/badge/skills/sounio-lang/sounio/sounio-tests-suite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 263 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.00049 $0.00263
Opus 5 $0.00024 $0.00131
Sonnet 5 $0.00010 $0.00053
Haiku 4.5 $0.00005 $0.00026

Measured 11d ago against content hash 3b801bd59e4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

sounio-tests-suite 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.

skills/sounio-tests-suite/SKILL.md · 34 lines

What it actually says

Sounio Tests Suite

Overview

Write minimal, high-signal tests that protect language semantics, diagnostics, and regressions.

Workflow

1) Choose the right test bucket

  • tests/run-pass/: should compile and run
  • tests/compile-fail/: should fail to compile
  • tests/ui/: diagnostics/error message matching via //@ error-pattern:
  • compiler/tests/: Rust integration tests for compiler subsystems

2) Keep tests small and explicit

  • Avoid relying on features listed as missing in compiler/docs/KNOWN_LIMITATIONS.md.
  • Prefer one behavior per test file; add //@ ignore if it’s documenting an aspirational feature.

3) Run the narrowest validation first

  • If you changed Rust compiler code: cd compiler && cargo test <name>
  • If you changed language behavior: run the smallest relevant test subset first

References

  • Test annotations and patterns: references/test-annotations.md
Files

What ships with it

1 file 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. 11d ago First seen · 34 lines · 49 tokens per session scan A 3b801bd59e4f

Subscribe to this mod's changes

sounio-tests-suite is a skill published in the GitHub repository Sounio-lang/sounio (6 stars, last pushed today), licensed Apache-2.0. It adds 49 tokens to every session and 263 once invoked, about $0.0002 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.