skill__spec__step_update

Automate create, update, and delete operations for E2E test task steps.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/simuleite/renaissance --skill skill-spec-step-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill__spec__step_update
Source: https://github.com/simuleite/renaissance/tree/main/spec/claude/skills/skill__spec__step_update
Command: npx skills add https://github.com/simuleite/renaissance --skill skill-spec-step-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the management of steps within end-to-end (E2E) test tasks, reducing manual editing and synchronization errors.

Core Features & Use Cases

  • Create, update, insert, prepend, complete, uncomplete, or delete steps for a given e2e task.
  • Batch create steps from JSON and modify step nodes or additional info as needed.
  • Supports precise targeting via e2e_index and step_index, with optional step-node and related-nodes metadata.

Quick Start

Run the step update command to add, modify, or remove a step in your E2E task using its indices and action.

Frequently Asked Questions about skill__spec__step_update

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

FAQPage Schema
How do I automate E2E test step management across sequential tasks?

You can automate E2E test step management by running a CLI command that creates, updates, inserts, or deletes steps using required fields like e2e_index, step_index, name, file_path, and action. This enforces a structured schema for consistent synchronization.

Can I batch create E2E test steps from a JSON file?

Yes, you can batch create E2E test steps from JSON. The command processes multiple step definitions at once, applying targeted modifications to step nodes and additional metadata to streamline your test workflow.

What is the best way to insert a step into an existing E2E test sequence?

The best way to insert a step is using the smart insertion action via the CLI. By specifying the e2e_index and step_index, the command prepends or inserts the new step precisely within the existing sequence without manual editing.

Does the E2E step update command support partial updates for test nodes?

Yes, the E2E step update command supports partial updates. You can modify specific step nodes or related-nodes metadata by targeting them with the e2e_index and step_index, applying changes only where needed.

How do I delete or uncomplete a step in an end-to-end testing task?

To delete or uncomplete a step in an end-to-end testing task, execute the CLI command with the delete or uncomplete action. You must provide the correct e2e_index and step_index to target the specific step accurately.