test-parent

Test parent-to-child skill invocation with start and end markers.

6|3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/easingthemes/dx-aem-flow --skill test-parent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-parent
Source: https://github.com/easingthemes/dx-aem-flow/tree/main/.claude/skills/test-parent
Command: npx skills add https://github.com/easingthemes/dx-aem-flow --skill test-parent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill demonstrates inter-skill invocation by having a parent skill call a child skill, useful for validating orchestration and delegation in automated pipelines.

Core Features & Use Cases

  • Demonstrates inter-skill invocation via the Skill tool.
  • Useful for validating parent-to-child workflow orchestration in multi-skill scenarios.
  • Provides a minimal test harness to confirm proper sequencing and output.

Quick Start

Run the Skill tool to execute the parent test and observe the sequence PARENT START, a call to /test-child, and PARENT END.

Frequently Asked Questions about test-parent

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

FAQPage Schema
How do I test inter-skill invocation in an automated workflow?

Inter-skill invocation is tested by running a parent skill that calls a child skill via the Skill tool, confirming proper workflow sequencing and delegation in automated pipelines.

What is parent-to-child skill orchestration used for?

Parent-to-child skill orchestration is used to validate delegation in multi-skill scenarios, ensuring a parent skill can properly execute and manage a child skill within an automated pipeline.

How do I validate workflow orchestration and check for missing child skills?

Validate workflow orchestration by executing a parent skill that gracefully handles missing child skills and prints distinct start and end markers to verify the sequence and error handling.

Does inter-skill invocation provide basic safety and error handling?

Inter-skill invocation provides basic safety and error handling by ensuring the parent skill gracefully manages missing child skills and prints clear start and end markers.

What output should I expect when validating a parent-to-child skill workflow?

When validating a parent-to-child skill workflow, expect to observe a PARENT START marker, a call to the child skill, and a PARENT END marker confirming proper sequencing.

Can I use a minimal test harness to confirm inter-skill delegation?

You can use a minimal test harness to confirm inter-skill delegation by running the parent skill to verify proper sequencing and output when invoking a child skill.