One-click install
npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill secrets-env-manager-kissrosecicd-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secrets-env-manager
Source: https://github.com/kissrosecicd-hub/agents-evolution/tree/main/.agents/skills/patricio0312rev-ci-cd-secrets
Command: npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill secrets-env-manager-kissrosecicd-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents secret leaks and ensures required environment variables are present in CI/CD, reducing security risks and deployment failures.

Core Features & Use Cases

  • Environment variable validation and missing-var fail-fast checks in CI workflows.
  • Secret masking and leak prevention through automatic masking steps and audit guidance.
  • Documentation templates and best practices for managing secrets across environments (dev/stage/prod).

Quick Start

Integrate this in your CI workflow to validate required secrets and mask sensitive values during builds.

Frequently Asked Questions about secrets-env-manager

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

FAQPage Schema
How do I validate required environment variables in GitHub Actions?

Secret masking in CI pipelines works by implementing automatic masking steps that hide sensitive values during build execution, preventing accidental exposure in logs and providing audit guidance for leak prevention.

Does this CI secret validation approach work with GitLab CI?

Yes, this CI secret validation approach is applicable to GitLab CI and other CI workflows, allowing you to enforce required secrets, catch missing environment variables, and fail builds early across different platforms.

What's the best way to prevent secret leaks in CI/CD pipelines?

The best way to prevent secret leaks in CI/CD pipelines is to enforce secret validation and masking guardrails that verify secrets presence, mask sensitive values automatically, and fail builds early to reduce security risks.

Why do my CI builds fail due to missing environment variables?

When managing secrets across environments like dev, stage, and prod, you should use documentation templates and best practices provided by validation scripts to ensure required secrets are consistently present and properly masked across all environments.