skill__spec__e2e_update

Create, update, and organize E2E test tasks with structured inputs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage end-to-end test tasks by creating, updating, and organizing E2E tasks.

Core Features & Use Cases

  • Create, update, prepend, insert after, and delete E2E tasks with a simple spec e2e update command
  • Mark tasks as complete or todo, and view the next task to guide test execution
  • Use structured input fields (index, name, command, expected) to maintain consistent test definitions

Quick Start

Update an E2E task by specifying its index, name, command, and expected result using the spec e2e update command.

Frequently Asked Questions about skill__spec__e2e_update

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

FAQPage Schema
How do I manage end-to-end test tasks for a sequence of commands?

You can manage end-to-end test tasks using the spec e2e update command to create, update, and organize tests by specifying the index, name, command, and expected result fields for structured test definitions.

What is the best way to add and reorder E2E test tasks?

Adding and reordering E2E test tasks is done using insert, prepend, and delete flags, allowing you to maintain a precise sequence of test commands and expected outcomes.

How do I mark an end-to-end test task as complete or todo?

You mark an end-to-end test task as complete or todo using specific flags within the spec e2e update command, which also allows you to view the next task to guide test execution.

What structured input fields are required for E2E test task management?

E2E test task management requires structured input fields including index, name, command, and expected, ensuring consistent test definitions and deterministic outputs across your workflow.

Can I remove a specific E2E test task from an existing sequence?

Yes, you can remove a specific E2E test task from an existing sequence by using the delete flag with the spec e2e update command to target the task by its index.