mirrord-test

Configure services and run in-context API tests in Kubernetes ODE environments.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill mirrord-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mirrord-test
Source: https://github.com/sameer-thakkar/hackin26-next-deimos/tree/main/.cursor/skills/mirrord-test-ho
Command: npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill mirrord-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mirrord, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill facilitates comprehensive end-to-end testing of any service within a Kubernetes ODE environment, leveraging Mirrord for live, in-context testing and analysis.

Core Features & Use Cases

  • Service Configuration & Testing: Automatically detect or create configurations for various services and modes of operation.
  • API End-to-End Testing: Execute end-to-end tests for API changes and report results.
  • Developer Workflow: Streamlines the process for developers to test their code against live Kubernetes environments efficiently.

Quick Start

Run the 'mirrord-test' skill with your desired service and mode, such as 'aries' service in 'mirror' mode, to initiate testing against the Kubernetes ODE environment.

Frequently Asked Questions about mirrord-test

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

FAQPage Schema
How do I run end-to-end API testing for services in a Kubernetes environment?

You need the Mirrord CLI installed and active Kubernetes access to use this skill for in-context testing. It operates by creating and managing .json configuration files to define and execute various testing scenarios within your environment.

What is Mirrord used for in Kubernetes service testing?

Mirrord is used for live, in-context testing and analysis of services within a Kubernetes ODE environment. It allows developers to test their code changes against live cluster configurations without needing to fully deploy or mock the dependencies.

How do I configure different testing scenarios for Kubernetes services?

You configure different testing scenarios by creating and managing .json configuration files. The skill automatically detects or generates these configurations based on your desired service and mode of operation, such as 'mirror' mode.

Does this testing approach require any specific Kubernetes access or dependencies?

Yes, this approach requires installation of the Mirrord CLI and direct Kubernetes access. These dependencies are necessary to bridge your local service execution with the live Kubernetes environment for accurate end-to-end testing.

Can I test specific API changes against a live Kubernetes cluster without full deployment?

Yes, you can test specific API changes against a live cluster by running the skill with your desired service and mode. This streamlines the developer workflow by executing end-to-end tests directly in-context without full deployment.