test-integrity

test-integrity is a skill for Claude Code, Codex from lubochka/xiigen-general-skills. It costs 22 tokens per session (168 once invoked), scanned A, original, Apache-2.0.

A checklist for keeping software tests tied to real behaviour and meaningful assertions.

In plain words
What is it for?
Use it when writing, changing, disabling, or interpreting tests, including explaining skipped tests and their risks.
Why use it?
It helps prevent weakening or deleting tests just to make a result pass.

Skill for Claude CodeCodex

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

Good fit Use it when writing, changing, disabling, or interpreting tests, including explaining skipped tests and their risks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lubochka/xiigen-general-skills/test-integrity
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 lubochka/xiigen-general-skills --skill test-integrity
Clone the repo
git clone --depth 1 https://github.com/lubochka/xiigen-general-skills

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 test-integrity

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/lubochka/xiigen-general-skills/test-integrity"><img src="https://agentmods.dev/badge/skills/lubochka/xiigen-general-skills/test-integrity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 168 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.00022 $0.00168
Opus 5 $0.00011 $0.00084
Sonnet 5 $0.00004 $0.00034
Haiku 4.5 $0.00002 $0.00017

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

Security

Grade A, and why

test-integrity 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 11d 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.

agent-skills/test-integrity/SKILL.md · 34 lines

What it actually says

Test Integrity

Purpose

Keep tests meaningful and honest.

When to Use

Use when writing, changing, disabling, or interpreting tests.

Inputs

Test intent, assertions, fixtures, failures, target behavior.

Steps

  1. Confirm what behavior the test protects.
  2. Avoid weakening assertions to pass.
  3. Run targeted checks from the target project profile.
  4. Explain skipped tests and risks.

Gates

Tests validate behavior rather than hide failures.

Evidence

Relevant test output, assertion changes, and failure explanation.

Anti-Patterns

Deleting or weakening failing tests for a green result.

integration-testing, e2e-test-matrix

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. 11d ago First seen · 34 lines · 22 tokens per session scan A a59403a59623

Subscribe to this mod's changes

test-integrity is a skill published in the GitHub repository lubochka/xiigen-general-skills (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 22 tokens to every session and 168 once invoked, about $0.0001 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

agent-eval

Use when measuring whether an LLM or agent system actually got better and gating merges on it: golden sets, fixing an inflated LLM-as-judge, scoring RAG (faithfulness, contextual recall) or agent trajectories (tool correctness, completion), or picking an eval framework. NOT building the agent loop, tools or RAG…

ericrisco/rsc-harness · 79 tokens

accessibility-a11y

WCAG 2.2 compliance, ARIA patterns, keyboard navigation, screen readers, automated testing.

travisjneuman/.claude · 26 tokens

e2e-check

Run E2E tests or interactive browser verification. Triggers on: 'run e2e', 'e2e test', 'browser test', 'check in browser', 'verify UI', 'interactive test'.

faizkhairi/claude-code-blueprint · 48 tokens

verification-contract

Internal contract: one compact frozen ACCEPTANCE.md per delivery unit, its validation ladder, anti-weakening rules, and blob-bound execution receipt. Consumed by planners, execute-phase, and review-change.

gtrabanco/agentic-workflow · 44 tokens

pdlc-feature

An automated workflow for taking a new software feature from a description or requirements document through requirements, design, testing, implementation, review, and release preparation. It keeps one feature ID across the documents and requires tests before implementation.

kanfu-panda/pdlc-skills · 30 tokens

pdlc-quality

A quality gate that runs configured coverage, end-to-end, and lint checks, compares their real results with declared targets, and creates a report for human approval.

kanfu-panda/pdlc-skills · 0 tokens