# mock-skill-alpha > Use when testing skill-stack workflows - a general purpose mock skill for test scenarios - Author: cuong tran - Repository: cuongtranba/skill-stack - Version: 20260105154607 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/cuongtranba/skill-stack - Web: https://mule.run/skillshub/@@cuongtranba/skill-stack~mock-skill-alpha:20260105154607 --- --- name: mock-skill-alpha description: Use when testing skill-stack workflows - a general purpose mock skill for test scenarios --- # Mock Skill Alpha ## Overview This is a mock skill used for testing the skill-stack plugin. It simulates a general-purpose workflow skill. ## When to Use - Testing skill-stack fixture generation - Testing stack execution with skill steps - Integration testing ## Behavior When invoked, this skill will: 1. Announce "Mock Skill Alpha activated" 2. Wait for user confirmation 3. Complete with success message ## Test Mode In test mode, this skill simply echoes back that it was called successfully. ``` ✓ mock-skill-alpha executed successfully ```