deployment-readiness-review

Enforce a final deployment gate with cross-agent approvals and safety checks.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Sanchez-78/crypto-trading-bot --skill deployment-readiness-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-readiness-review
Source: https://github.com/Sanchez-78/crypto-trading-bot/tree/main/.claude/skills/deployment-readiness-review
Command: npx skills add https://github.com/Sanchez-78/crypto-trading-bot --skill deployment-readiness-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying untested or unsafe code to production can cause critical outages, expose sensitive trading paths, or exceed service quotas, leading to financial loss and operational disruption. This Skill eliminates that risk by enforcing a mandatory, comprehensive final checklist of all required approvals, test results, and safety validations before any release is signed off for deployment.

Core Features & Use Cases

  • Cross-Agent Approval Coordination: Automatically tracks sign-offs from 8 specialized agents (runtime forensic, paper learning, Firebase quota, trading safety, test regression, Android contract, patch author, and reviewer) to ensure no review gaps.
  • Deployment Safety Enforcement: Blocks unauthorized real live deployments, requires 20% Firebase quota headroom, confirms no real trading paths are exposed, and validates dashboard and Android contract compliance for UI changes.
  • Use Case: For a crypto trading bot development team, this Skill acts as the final gate before pushing code to main, ensuring all pre-deploy checks are complete to prevent accidental live trading exposure or quota overruns during auto-deployment to the Hetzner server.

Quick Start

Ask the AI to run a deployment readiness review for your latest patch to confirm all agent approvals and safety checks are complete before deployment.

Frequently Asked Questions about deployment-readiness-review

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

FAQPage Schema
How do I enforce a deployment readiness review before pushing code to production?

A deployment readiness review enforces a mandatory final gate to verify cross-agent approvals, test regression checks, and safety protocol compliance before any code reaches production environments.

What safety validations are required for a crypto trading bot release gate?

A crypto trading bot release gate requires blocking unauthorized real trading paths, confirming 20% Firebase quota headroom, and verifying specialized agent sign-offs to prevent unsafe live deployments.

How do I coordinate cross-agent approval sign-offs for a software deployment?

Cross-agent approval coordination automatically tracks sign-offs from specialized agents including runtime forensic, paper learning, Firebase quota, trading safety, test regression, and Android contract reviewers.

Can I use deployment automation checks to prevent accidental live trading exposure?

Yes, deployment automation checks block unauthorized real live deployments and validate that no real trading paths are exposed before signing off on any release for production environments.

Does deployment readiness validation work with Firebase quota management and Android contracts?

Deployment readiness validation requires 20% Firebase quota headroom and confirms Android contract compliance for UI changes, ensuring dashboard and service quota constraints are met before release.

What happens if test regression checks fail during a deployment readiness review?

If test regression checks fail during a deployment readiness review, the release gate blocks the deployment to prevent untested code from reaching production environments and causing critical outages.