deployment-verification

Verify production deployment readiness in monorepos with a standardized checklist.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/aquarius-wing/polymarket-dev-tools --skill deployment-verification-aquarius-wing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-verification
Source: https://github.com/aquarius-wing/polymarket-dev-tools/tree/main/.cursor/skills/deployment
Command: npx skills add https://github.com/aquarius-wing/polymarket-dev-tools --skill deployment-verification-aquarius-wing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides teams in validating and standardizing the process of moving from development to production in monorepo setups, focusing on dependencies, environment parity, and build integrity to reduce post-deploy failures.

Core Features & Use Cases

  • Dependency integrity checks across apps/packages within a monorepo to prevent phantom dependencies.
  • Environment parity verification, including Node.js version and package manager alignment.
  • Build and release process validation to ensure consistent promotion of changes to production.
  • Use Case: When upgrading a shared dependency or Node version, run the verification to catch mismatches before deployment.

Quick Start

Run the deployment verification checklist before promoting changes to production in your monorepo.

Frequently Asked Questions about deployment-verification

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

FAQPage Schema
How do I verify production deployment readiness for a pnpm monorepo?

Production deployment readiness for a pnpm monorepo is verified by enforcing a standardized checklist that validates dependency integrity, environment parity, and build consistency to prevent post-deploy failures.

What is the best way to prevent phantom dependencies when upgrading packages in a monorepo?

To prevent phantom dependencies during package upgrades in a monorepo, perform automated dependency integrity checks across all apps and packages to ensure lockfile integrity and disciplined versioning.

How do I check environment parity for Node.js and package managers before deploying?

Environment parity for Node.js and package managers is checked by verifying version alignment and package manager consistency across your monorepo prior to promoting changes to production.

Does this deployment verification process work for initial production setup and environment upgrades?

Yes, the deployment verification process works for initial production setup, dependency updates, and environment upgrades by validating build and release processes to catch mismatches early.

Why does my monorepo build work locally but fail during CI deployment?

A monorepo build might work locally but fail during CI deployment due to inconsistent build configurations and environment mismatches, which standardized deployment verification checks are designed to catch.