guarding-deployments

When to use this skill

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 "guarding-deployments" with this command: npx skills add roelofvheeren/elvison-os/roelofvheeren-elvison-os-guarding-deployments

Guarding Deployments

When to use this skill

  • Before pushing to production or staging branches.

  • When the user asks "is it safe to deploy?".

  • To verify environment variables and secrets are present.

Workflow

  • Preparation

  • Identify target environment (e.g., production , staging ).

  • List required environment variables.

  • Verification

  • Run linting and type checks.

  • Execute test suite with npm test .

  • Verify environment variables using scripts/check-env.sh .

  • Execution

  • If all checks pass, proceed with deployment command.

  • If any check fails, block deployment and report errors.

Instructions

Linting & Tests

Ensure the project is in a clean state:

Run linting

npm run lint

Run unit tests

npm test

Environment Variable Check

Use the provided script to ensure required keys are set:

./scripts/check-env.sh .env.production DB_URL API_KEY

Resources

  • check-env.sh

  • Example .env

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

maintaining-brand-identity

No summary provided by upstream source.

Repository SourceNeeds Review
General

using-superpowers

No summary provided by upstream source.

Repository SourceNeeds Review
General

handling-errors

No summary provided by upstream source.

Repository SourceNeeds Review
General

Wechat Mp Writer

WeChat Official Account (公众号) content writer with article formatting, headline optimization, and engagement tips. Use when you need to write WeChat articles,...

Registry SourceRecently Updated