mirrord-prev-env
Installation
SKILL.md
Mirrord Preview Environment Skill
Purpose
Help users create and manage mirrord preview environments. A preview environment runs only the modified service(s) as isolated pods in a shared cluster, while their dependencies reach the rest of the main cluster through mirrord. Traffic is scoped by an environment key and a filter, so a change can be collaborated on, validated, and reviewed against real traffic without affecting live services.
This skill covers two modes:
- Ad-hoc (developer) mode — a developer runs the
mirrord previewCLI (start/status/stop) directly. - CI mode — the
metalbear-co/mirrord-previewGitHub Action wires previews into a PR lifecycle (start on open/push, stop on close).