testing

testing is a skill for Codex from jscraik/Agent-Skills. It costs 86 tokens per session (2,611 once invoked), scanned A, original, Apache-2.0.

A testing guide for choosing checks that provide appropriate proof for a code, documentation, configuration, workflow, skill, or evaluation change. It maps changed areas to repository and CI commands.

In plain words
What is it for?
Use it to select tests and CI gates, diagnose failures, assess coverage, preserve logs or traces, and verify completion before merging, releasing, or handing off work.
Why use it?
It helps avoid both missing important checks and running broad tests that do not prove the changed behavior. It also separates failures caused by the change from environment or ownership problems.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to select tests and CI gates, diagnose failures, assess coverage, preserve logs or traces, and verify completion before merging, releasing, or handing off work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jscraik/agent-skills/testing
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 jscraik/Agent-Skills --skill testing
Clone the repo
git clone --depth 1 https://github.com/jscraik/Agent-Skills

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 testing

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jscraik/agent-skills/testing"><img src="https://agentmods.dev/badge/skills/jscraik/agent-skills/testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,611 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.00086 $0.02611
Opus 5 $0.00043 $0.01306
Sonnet 5 $0.00017 $0.00522
Haiku 4.5 $0.00009 $0.00261

Measured 8d ago against content hash 978b92ddcebb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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.

Skills/agent-ops/testing/SKILL.md · 208 lines

How it starts

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

Testing

Select the smallest real proof that exercises the changed behavior, then widen only as the repo contract and risk surface require.

When To Use

  • Choose validation for code, docs, config, workflow, skill, or eval changes.
  • Fix failing tests, classify validation ownership, or design coverage.
  • Design or audit a repository's test layers and local/CI gate placement.
  • Prove completion before handoff, PR, merge, release, or closeout claims.

Inputs

  • Target repo, changed files, nearest instructions, claim under test, repo command contracts, wrapper working directory, environment or credential materialization, prior failures, and known blockers.

Outputs

  • Exact commands with pass, fail, or blocked outcomes.
  • Failure ownership plus the evidence artifact: log, trace, schema output, eval fixture, package receipt, or workflow-closeout receipt.
  • Coverage gaps and next minimal diagnostic.
  • When delivery is in scope, the validated report path, delivery receipt path, and exact command that checked each artifact.

Workflow

  1. Read the repo instructions and command contracts.
  2. Inspect the changed behavior, existing tests or fixtures, and the canonical wrapper that owns them. Identify what is already proved, what rejection or boundary behavior is missing, and whether the wrapper changes into a package root or rewrites paths.
  3. Name the exact invariant and proof lane: structural, deterministic behavior, trace analysis, calibrated judge, baseline comparison, regression retention, production guardrail, or delivery receipt.
  4. Run the narrowest command that exercises production code, a real CLI/script, validator, schema, artifact path, or installed/package path.
  5. If it fails, classify ownership and fix only the in-scope cause. Rerun the same proof before widening. Use the exact same command when it was valid; when the failure came from wrapper-relative paths, working-directory semantics, tool shims, environment materialization, or unsupported flags, preserve the failed command and rerun the corrected canonical command.
  6. For validators, schemas, parsers, policy gates, and artifact contracts, require at least one accepted case and one rejected case for each meaningful invariant. Include boundary or false-positive protection when widening detection.
  7. Widen through the canonical wrapper, affected suite, schema or artifact lane, and repository-required diff or generated-state checks. Run hosted, review, external, Tessl, runtime, or delivery lanes only when they are in scope.
  8. Report only the lanes actually proven. When durable delivery is required, validate the report and delivery receipt after code and test proof.

Read the full file on GitHub · 208 lines

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 · 208 lines · 86 tokens per session scan A 978b92ddcebb

Subscribe to this mod's changes

testing is a skill published in the GitHub repository jscraik/Agent-Skills (8 stars, last pushed 10d ago), licensed Apache-2.0. It adds 86 tokens to every session and 2,611 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-09-03.

Related

Other skills, from other repositories

browser-automation

Local Python-based browser automation toolkit using Playwright. Provides command-line tools for navigating, interacting with, and testing web applications without using MCP protocols. Supports clicking, typing, hovering, screenshots, content extraction, and JavaScript execution.

archubbuck/workspace-architect · 50 tokens

api-testing

REST/GraphQL API testing with automated validation — test endpoints, validate responses, check status codes, and ensure API contracts.

kevinnft/ai-agent-skills · 27 tokens

kaboom

Use when user asks to check browser state, debug page errors, inspect network traffic, take screenshots, automate clicks or form fills, run accessibility or security audits, measure performance, generate tests, or record browser sessions. Trigger phrases: "check my browser", "debug this page", "take a screenshot"…

brennhill/Kaboom-Browser-AI-Devtools-MCP · 99 tokens

qa-check

A pre-completion quality check for a software task. It finds which files changed and runs the relevant project checks through Make, such as linting, type checks, tests, or static analysis.

Xakki/ai-agents-skills · 66 tokens

regression-test

Use when user has fixed a bug and needs a test that proves it stays fixed, or when a failure needs to be captured as a reproducible test case.

brennhill/Kaboom-Browser-AI-Devtools-MCP · 36 tokens

reliability

Use when user asks to stress-test the system, validate reconnection behavior, check for race conditions, or verify end-to-end data flow integrity.

brennhill/Kaboom-Browser-AI-Devtools-MCP · 33 tokens