test-environments

Installation
SKILL.md

Discovery Questions

  1. How many environments exist today? Local dev, CI, staging, preview, production? Map what you have before designing what you need.
  2. Is the app containerized? Docker/Docker Compose in use? Check for Dockerfile, docker-compose.yml, or compose.yaml.
  3. How is test data seeded? Manual SQL scripts, migration-based, factory libraries, or snapshots from production?
  4. How close is staging to production? Same infrastructure (K8s, managed DB, CDN)? Same data shape? Same config?
  5. External dependencies: How many third-party APIs does the system call? Are they stubbed in non-production environments?
  6. Check .agents/qa-project-context.md first. Respect existing infrastructure decisions and constraints.

Core Principles

Related skills
Installs
14
GitHub Stars
5
First Seen
Apr 1, 2026