skill-integration-tester

Validate multi-skill workflows in CLAUDE.md for contracts and handoff integrity.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill skill-integration-tester-ihsandanish25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-integration-tester
Source: https://github.com/IhsanDanish25/claude-trading-skills/tree/main/skills/skill-integration-tester
Command: npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill skill-integration-tester-ihsandanish25

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the validation of multi-skill workflows for Claude Skills, ensuring data contracts, naming conventions, and handoff integrity.

Core Features & Use Cases

  • Workflow Validation: Checks skill existence, inter-skill data contracts, file naming conventions, and handoff integrity.
  • Integration Testing: Validates workflows before release to ensure pipeline compatibility.
  • Dry-Run Mode: Allows synthetic fixtures for testing without real data.
  • CI Pre-check: Can be used as a pre-check for pull requests touching skill scripts.

Quick Start

Run the integration tester against the project's CLAUDE.md to validate workflows:

python3 skills/skill-integration-tester/scripts/validate_workflows.py --output-dir reports/

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 data contracts in CLAUDE.md?

Validate multi-skill workflows in CLAUDE.md by running a Python script that checks skill existence, inter-skill data contracts, file naming conventions, and handoff integrity to ensure pipeline compatibility.

Can I test integration workflows for Claude Skills without using real data?

Yes, you can test integration workflows without real data by using the dry-run mode, which validates pipeline health and handoff integrity using synthetic fixtures.

How do I run a CI pre-check for pull requests touching skill scripts?

Run the workflow validation Python script from your CI pipeline to pre-check pull requests, verifying file naming conventions and inter-skill data contracts before release.

Do I need API keys to validate inter-skill data contracts and handoff integrity?

No, validating inter-skill data contracts and handoff integrity requires no API keys; the workflow tester only needs Python 3.9 or later installed in your environment.

What is workflow validation for multi-skill pipelines and when do I need it?

Workflow validation for multi-skill pipelines is the process of verifying skill existence and handoff integrity, needed before release to ensure pipeline compatibility and prevent integration failures.