devnet-management

Orchestrate Docker-based devnet containers with health checks and reset workflows.

1|1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/Pact-Community-Organization/github-marketplace --skill devnet-management
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devnet-management
Source: https://github.com/Pact-Community-Organization/github-marketplace/tree/main/skills/devnet-management
Command: npx skills add https://github.com/Pact-Community-Organization/github-marketplace --skill devnet-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly set up and manage Docker-based devnets for KDA-CE development and testing, including container lifecycles, port mapping, health checks, and reset procedures.

Core Features & Use Cases

  • Orchestrates multiple devnet agents with consistent ports and compose files
  • Provides health checks and deterministic reset workflows for development environments
  • Facilitates reproducible devnet states across sessions for QA and developers

Quick Start

Start by running the devnet-management workflow to initialize all devnet containers and verify readiness.

Frequently Asked Questions about devnet-management

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

FAQPage Schema
How do I orchestrate Docker devnets for testing?▼

Docker devnet orchestration manages container lifecycles, port mapping, and health checks to ensure reproducible environments. This Skill automates these processes to provide consistent devnet states for QA workflows.

What is a deterministic devnet reset workflow?▼

A deterministic devnet reset workflow ensures reproducible environment states across sessions by systematically clearing and reinitializing containers. This Skill applies consistent reset procedures to maintain reliable states for QA.

Can I manage multiple devnet agents with consistent ports?▼

Yes, managing multiple devnet agents with consistent ports is supported. This Skill orchestrates multiple agents using compose files and handles port mapping to maintain consistent configurations across testing environments.

Do I need Docker to run devnet management workflows?▼

Docker is required to run devnet management workflows because this Skill orchestrates Docker-based devnet environments. It relies on Docker containers to manage lifecycles and execute health checks for KDA-CE development.

How do I verify devnet readiness during development?▼

Verifying devnet readiness during development is handled through integrated health checks. This Skill runs the devnet-management workflow to initialize all containers and automatically verify readiness before testing.