workflow-editor-copy-paste-quality-gate

Validate copy-paste operations in the Umbraco Prism workflow editor.

1|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/jonnymuir/Umbraco.Prism --skill workflow-editor-copy-paste-quality-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-editor-copy-paste-quality-gate
Source: https://github.com/jonnymuir/Umbraco.Prism/tree/main/.claude/skills/workflow-editor-copy-paste-quality-gate
Command: npx skills add https://github.com/jonnymuir/Umbraco.Prism --skill workflow-editor-copy-paste-quality-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that copy-paste operations within the Umbraco Prism workflow editor maintain data integrity, validation rules, and expected UI behavior across stages and actions.

Core Features & Use Cases

  • Quality Gate Enforcement: Provides a structured checklist of build, test, and validation steps to verify clipboard functionality.
  • Behavioral Contract Verification: Ensures that copied stages and actions do not inherit invalid transitions or duplicate keys.
  • Use Case: Use this Skill when implementing or reviewing new clipboard features in the workflow editor to confirm that keyboard shortcuts, toolbar indicators, and validation logic are functioning correctly.

Quick Start

Execute the validation sequence by running the build, unit tests, and Playwright test suites defined in the minimum gate section of the skill documentation.

Frequently Asked Questions about workflow-editor-copy-paste-quality-gate

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

FAQPage Schema
How do I validate copy-paste operations in the Umbraco workflow editor?

To validate copy-paste operations in the Umbraco workflow editor, execute the defined build, specific .NET test filters, and Playwright test suites to verify clipboard state and UI consistency.

What does clipboard state management verification check for in a workflow editor?

Clipboard state management verification checks that copied stages and actions maintain data integrity, do not inherit invalid transitions, and enforce behavioral contracts across the workflow editor.

Does the workflow editor copy-paste validation require Playwright tests?

Yes, the workflow editor copy-paste validation requires running Playwright test suites to ensure authoring validation, keyboard shortcuts, toolbar indicators, and UI consistency function correctly.

How do I prevent duplicate keys when copying stages in a workflow editor?

To prevent duplicate keys when copying stages, run .NET test filters that verify behavioral contracts and ensure copied actions and stages exclude invalid cross-stage transitions during duplication.

What are the limitations of clipboard validation for cross-stage transitions?

Clipboard validation limitations focus on cross-stage transition exclusion, ensuring copied stages and actions do not inherit invalid transitions or duplicate keys that break workflow editor data integrity.