martinovad

Test Compress — Testing skill for Claude Code

Testing community

Verify the deterministic /compress transcript extractor against the current session — fidelity, speed, cost.

How to install Test Compress

Installs to ~/.claude/skills/martinovad-jarvis-agent-memory-test-compress/SKILL.md

Terminal
mkdir -p ~/.claude/skills/martinovad-jarvis-agent-memory-test-compress && curl -fsSL https://raw.githubusercontent.com/martinovad/jarvis-agent-memory/HEAD/skills/test-compress.md -o ~/.claude/skills/martinovad-jarvis-agent-memory-test-compress/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Test Compress does

Verify the deterministic /compress transcript extractor against the current session — fidelity, speed, cost. Read-only: writes nothing to the vault. Run before trusting /compress, or any time `extract-transcript.js` changes.

**Step 0 — Resolve project + locate transcript**

  • Resolve project per /compress Step 0 (registry → Slug, Vault Root). If unregistered, abort.
  • Locate TRANSCRIPT per /compress Step 0.5 (most-recent .jsonl in ~/.claude/projects//).

**Step 1 — Path B (extra

Alternatives in Testing

  • Develop Web Game — Build and test web games iteratively using Playwright with time-stepping 14.6k ★
  • Testing Strategy — This project is small, runs in a terminal, and is mostly deterministic 10.9k ★
  • Grill — Sharpen a fuzzy idea into §G/§C before spec 1.1k ★

Full documentation available on GitHub

View Source Repository