ln-23-test-suite-auditor

ln-23-test-suite-auditor is a skill for Claude Code from levnikolaevich/claude-code-skills. It costs 35 tokens per session (2,934 once invoked), scanned A, original, MIT.

A read-only review of an existing software test suite as a collection of checks that should detect important failures over time.

In plain words
What is it for?
Use it when you need to assess test confidence and decide which tests to add, change, combine, retire, or explicitly omit.
Why use it?
It shows which behavior is genuinely covered, which tests are unreliable or outdated, and where the test portfolio needs adjustment.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the codebase-audit-suite plugin — 5 skills shipped together

Good fit Use it when you need to assess test confidence and decide which tests to add, change, combine, retire, or explicitly omit.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/levnikolaevich/claude-code-skills/ln-23-test-suite-auditor
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 levnikolaevich/claude-code-skills --skill ln-23-test-suite-auditor
Clone the repo
git clone --depth 1 https://github.com/levnikolaevich/claude-code-skills

Made for: Claude Code.

Or install codebase-audit-suite, the plugin that ships this one along with the rest of its 5 skills.

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 ln-23-test-suite-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/levnikolaevich/claude-code-skills/ln-23-test-suite-auditor/github.svg)](https://agentmods.dev/skills/levnikolaevich/claude-code-skills/ln-23-test-suite-auditor)
Your own site
<a href="https://agentmods.dev/skills/levnikolaevich/claude-code-skills/ln-23-test-suite-auditor"><img src="https://agentmods.dev/badge/skills/levnikolaevich/claude-code-skills/ln-23-test-suite-auditor/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 ln-23-test-suite-auditor

Your own site · 80×15
<a href="https://agentmods.dev/skills/levnikolaevich/claude-code-skills/ln-23-test-suite-auditor"><img src="https://agentmods.dev/badge/skills/levnikolaevich/claude-code-skills/ln-23-test-suite-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,934 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00035 $0.02934
Opus 5 $0.00017 $0.01467
Sonnet 5 $0.00007 $0.00587
Haiku 4.5 $0.00003 $0.00293

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

Security

Grade A, and why

ln-23-test-suite-auditor 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 5d 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.

plugins/codebase-audit-suite/skills/ln-23-test-suite-auditor/SKILL.md · 117 lines

How it starts

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

Test Suite Auditor

Goal: Audit the test portfolio as a read-only lifecycle and confidence system. Determine which important failures it detects, which evidence is untrustworthy or obsolete, and which additions, changes, consolidations, retirements, or explicit omissions produce the smallest sustainable portfolio.

Execution contract: The ordered checkboxes are the Definition of Done. Track every item internally as PENDING, PROVEN with concrete evidence, CLEARED with evidence that its condition is absent, or UNPROVEN with a gap; reading, delegation, or tool failure is not proof. Reconcile items after each section. Before returning, resolve all PENDING and count only PROVEN and CLEARED; apply the skill's verdict and approval rules to every gap. Preserve user intent, scope, and existing authorization. Continue authorized work; ask only for consequential unresolved choices or required external approval. Scale depth to material risk without silently skipping checks. Preserve dependency and safety ordering; otherwise choose the verification method appropriate to each obligation.

Tool Routing

Need Preferred tool Use it when Fallback
Source and test inventory Native file listing, search, manifests, and test configuration Mapping domains, test types, runners, fixtures, and generated areas Repository tree plus known test entrypoints
Test-to-code relationships Language server or host-native code intelligence Mapping units, callers, implementations, routes, and test targets Naming and path search verified by direct reads
Execution and trust Repository-defined test commands through the shell Establishing pass/fail state, timing, order dependence, or reproducibility Inspect CI results and configuration; mark execution unavailable
Coverage and missed behavior Existing coverage tools and reports Coverage data is configured and comparable to source scope Static behavior-to-test mapping; never invent percentages
Flake and isolation evidence Repeated, shuffled, parallel, or seed-controlled runs supported by the repository A test is suspected of order, time, randomness, or shared-state dependence History, CI logs, and code-path evidence
Assertion strength Test reads, failure output, and configured mutation testing Determining whether tests fail for meaningful behavioral defects Counterfactual reasoning tied to specific assertions
Framework semantics Official test-runner or framework documentation A finding depends on lifecycle, fixtures, retries, isolation, or mocking behavior Primary-source web research; otherwise mark UNVERIFIED

Read the full file on GitHub · 117 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. 5d ago Changed · -26 lines · -8 tokens per session 1b26d1e695d6
  2. 11d ago First seen · 143 lines · 43 tokens per session scan A e65da67880fa

Subscribe to this mod's changes

ln-23-test-suite-auditor is a skill published in the GitHub repository levnikolaevich/claude-code-skills (559 stars, last pushed 5d ago), licensed MIT. It adds 35 tokens to every session and 2,934 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.

Related

Other skills, from other repositories

verify-implementation

A workflow that runs a project’s verification skills to produce a report on coding patterns, architecture rules, and project conventions. It is intended for work after implementation, before a pull request, or during code review.

sangrokjung/claude-forge · 37 tokens

semgrep-rule-variant-creator

Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.

waybarrios/opencode-power-pack · 50 tokens

test-audit

Audit test suites for T1-T4 violations using AST analysis, mock detection, and multi-stage synthesis. Invoke when user asks to audit tests, check test quality, find mock violations, review test effectiveness, or inspect test suites for over-mocking. Triggers automatic rewrites when quality gates fail.

QBall-Inc/the-bulwark · 0 tokens

sr-reviewer

Reviewer role for the specrails implement pipeline. Validates the entire implementation: the OpenSpec change package (proposal/design/tasks/specs) is well-formed, the developer's code matches the design's public API and invariants, every tasks.md box is ticked, the tests cover every spec scenario, and the project's…

fjpulidop/specrails-core · 98 tokens

journey-simulation

Use when caller wants to observe how a stranger encounters a flow, artifact, or sandbox — triggers like "simulate a user journey", "test our onboarding / checkout / signup", "will my ICP convert", "how does a cold reader experience this README", "first-time user test", "cognitive walkthrough", or any request to…

RockyHong/super-bootstrap · 79 tokens

dev-full-auto

Hand over a spec and walk away — plans, builds, tests and audits on its own, stopping only at a real blocker.

ToruAI/toru-claude-agents · 30 tokens