skill-integration-tester
Validate multi-skill workflows defined in CLAUDE.md by checking skill existence, inter-skill data contracts (JSON schema compatibility), file naming conventions, and handoff integrity. Use when adding new workflows, modifying skill outputs, or verifying pipeline health before release.
npx skills add BaggaT236/AI-Trading-Skills --skill skill-integration-tester --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Skill Integration Tester ## Overview Validate multi-skill workflows defined in CLAUDE.md (Daily Market Monitoring, Weekly Strategy Review, Earnings Momentum Trading, etc.) by executing each step in sequence. Check inter-skill data contracts for JSON schema compatibility between output of step N and input of step N+1, verify file naming conventions, and report broken handoffs. Supports dry-run mode with synthetic fixtures. ## When to Use - After adding or modifying a multi-skill workflow in CLAUDE.md - After changing a skill's output format (JSON schema, file naming) - Before releasing new skills to verify pipeline compatibility - When debugging broken handoffs between consecutive workflow steps - As a CI pre-check for pull requests touching skill scripts ## Prerequisites - Python 3.9+ - No API keys required - No third-party Python packages required (uses only standard library) ## Workflow ### Step 1: Run Integration Validation Execute the validation script against the project's CLAUDE.md: ```bash python3 skills/skill-integration-tester/scripts/validate_workflows.py \ --output-dir reports/ ``` This parses all `**Workflow Name:**` blocks from the Multi-Skill Workflows section, reso
- Overview
- When to Use
- Prerequisites
- Workflow
- Step 1: Run Integration Validation
- Step 2: Validate a Specific Workflow
- Step 3: Dry-Run with Synthetic Fixtures
- Step 4: Review Results
- Step 5: Fix Broken Handoffs
- Output Format
- JSON Report
- Markdown Report
- Resources
- Key Principles
python3 skills/skill-integration-tester/scripts/validate_workflows.py \
What does the skill-integration-tester skill do?
Validate multi-skill workflows defined in CLAUDE.md by checking skill existence, inter-skill data contracts (JSON schema compatibility), file naming conventions, and handoff integrity. Use when adding new workflows, modifying skill outputs, or verifying pipeline health before release.
How do I install it?
Run `npx skills add BaggaT236/AI-Trading-Skills --skill skill-integration-tester --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From BaggaT236/AI-Trading-Skills, a repository with 118 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
