exploratory-testing

exploratory-testing is a skill for Claude Code, Codex from Cristhianzl/claude-skills-czl. It costs 128 tokens per session (1,760 once invoked), scanned A, original, MIT.

A structured way to test software by exploring it manually while learning how it behaves, choosing what to try next, and recording findings.

In plain words
What is it for?
Planning time-limited exploratory test sessions, checking edge cases, investigating risky features, and writing clear bug reports.
Why use it?
It helps find unexpected bugs that scripted tests do not cover, without making the session random or unfocused.

Skill for Claude CodeCodex

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

Good fit Planning time-limited exploratory test sessions, checking edge cases, investigating risky features, and writing clear bug reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cristhianzl/claude-skills-czl/exploratory-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 Cristhianzl/claude-skills-czl --skill exploratory-testing
Clone the repo
git clone --depth 1 https://github.com/Cristhianzl/claude-skills-czl

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/cristhianzl/claude-skills-czl/exploratory-testing"><img src="https://agentmods.dev/badge/skills/cristhianzl/claude-skills-czl/exploratory-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,760 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.00128 $0.01760
Opus 5 $0.00064 $0.00880
Sonnet 5 $0.00026 $0.00352
Haiku 4.5 $0.00013 $0.00176

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

Security

Grade A, and why

exploratory-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 12d 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.

configs/agnostic/skills/exploratory-testing/SKILL.md · 83 lines

How it starts

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

Exploratory Testing

Exploratory testing is simultaneous learning, test design, and execution — you study the product, decide what to try next based on what you just saw, and run the test, all in one tight loop. It is structured, not random. The structure comes from a charter that bounds the search, heuristics that generate ideas, and oracles that tell you when something is wrong.

The goal is to find the bugs nobody wrote a test for: the unknown unknowns. A passing scripted suite proves the known behaviors still hold; it says nothing about the behaviors no one thought to check. That gap is your job.

Read first (always)

List learnings/ and read every file relevant to the current task. Product risk areas, known fragile flows, environment quirks, and "this is always broken under condition X" notes live there and sharpen the charter before you start. If a learning conflicts with this file, the learning wins — mention it to the user.

If learnings/ is empty except for its README, proceed with the defaults below.

The loop

  1. Charter. Frame the session with Elisabeth Hendrickson's formula ("Explore It!"):

    Explore (target) with (resources) to discover (information).

    Scope it Goldilocks — not too loose, not too tight:

    • Too vague: "Test checkout." The session drifts straight to the happy path and finds nothing.
    • Too tight: "Click add-to-cart, then click pay, then assert total = $10." That's a script; it kills the agency that makes exploration work.
    • Just right: "Explore the payment flow under slow-network conditions to discover state-management failures between discount application and address confirmation." It names a target, a resource that creates pressure, and the class of information you're hunting.
  2. Time-box a session. 45–90 minutes, uninterrupted. Take reviewable notes as you go (what you tried, what you saw, what surprised you). Notes are the deliverable when no bug is found — they record coverage. See references/sessions-and-charters.md.

Read the full file on GitHub · 83 lines

Files

What ships with it

4 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. 12d ago First seen · 83 lines · 128 tokens per session scan A 0a264f623c15

Subscribe to this mod's changes

exploratory-testing is a skill published in the GitHub repository Cristhianzl/claude-skills-czl (5 stars, last pushed 2d ago), licensed MIT. It adds 128 tokens to every session and 1,760 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

qa-testing

Run QA testing on a page, feature, or full site at one of three depth tiers (smoke, standard, full). Use this skill whenever the user asks to QA a page or site, run a smoke test after a deploy, verify a page before launch, or run a regression sweep. Triggers on QA, QA sweep, smoke test, regression test, post-deploy…

rampstackco/claude-skills · 170 tokens

visual-qa

Runs rigorous visual QA across web, terminal, and paginated surfaces with screenshot evidence and a verdict. Use for any UI build or change, or when asked whether a page, component, or TUI looks right.

code-yeongyu/oh-my-openagent · 47 tokens

remove-ai-slops

Removes AI-generated code smells from branch changes or an explicit file list behind regression tests. Use when the user asks to clean up, deslop, or remove AI-slop patterns from recent changes.

code-yeongyu/oh-my-openagent · 45 tokens

agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

code-yeongyu/oh-my-openagent · 51 tokens

senpi-qa

QA the omo Senpi adapter (packages/omo-senpi, packages/senpi-task) against the REAL senpi binary in strict isolation, and write every artifact to the one canonical evidence path .omo/evidence/omo-senpi-adapter/ /. The live drivers under packages/omo-senpi/scripts/qa/ create their own isolated SENPICODINGAGENTDIR and…

code-yeongyu/oh-my-openagent · 251 tokens

suede-ai-eval

Suede Labs AI eval design and coverage audit: AI-SPEC, failure-mode rubric with severity scoring, concrete pass/fail eval cases, coverage and infrastructure scores, and mechanical acceptance gates. Use when a change ships LLM, RAG, agent, classifier, prompt, or generated-media behavior, or when asked to write evals…

JasonColapietro/suede-creator-skills · 178 tokens