ironmind-cicd

Standardize CI/CD and platform configuration for Vercel, Firebase, and GitHub Actions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MorganDevInSA/ironmind --skill ironmind-cicd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ironmind-cicd
Source: https://github.com/MorganDevInSA/ironmind/tree/main/.cursor/skills/ironmind-cicd
Command: npx skills add https://github.com/MorganDevInSA/ironmind --skill ironmind-cicd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Correct CI/CD, deployment, environment, and MCP tooling patterns for IRONMIND. Use when configuring Vercel, Firebase CLI operations, GitHub Actions workflows, environment variables, npm scripts, git hooks, rollback procedures, or any infrastructure/platform change. Prevents manual dashboard drift, env leakage, broken deploys, and rules desync.

Core Features & Use Cases

  • Standardized CI/CD patterns for Vercel, Firebase, GitHub Actions, MCP
  • Environment separation and secret management across Local/Preview/Production
  • Rollback procedures and infrastructure governance to prevent drift
  • Use Case: Rapidly bootstrap a new project with guarded deploys and observable config

Quick Start

Set up your project by applying the canonical CI/CD patterns in this skill and validate the setup with CI checks.

Frequently Asked Questions about ironmind-cicd

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

FAQPage Schema
How do I prevent environment variable leakage across Vercel and Firebase deployments?

You can prevent environment variable leakage by enforcing strict environment separation across Local, Preview, and Production contexts. This skill standardizes secret management to eliminate manual dashboard drift and ensure safe deployments.

What is the best way to standardize GitHub Actions workflows for CI/CD?

Standardizing GitHub Actions workflows involves applying canonical CI/CD patterns with versioned config and clear guardrails. This approach ensures consistent, auditable deployments from development to production while preventing broken deploys and rules desync.

How do I set up rollback procedures for Vercel and Firebase CLI?

Set up rollback procedures by applying structured infrastructure governance with clear, auditable recovery steps. This skill provides standardized workflows to safely revert Vercel and Firebase CLI deployments when configuration drift or broken deploys occur.

Does this CI/CD skill work with MCP integration and npm scripts?

Yes, this CI/CD skill explicitly supports MCP integration alongside npm scripts and git hooks. It corrects platform tooling patterns and rules desync to ensure consistent infrastructure behavior across your entire deployment pipeline.

Why does configuration drift happen between local and production environments?

Configuration drift happens when manual dashboard changes bypass versioned config and automated checks. This skill prevents drift by enforcing standardized deployment tooling, git hooks, and environment governance across your Vercel and Firebase setup.