martinovad

Test Resume — Testing skill for Claude Code

Testing community

A/B verification harness for the resume subagent.

How to install Test Resume

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

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

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

What Test Resume does

A/B verification harness for the resume subagent. Scoring is deterministic via `mcp__jarvis__pick_resume_sessions`, so this harness no longer verifies algorithmic parity — it verifies (a) the subagent calls the tool with the right inputs, (b) Haiku renders Working-Memory and Preferences faithfully, and (c) cost savings vs. inline Opus are real. Re-run any time the subagent prompt or rendering rules change.

**Step 0 — Resolve project** Resolve project per /resume Step 0. Capture `Slug`, `Vault R

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Test Verify UI — Verifies the UI tests 76 ★
  • Test Matrix — Review or expand the verification matrix for the live harness surface 58 ★

Full documentation available on GitHub

View Source Repository