run-integration-test

Automate and monitor Sculptor integration tests with a watchdog timeout.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill run-integration-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-integration-test
Source: https://github.com/imbue-ai/sculptor/tree/main/.claude/skills/run-integration-test
Command: npx skills add https://github.com/imbue-ai/sculptor --skill run-integration-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution and monitoring of integration tests in the Sculptor application, streamlining the testing process and ensuring reliability.

Core Features & Use Cases

  • Automated Test Execution: Run integration tests in the background with a unique completion marker.
  • Monitor Watchdog: Utilizes a Monitor watchdog to ensure tests complete within a specified timeout.
  • Progressive Timeout Ladder: Provides a dynamic timeout system that adjusts based on test progress.
  • Tailored Results Reading: Offers a clear path to access detailed test results and diagnose any issues.
  • Use Case: For developers and QA engineers looking to automate and efficiently monitor their integration tests in the Sculptor application.

Quick Start

Execute integration tests with the 'run-integration-test' skill and follow the progress using the provided monitoring commands.

Frequently Asked Questions about run-integration-test

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

FAQPage Schema
How do I automate and monitor Sculptor integration tests in the background?

Automate Sculptor integration tests by running them in the background with a unique completion marker, using a Monitor watchdog to track progress and ensure completion within a specified timeout.

Can I set a timeout for integration tests so they don't hang indefinitely?

Yes, a progressive timeout ladder adjusts dynamically based on test progress, while the Monitor watchdog ensures integration tests complete within a defined timeout to prevent indefinite hanging.

How do I track the progress of running integration tests?

Track integration test progress through clear output generated by the background processing script, allowing you to monitor execution status and check results upon completion of the test run.

Do I need a specific environment setup to run Sculptor integration tests?

Yes, executing integration tests requires a dedicated test environment with the Sculptor application installed and the necessary test files present to validate functionality and generate results.

How do I read and diagnose integration test results after execution?

Read and diagnose integration test results using the tailored results reading path provided, which offers a clear route to access detailed outputs and analyze any issues that occurred during execution.

What is a progressive timeout ladder and how does it work for test automation?

A progressive timeout ladder is a dynamic timeout system that adjusts based on test progress, ensuring the Monitor watchdog allows sufficient time for integration tests to complete without timing out prematurely.