skill-integration-test

Test multi-skill chains for context handoff and routing correctness.

Updated May 12, 2026
One-click install
npx skills add https://github.com/YeomanYe/skills --skill skill-integration-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-integration-test
Source: https://github.com/YeomanYe/skills/tree/main/skill-integration-test
Command: npx skills add https://github.com/YeomanYe/skills --skill skill-integration-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tests end-to-end chaining of multiple skills by validating context handoffs, routing decisions, and downstream execution readiness across a multi-skill workflow.

Core Features & Use Cases

  • Chain validation across two or more skills to verify proper handoff and context propagation.
  • Detect redundant prompts and broken routing within a skill chain.
  • Assess integration readiness by simulating mock, context, and live modes and evaluating completion criteria.
  • Use Case: validate a chain such as delivery-gate -> writing-plans -> subagent-driven-development.

Quick Start

Run the Skill Integration Testing workflow to simulate a chain of skills and verify context handoff.

Frequently Asked Questions about skill-integration-test

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

FAQPage Schema
How do I test context handoff in a multi-skill workflow?

Context handoff in a multi-skill workflow is tested by validating whether chained skills correctly pass context and avoid redundant prompts. This simulates routing decisions and downstream execution readiness across the entire chain.

What is integration testing for skill chains?

Integration testing for skill chains validates end-to-end chaining by verifying context propagation and routing across multiple skills. It identifies broken routing and redundant prompts within real-world multi-skill workflows.

How do I detect redundant prompts when chaining skills together?

Redundant prompts are detected by running chain validation across two or more skills. This testing process reports whether downstream skills unnecessarily re-ask for context already provided upstream.

Can I simulate live and mock modes for skill chain validation?

Yes, you can simulate mock, context, and live modes for skill chain validation. This assesses integration readiness by evaluating completion criteria, inputs, outputs, and failure signaling across the workflow.

Does integration testing work for downstream readiness across chained skills?

Downstream readiness across chained skills is evaluated by applying integration testing to real-world multi-skill workflows. This verifies context propagation, routing decisions, and proper handoff between each skill.