deployment-env-isolation-check

Validate environment isolation using merged values from .deploy.env.common and .deploy.env.<ENV_MODE>. Use when ensuring test/prod/custom do not share the same registry, remote host, user, and port identity.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "deployment-env-isolation-check" with this command: npx skills add jsonlee12138/easy-deployment/jsonlee12138-easy-deployment-deployment-env-isolation-check

Deployment Env Isolation Check

  1. Read .deploy.env.common and all .deploy.env.<env> files.
  2. Merge common defaults with per-env overrides.
  3. Compare environment identities (registry + user + host + port).
  4. Fail when non-prod and prod identities are identical.

Command

python3 skills/deployment-env-isolation-check/scripts/check_isolation.py --root .

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

deployment-config-validate

No summary provided by upstream source.

Repository SourceNeeds Review
General

deployment-post-checks

No summary provided by upstream source.

Repository SourceNeeds Review
General

deployment-version-policy

No summary provided by upstream source.

Repository SourceNeeds Review