integration-testing

Coordinate end-to-end integration tests across all EDPS skills and VS Code.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/zhongadamwang/CCAGA --skill integration-testing-zhongadamwang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-testing
Source: https://github.com/zhongadamwang/CCAGA/tree/main/.github/skills/integration-testing
Command: npx skills add https://github.com/zhongadamwang/CCAGA --skill integration-testing-zhongadamwang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating end-to-end testing across all EDPS skills to validate cohesive functionality and reliable VS Code integration.

Core Features & Use Cases

  • Orchestrates comprehensive integration tests across all 22 EDPS skills to verify workflow integrity and consistency.
  • Validates markdown input/output formats, performance metrics, and VS Code extension interactions.
  • Generates complete test reports and artifacts to support traceability, QA, and regression analysis.

Quick Start

Run the integration-testing skill against a sample project to execute the full validation workflow and produce the complete test reports.

Frequently Asked Questions about integration-testing

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

FAQPage Schema
How do I run end-to-end integration testing for VS Code extension workflows?

To run end-to-end integration testing for VS Code extension workflows, execute the testing skill against a sample project to validate skill interoperability, schema compliance, and generate complete test reports.

What is the best way to validate markdown formatting consistency across multiple development skills?

Validating markdown formatting consistency across skills requires orchestrating an integration test that verifies all markdown inputs and outputs meet defined schemas and formatting standards.

How does integration testing generate traceability reports for QA and regression analysis?

Integration testing generates traceability reports by capturing test results and execution traces during validation workflows, producing complete artifacts that support QA and regression analysis.

Can I use this skill to test interoperability and performance metrics for all my defined workflows?

Yes, you can test interoperability and performance metrics by applying the skill across all test projects to assess workflow integrity, integration point health, and performance under realistic conditions.

Do I need existing test projects and skill definitions to assess workflow integration health?

Yes, you need existing skill definitions and test projects because the testing process applies across these artifacts to assess integration points, validate schemas, and verify cohesive functionality.

Why should I use an orchestrated end-to-end testing approach instead of isolated unit tests for extensions?

An orchestrated end-to-end testing approach is necessary to validate cohesive functionality and reliable VS Code integration across all skills, which isolated unit tests cannot effectively assess.