agent-integration-testing

Automate integration test creation and execution with subagents.

3.2k|219|Updated Jul 27, 2024
One-click install
npx skills add https://github.com/av/harbor --skill agent-integration-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-integration-testing
Source: https://github.com/av/harbor/tree/main/.agents/skills/agent-integration-testing
Command: npx skills add https://github.com/av/harbor --skill agent-integration-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation and execution of integration tests for software features, ensuring robustness and reliability without manual intervention.

Core Features & Use Cases

  • Automated Test Spec Creation: Guides the generation of actionable test specifications in Markdown format.
  • Subagent Coordination: Orchestrates the execution of individual tests using subagents.
  • Failure Analysis: Collects results and optionally triggers subagent fixes when tests fail.
  • Use Case: Validate a new API feature by generating a test spec, running automated checks, and getting pass/fail reports with detailed logs.

Quick Start

Use the agent-integration-testing skill to generate a test plan for the 'user authentication' feature.

Frequently Asked Questions about agent-integration-testing

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

FAQPage Schema
How do I automate integration testing for new software features?

Automate integration testing by generating Markdown test specifications and coordinating subagents to execute feature validation. This approach handles test creation, execution, and failure analysis without manual intervention.

What is subagent coordination for feature validation?

Subagent coordination for feature validation orchestrates individual test executions using multiple subagents. It collects pass or fail results and optionally triggers automated subagent fixes when tests fail.

How do I generate test specifications for API features?

Generate test specifications for API features by defining actionable test plans in Markdown format. This skill guides the creation of structured specifications to validate user authentication and other software features.

Do I need Markdown to define test specifications?

Yes, Markdown is required to define test specifications. The automated integration testing workflow uses Markdown format to generate actionable test plans and guide subagent execution.

Can integration testing detect bugs and perform regression testing?

Integration testing detects bugs and performs regression testing by executing automated checks across software features. It collects detailed logs and pass or fail reports to ensure software robustness and reliability.