test-runner-worktree

Community

Run tests right, debug less, ship faster.

Authorcodekiln
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents common test failures and debugging headaches in git worktree environments. It ensures correct environment variable sourcing, working directory context, and SDK version usage, saving you time and frustration.

Core Features & Use Cases

  • Context-Aware Testing: Guides users to run tests from the correct git worktree or main repository, preventing SDK version mismatches that lead to misleading test results.
  • Secure Environment Handling: Safely checks and sources environment variables (like API keys) from your devcontainer without exposing sensitive data.
  • Use Case: When developing a new feature in a git worktree, use this skill to ensure your integration tests run against your feature branch's SDK, not the potentially outdated main branch SDK.

Quick Start

Guide me on how to run integration tests for the integration_deployment_workflow test file in my current git worktree.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: test-runner-worktree
Download link: https://github.com/codekiln/langstar/archive/main.zip#test-runner-worktree

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository