nexus-deploy

Orchestrates a safe Nexus app deployment with pre-flight checks, audits, and Firebase.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JoaoBiomed/NEXUSEcosystem --skill nexus-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nexus-deploy
Source: https://github.com/JoaoBiomed/NEXUSEcosystem/tree/main/nexus-app/.claude/skills/nexus-deploy
Command: npx skills add https://github.com/JoaoBiomed/NEXUSEcosystem --skill nexus-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments during critical launch phases are error-prone and risky without guardrails, causing outages and post-release hotfix work.

Core Features & Use Cases

  • End-to-end deployment governance with pre-flight checks, slop audit, security gates, and post-deploy health validation.
  • Safe deployment of hosting and functions via Firebase, with selective deployment modes and rollback readiness.

Quick Start

Execute the Nexus deploy pipeline to perform pre-flight checks, optional slop audit, security gate, and deploy hosting and functions with post-deploy validation.

Frequently Asked Questions about nexus-deploy

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

FAQPage Schema
How do I add pre-flight checks to a Firebase deployment?

You can add pre-flight checks to a Firebase deployment by orchestrating a safe deployment workflow that enforces TypeScript compilation, build integrity, tests, and security validations before going live. This ensures build stability prior to release.

What is a safe deployment workflow for critical launch phases?

A safe deployment workflow applies stage-based checks, audit gates, and controlled Firebase deployments across hosting and backend functions. It performs post-deploy health verification to meet deployment governance requirements and prevent post-release hotfix work.

Can I deploy Firebase hosting and functions selectively with pre-flight security gates?

Yes, you can deploy hosting and functions via Firebase using selective deployment modes. The workflow enforces pre-flight security validations and maintains rollback readiness to ensure controlled, safe launches during critical release phases.

Does the deployment pipeline support post-deploy health verification?

The deployment pipeline implements post-deploy health verification to confirm application stability after going live. This stage-based check follows the initial pre-flight validations and Firebase deployment to meet deployment governance requirements.

What is the best way to prevent outages during critical app launch deployments?

The best way to prevent outages is enforcing a deployment governance pipeline with mandatory pre-flight checks, security gates, and post-deploy validation. This mitigates risks by ensuring TypeScript compilation and build integrity before launching.