test-compressor-fixtures

test-compressor-fixtures is a skill for Claude Code, Codex from JNZader/repoforge. It costs 30 tokens per session (447 once invoked), scanned A, original, MIT.

A testing skill for creating and retrieving user fixtures while testing compression passes. A fixture is prepared test data that a test can reuse.

In plain words
What is it for?
Use it to call the provided user-creation and user-retrieval helpers, then run the related pytest test file.
Why use it?
It avoids repeating setup code and provides consistent user records for checking compression behaviour.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/jnzader/repoforge/test_compressor
Any agent
npx skills add JNZader/repoforge --skill test_compressor
Clone the repo
git clone --depth 1 https://github.com/JNZader/repoforge

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-compressor-fixtures

README.md
[![agentmods](https://agentmods.dev/badge/skills/jnzader/repoforge/test_compressor.svg)](https://agentmods.dev/skills/jnzader/repoforge/test_compressor)
Your own site
<a href="https://agentmods.dev/skills/jnzader/repoforge/test_compressor"><img src="https://agentmods.dev/badge/skills/jnzader/repoforge/test_compressor.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 447 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00030 $0.00447
Opus 5 $0.00015 $0.00224
Sonnet 5 $0.00006 $0.00089
Haiku 4.5 $0.00003 $0.00045

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

Security

Grade A, and why

test-compressor-fixtures 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.

.claude/skills/main/test_compressor/SKILL.md · 82 lines

What it actually says

test-compressor-fixtures

This skill covers patterns for creating fixtures to test compression passes.

Trigger: Load this skill when working with test_compressor.

Quick Reference

Task Pattern
Create user fixture create_user
Get user fixture get_user

Critical Patterns (Summary)

  • Create User Fixture: Use create_user to set up a user for testing.
  • Get User Fixture: Utilize get_user to retrieve user data for tests.

Critical Patterns (Detailed)

Create User Fixture

Use create_user to set up a user for testing compression passes in your tests.

from tests.test_compressor import create_user

user = create_user(name="Test User", email="[email protected]")

Get User Fixture

Utilize get_user to retrieve user data for tests, ensuring the user exists before running tests.

from tests.test_compressor import get_user

user = get_user(user_id=1)

When to Use

  • When you need to create a user for testing compression functionality.
  • When you need to retrieve user data to validate compression results.

Commands

pytest tests/test_compressor.py

Anti-Patterns

Don't: Hardcode User Data

Hardcoding user data can lead to brittle tests that fail when data changes.

# BAD
user = create_user(name="Hardcoded User", email="[email protected]")
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 First seen · 82 lines · 30 tokens per session scan A 5d933f829e17

Subscribe to this mod's changes

test-compressor-fixtures is a skill published in the GitHub repository JNZader/repoforge (5 stars, last pushed 10d ago), licensed MIT. It adds 30 tokens to every session and 447 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-31.