jsbakker

Test Fixtures — Testing skill for Claude Code

Testing community

Run this repo's LLM-based test fixtures (fixtures/scoring and fixtures/commands) end to end and report pass/fail, with automatic backup and restore of any real tracking data touched.

How to install Test Fixtures

Installs to ~/.claude/commands/jsbakker-job-os-test-fixtures.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jsbakker/job-os/HEAD/.claude/commands/test-fixtures.md -o ~/.claude/commands/jsbakker-job-os-test-fixtures.md

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

What Test Fixtures does


name: test-fixtures description: Run this repo's LLM-based test fixtures (fixtures/scoring and fixtures/commands) end to end and report pass/fail, with automatic backup and restore of any real tracking data touched

Run the fixture set(s) selected by: $ARGUMENTS

You are running this project's manual, periodic calibration checks for real — copying fixture inputs into place, invoking the actual `/tailor-resume`, `/update-status`, `/prep-interview`, and `/import-applications` command logic

Alternatives in Testing

  • OpenAgentsControl — AI agent framework for plan-first development workflows with approval-based execution 4.8k ★
  • Spec Driven Develop — Spec-driven development workflow for AI coding agents: architecture-first planning, task decomposition, GitHub 975 ★
  • N9e Config Driven E2e — Maintain config-driven Nightingale E2E tests that convert JSON config data into UI-readable normalized values 301 ★

Full documentation available on GitHub

View Source Repository