skill-integration-tester

Validate multi-skill workflows and inter-skill data contracts from CLAUDE.md definitions.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill skill-integration-tester-pasie15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-integration-tester
Source: https://github.com/pasie15/claude-trading-skills-marketplace/tree/main/plugins/trading-dividend-investing/skills/skill-integration-tester
Command: npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill skill-integration-tester-pasie15

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Validate multi-skill workflows and inter-skill data handoffs by scanning CLAUDE.md definitions and ensuring readiness for release.

Core Features & Use Cases

  • Workflow validation: checks the existence and alignment of skills in multi-step pipelines.
  • Handoff contract verification: ensures data contracts between consecutive steps are satisfied.
  • CI/PR pre-checks and dry-run diagnostics: generates readable reports in JSON and Markdown to guide releases.

Quick Start

Run the validator against CLAUDE.md to scan all workflows and produce a diagnostic report.

Frequently Asked Questions about skill-integration-tester

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

FAQPage Schema
How do I validate multi-skill workflows and inter-skill data handoffs?

To validate multi-skill workflows, scan your CLAUDE.md definitions to check the existence and alignment of pipeline steps, ensuring data contracts between consecutive stages are satisfied for release readiness.

What is a handoff contract verification check for pipeline workflows?

Handoff contract verification ensures that data schemas and file naming conventions between consecutive workflow steps are satisfied, enforcing alignment so that outputs from one skill match the required inputs of the next.

How do I run pre-release CI validation checks on multi-step pipelines?

Run the validator against your CLAUDE.md file to perform CI pre-checks and dry-run diagnostics, which generates readable JSON and Markdown reports that output PASS or FAIL with detailed diagnostic guidance.

Can I use this validator to audit workflow health across the marketplace?

Yes, you can apply this workflow health audit to scan CLAUDE.md definitions across the marketplace, enforcing file naming conventions and data schemas to report pipeline readiness with detailed diagnostics.

What do I need to generate workflow validation reports in JSON and Markdown?

You need your CLAUDE.md definitions containing the multi-skill workflow configurations; scanning these files generates diagnostic reports in both JSON and Markdown formats to guide your releases.