version-test

Install Claude Code versions, run controlled prompts, and collect session artifacts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chrisguillory/claude-workspace --skill version-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: version-test
Source: https://github.com/chrisguillory/claude-workspace/tree/main/.claude/skills/version-test
Command: npx skills add https://github.com/chrisguillory/claude-workspace --skill version-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates verification of Claude Code version handling by installing versions, running controlled prompts, and collecting artifacts to compare behavior across updates.

Core Features & Use Cases

  • Install and switch between Claude Code versions using the provided script.
  • Run controlled prompts and capture session artifacts for debugging and QA.
  • Useful for local development, CI validation, and regression testing of version-specific behavior.

Quick Start

Run the version-test install script with a specific version to initialize a test run.

Frequently Asked Questions about version-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Claude Code version testing across local and CI environments?

Automate Claude Code version testing by installing specific versions via an install script, running controlled prompts, and collecting session artifacts in a dedicated directory for regression validation.

What is the best way to compare Claude Code behavior across different version updates?

Compare Claude Code behavior by installing target versions, executing identical controlled prompts, and inspecting the collected session logs and artifacts to identify version-specific regressions.

Do I need a dedicated artifacts directory to capture Claude Code session logs?

Yes, a dedicated artifacts directory is required to capture session logs and prompts during version testing, ensuring organized artifact inspection and consistent debugging across test runs.

Can I use this version testing approach for CI validation and regression testing?

Yes, this approach supports CI validation and regression testing by automating version installation and prompt execution, providing repeatable artifact collection to verify installation consistency.

What components are required to run automated version verification for Claude Code?

Automated version verification requires an install script, versioned binaries, and a dedicated artifacts directory to successfully install versions, run prompts, and collect session artifacts.

How does the install script handle switching between Claude Code versions?

The install script handles version switching by initializing a test run with a specific Claude Code version, allowing developers to verify version handling and capture resulting session artifacts.