workflow-test

Execute end-to-end tests of the Olympus workflow engine across all stages.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/mikev10/olympus --skill workflow-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-test
Source: https://github.com/mikev10/olympus/tree/main/resources/skills/workflow-test
Command: npx skills add https://github.com/mikev10/olympus --skill workflow-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the testing of the entire Olympus structured workflow engine, ensuring all stages from inception to operations function correctly and clean up after themselves.

Core Features & Use Cases

  • Comprehensive Testing: Executes a full pipeline test, covering inception, construction, and operations phases.
  • Artifact Verification: Verifies the creation and correct placement of all necessary artifacts at each stage.
  • Automated Cleanup: Ensures that all created test files and directories are removed upon completion.
  • Use Case: Developers can use this Skill to validate changes to the core workflow engine, ensuring new commits do not break the established development pipeline.

Quick Start

Run the full end-to-end test for the workflow engine.

Frequently Asked Questions about workflow-test

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

FAQPage Schema
How do I automate end-to-end testing for a structured workflow engine?

Automating end-to-end testing for a structured workflow engine is achieved by executing a comprehensive pipeline test that validates all stages from inception through construction and operations. This process verifies state transitions and artifact integrity within a designated directory structure.

What does an end-to-end pipeline test validate during DevOps orchestration?

An end-to-end pipeline test validates the correct creation, placement, and state transitions of artifacts across all phases. It ensures the DevOps orchestration engine functions correctly from inception to operations and verifies that mandatory cleanup removes all test files.

How do I verify artifact placement and cleanup in a workflow automation pipeline?

To verify artifact placement and cleanup in a workflow automation pipeline, execute a test that checks artifacts at each stage and enforces mandatory cleanup verification. This ensures all created test directories and files are successfully removed upon completion.

Can I execute targeted phases instead of a full workflow test pipeline?

Yes, you can execute targeted phases instead of a full workflow test pipeline. The testing engine supports targeted phase execution, allowing developers to validate specific stages like construction or operations independently while still ensuring artifact integrity.

Why do I need mandatory cleanup verification after testing a development pipeline?

Mandatory cleanup verification is needed after testing a development pipeline to ensure all created test artifacts and directories are successfully removed. This prevents residual test files from polluting the workspace and guarantees the workflow engine returns to a clean state.