redsub-deploy

Automate code deployment to dev and production environments with validation and confirmation.

2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/redsub-captain/redsub-claude-code --skill redsub-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redsub-deploy
Source: https://github.com/redsub-captain/redsub-claude-code/tree/main/skills/redsub-deploy
Command: npx skills add https://github.com/redsub-captain/redsub-claude-code --skill redsub-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of deploying code to different environments, ensuring safe and controlled releases.

Core Features & Use Cases

  • Environment Deployment: Supports deployment to both development (dev) and production (prod) environments.
  • Safety Enforcement: Implements pre-checks and user approvals, especially for production deployments.
  • Use Case: After successfully testing a new feature in the development environment, you can use this Skill to initiate a controlled deployment to production after confirming readiness.

Quick Start

Use the redsub-deploy skill to deploy the current code to the development environment.

Frequently Asked Questions about redsub-deploy

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

FAQPage Schema
How do I automate code deployment to dev and prod environments safely?

Automated deployment to dev and prod environments is handled by orchestrating pre-deployment validation, resolving environment-specific commands via CLAUDE.md or package.json, and requiring explicit user confirmation for production releases to enforce safety.

How does CI/CD branch verification work before a production release?

CI/CD branch verification for a production release works by enforcing safety protocols that check branch status and require prior dev testing validation before allowing any deployment commands to execute.

Can I deploy code to production without prior dev testing validation?

Deploying code to production without prior dev testing validation is blocked by safety protocols, which require explicit user confirmation and enforce branch verification to ensure controlled releases.

How do I resolve environment-specific deployment commands using package.json?

Environment-specific deployment commands are resolved by reading configuration from package.json or CLAUDE.md, allowing the deployment process to automatically select the correct scripts for the specified dev or prod target.

What is the best way to enforce user approval for production deployments?

The best way to enforce user approval for production deployments is to require explicit user confirmation during the release process, coupled with pre-deployment validation and branch verification checks.

Why does my deployment to prod require explicit confirmation?

Your deployment to prod requires explicit confirmation because the workflow enforces safety protocols, ensuring controlled releases by validating prior dev testing and verifying the branch before executing production commands.