creating-actions

Convert user workflows into parameterized Maestro action YAML files.

10|1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Lykhoyda/rn-dev-agent --skill creating-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-actions
Source: https://github.com/Lykhoyda/rn-dev-agent/tree/main/packages/codex-plugin/skills/creating-actions
Command: npx skills add https://github.com/Lykhoyda/rn-dev-agent --skill creating-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide for creating, validating, and reusing Maestro actions from user workflows.

Core Features & Use Cases

  • Action Creation: Detailed instructions for creating actions from verified UI walks.
  • YAML Syntax Guidelines: Specific syntax rules for the action YAML files.
  • Replay and Promotion: Instructions for replaying actions and promoting them to active status.

Quick Start

To start creating an action, follow the guide outlined in the SKILL.md file.

Frequently Asked Questions about creating-actions

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

FAQPage Schema
How do I create reusable Maestro actions from UI workflows?

To create reusable Maestro actions, you convert verified UI workflows into parameterized YAML files following specific syntax guidelines. This process allows you to build robust, testable application interactions for reuse.

What is the syntax structure for a Maestro action YAML file?

Maestro action YAML files require specific syntax guidelines to parameterize user workflows effectively. Following these rules ensures the action system correctly interprets the application interactions for robust testing.

How do I replay and promote Maestro actions to active status?

Replaying and promoting Maestro actions involves executing the generated parameterized YAML file against your application. Once the replay validates the action behavior, you promote it to active status for workflow reuse.

Does Maestro action creation work for building robust application interactions?

Yes, Maestro action creation is specifically designed for software developers building robust and testable application interactions. It leverages the Maestro action system to ensure consistent UI behavior validation.