ops-prod

Manage production deployments with explicit confirmation, role-based access, and audit logging.

Updated May 26, 2026
One-click install
npx skills add https://github.com/rbutinar/ade-ops --skill ops-prod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-prod
Source: https://github.com/rbutinar/ade-ops/tree/main/.agents/skills/ops-prod
Command: npx skills add https://github.com/rbutinar/ade-ops --skill ops-prod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a secure and controlled environment for managing production deployments, ensuring that all changes to production environments are reviewed and confirmed.

Core Features & Use Cases

  • Explicit Confirmation: All actions affecting production require explicit confirmation to prevent accidental changes.
  • Role-Based Access: Different roles with varying levels of access and permissions are defined to maintain security.
  • Contextual Information: Provides detailed project state, environment configurations, and deployment history for informed decision-making.
  • Promotion Workflow: A structured workflow for promoting changes from a testing environment to production with a safety checklist.
  • Audit Logging: Every operation is logged for traceability and accountability.

Quick Start

Activate the production role with ade-ops activate ops-prod and confirm a promotion with ade-ops promote cert-to-prod.

Frequently Asked Questions about ops-prod

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

FAQPage Schema
How do I make production deployments safer with explicit confirmation?

Production deployments are made safer by requiring explicit confirmation for all actions affecting the environment, preventing accidental changes. This approach provides a controlled setting for secure deployment execution.

What is role-based access for production management workflows?

Role-based access in production management defines different roles with varying levels of permissions to maintain security. It ensures only authorized personnel can approve or execute environment changes and promotions.

How do I promote changes from testing to production with a safety checklist?

You promote changes using a structured workflow that moves updates from a testing environment to production. This workflow includes a safety checklist and requires explicit confirmation before finalizing the deployment.

Does this production management Skill require Python for deployment scripts?

Yes, this production management Skill requires Python to run deployment scripts and handle configuration management. It is designed for complex environments with multiple platforms relying on Python-based automation.

How do I add audit logging for deployment traceability?

You achieve deployment traceability through comprehensive audit logging that records every operation. This guarantees accountability by maintaining a detailed history of all actions performed during production deployments.