run-inside-test

Executes a bundled test script and reports its exact output.

6|8|Updated May 7, 2026
One-click install
npx skills add https://github.com/TorchedHat/ai-marketplace --skill run-inside-test
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: run-inside-test
Source: https://github.com/TorchedHat/ai-marketplace/tree/main/ci-runner-demo/skills/run-inside-test
Command: npx skills add https://github.com/TorchedHat/ai-marketplace --skill run-inside-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies that Claude can execute a plugin-bundled test script from the plugin environment and accurately report the resulting output.

Core Features & Use Cases

  • Script Execution: Runs the bundled test script through the Claude plugin root.
  • Plugin Validation: Confirms that plugin-provided scripts are accessible and executable.
  • Output Reporting: Captures and reports the script's exact output for verification and debugging.
  • Use Case: Use this Skill when testing Claude Code plugin packaging or validating that bundled scripts run correctly after installation.

Quick Start

Use the run-inside-test skill to execute the bundled test script and report its exact output.

Frequently Asked Questions about run-inside-test

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

FAQPage Schema
How do I run a bundled test script for a Claude Code plugin?▼

You can execute the bundled test script by using this Skill to run the run_inside.sh file from the Claude plugin root, which captures and reports the exact execution output for debugging.

What does plugin script execution validation do in a CI environment?▼

Plugin script validation in a CI environment executes the bundled test script to confirm it is accessible and executable, reporting the exact output to verify packaging integrity.

Can I use this to validate bash script execution after plugin installation?▼

Yes, you can validate bash script execution after installation by running the bundled test script, which confirms plugin-provided scripts are accessible and executable within the Claude environment.

Do I need access to the Claude plugin root to run integration testing?▼

Yes, performing this integration testing requires access to the Claude plugin root directory and an executable run_inside.sh test script to run the validation and capture the output.

Why is my Claude Code plugin test script not working during validation?▼

Your plugin test script might not work if the run_inside.sh file is missing or lacks executable permissions in the plugin root, preventing the script execution validation from capturing the output.