simple: Skill for Codex

.codex/skills/system_test/SKILL.md

system_test is a skill for Codex from ormastes/simple. It costs 52 tokens per session (4,125 once invoked), scanned A, original, no licence file.

A test-design tool for creating step-by-step SSpec scenarios through the SPipe runner and documentation generator. It links requirements such as REQ-NNN identifiers to the tests that cover them.

In plain words
What is it for?
Generating scenario files, creating test plans, using built-in matchers, and maintaining requirement-to-test traceability.
Why use it?
It helps turn requirements into traceable test plans and scenarios, so teams can see which tests support each requirement.

Skill for Codex

Written for Codex: installed under .codex/.

This is ormastes/simple's own configuration. It tells Codex how to work on simple 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 simple configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ormastes/simple. 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/ormastes/simple/main/.codex/skills/system_test/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ormastes/simple

Made for: 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 system_test

README.md
[![agentmods](https://agentmods.dev/badge/skills/ormastes/simple/system_test.svg)](https://agentmods.dev/skills/ormastes/simple/system_test)
Your own site
<a href="https://agentmods.dev/skills/ormastes/simple/system_test"><img src="https://agentmods.dev/badge/skills/ormastes/simple/system_test.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,125 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 unknown 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.00052 $0.04125
Opus 5 $0.00026 $0.02063
Sonnet 5 $0.00010 $0.00825
Haiku 4.5 $0.00005 $0.00413

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

Security

Grade A, and why

system_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 3d 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.

.codex/skills/system_test/SKILL.md · 327 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 3d ago First seen · 327 lines · 52 tokens per session scan A 6c542e42bc69

Subscribe to this mod's changes

system_test is a skill published in the GitHub repository ormastes/simple (1 stars, last pushed today), with no licence file. It adds 52 tokens to every session and 4,125 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-09-03.

Related

Other skills, from other repositories

forge-app-review

Performs a lightweight pre-release readiness review of Atlassian Forge apps across manifest/module wiring, architecture, runtime compatibility, dependency posture, tests, deploy readiness, and obvious security, cost, or reliability smells. Use when the user asks "review my Forge app", "pre-deploy check", "is this app…

atlassian/forge-skills · 134 tokens

run-iteration-eval

Run the Logic-Lens content-eval pipeline for one iteration and produce a scored summary.json — use to measure a skill change. Wraps scripts/run-content-evals.sh (runner, costs tokens) and scripts/grade-iteration.py (grader, free, re-runnable). ALWAYS sync the plugin cache first. Use when the user wants to "run the…

hyhmrright/logic-lens · 108 tokens

spec-driven-dev

Use when starting any non-trivial feature, refactor, or new project that will touch more than one file. Drives an AI coding agent through a gated Spec → Plan → Build → Test → Review → Ship lifecycle so work is specified before it is built, verified before it is reviewed, and reviewed before it ships.

LichAmnesia/lich-skills · 68 tokens

iterate-skill

Run the Logic-Lens skill-improvement loop end to end — baseline → diagnose failures → edit → sync cache → re-eval → verify net gain → iterate until clean. Use whenever the goal is to RAISE a skill's eval score or fix a failing eval mode: "improve logic-review", "the format compliance is failing, fix it", "iterate on…

hyhmrright/logic-lens · 183 tokens

sumup-testing

Set up and run SumUp sandbox tests. Use when configuring a SumUp test merchant, picking test cards, triggering deliberate failure (amount = 11), or building a SumUp end-to-end test harness.

sumup/sumup-skills · 47 tokens

python-testing

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

Jamkris/everything-gemini-code · 24 tokens