rembric: Skill for Claude Code

.agents/skills/testing/SKILL.md

testing is a skill for Claude Code, Codex from susomejias/rembric. It costs 49 tokens per session (675 once invoked), scanned A, original, MIT.

Guidance for planning and reviewing software tests, with an emphasis on checking behavior through public interfaces and using integration tests where they provide useful confidence.

In plain words
What is it for?
Choosing what to test, writing or reviewing tests, reducing fragile mocks, and deciding how automated and manual checks should fit together.
Why use it?
It helps avoid brittle tests that depend too closely on implementation details, while focusing effort on failures that matter to users and callers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is susomejias/rembric's own configuration. It tells Claude Code and Codex how to work on rembric 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 rembric configures →

Reuse

Borrowing it

Nothing to install: this file belongs to susomejias/rembric. 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/susomejias/rembric/main/.agents/skills/testing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/susomejias/rembric

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 testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/susomejias/rembric/testing.svg)](https://agentmods.dev/skills/susomejias/rembric/testing)
Your own site
<a href="https://agentmods.dev/skills/susomejias/rembric/testing"><img src="https://agentmods.dev/badge/skills/susomejias/rembric/testing.svg" alt="Measured on agentmods" 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 675 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.00675
Opus 5 $0.00024 $0.00338
Sonnet 5 $0.00010 $0.00135
Haiku 4.5 $0.00005 $0.00068

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

Security

Grade A, and why

testing 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.

.agents/skills/testing/SKILL.md · 62 lines

How it starts

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

Testing

Design tests that increase confidence, survive refactors, and reflect real usage.

Reference Map

Defaults

  • Test behavior through public interfaces.
  • Follow a testing trophy bias: lean on static checks and integration tests, with fewer unit and end-to-end tests.
  • Prefer a few high-value integration tests over many shallow micro-tests.
  • Mock only real boundaries: network, time, randomness, payments, third-party APIs.
  • Choose assertions a user, caller, or downstream system would care about.
  • Keep tests deterministic, small, and readable.

Workflow

  1. Identify the highest-risk behavior or workflow.
  2. Pick the cheapest test level that can prove it: static, unit, integration, or end-to-end.
  3. Arrange realistic inputs, state, and environment.
  4. Act through the public API, visible surface, or command boundary.
  5. Assert observable outcomes, not internal steps.
  6. Keep failures specific and setup cleanup reliable.
  7. Remove setup, mocks, and assertions that do not increase confidence.

Test Level Guide

  • Unit: pure logic, parsing, formatting, branching, edge cases.
  • Integration: component or service workflows, validation, state changes, error handling.
  • End-to-end: a few critical user journeys or irreversible flows.

Read the full file on GitHub · 62 lines

Files

What ships with it

6 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 · 62 lines · 49 tokens per session scan A a71e17c75cc6

Subscribe to this mod's changes

testing is a skill published in the GitHub repository susomejias/rembric (12 stars, last pushed 5d ago), licensed MIT. It adds 49 tokens to every session and 675 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-30.