Production Safety Checklist (PROD-SAFETY)

Validate production changes against pre-deployment and post-deployment safety checklists.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/idallasj/oneclaw --skill production-safety-checklist-prod-safety
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Production Safety Checklist (PROD-SAFETY)
Source: https://github.com/idallasj/oneclaw/tree/main/llm_settings/skills/ps
Command: npx skills add https://github.com/idallasj/oneclaw --skill production-safety-checklist-prod-safety

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive checklist to ensure all production changes are safe, reversible, and auditable, preventing costly errors and downtime.

Core Features & Use Cases

  • Pre-Deployment Validation: Guides users through critical checks before any production deployment, including documentation, testing, backups, and communication.
  • Post-Deployment Verification: Outlines immediate and short-term checks to confirm successful deployment and identify any issues.
  • Rollback Procedures: Ensures rollback plans are documented and tested.
  • Use Case: Before merging a critical database migration to production, a Release Engineer uses this Skill to systematically verify all prerequisites, ensuring data integrity and a clear path to rollback if necessary.

Quick Start

Use the Production Safety Checklist skill to prepare for a PostgreSQL database migration to production.

Frequently Asked Questions about Production Safety Checklist (PROD-SAFETY)

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

FAQPage Schema
What should a production deployment checklist include to ensure safe and auditable changes?

Before production deployment, you must verify documentation, gather testing evidence, prepare backups, define rollback procedures, assess blast radius, and establish observability and communication protocols to ensure safe, reversible, auditable changes.

How do I verify rollback procedures before a production release?

To verify rollback procedures before a production release, you must ensure that rollback plans are fully documented and tested, allowing you to systematically reverse infrastructure and application changes if deployment issues occur.

What post-deployment checks are needed to confirm a successful production release?

Post-deployment checks involve immediate and short-term verification steps to confirm successful production release, identify any emerging issues, and validate that infrastructure and application components function correctly after deployment.

How do I assess blast radius for infrastructure and application changes?

Assessing blast radius involves validating potential impact across infrastructure and application components during pre-deployment checks, ensuring that production changes remain reversible and compliant with release engineering safety standards.

When do I need a formal production safety checklist for database migrations?

You need a formal production safety checklist for database migrations to systematically verify prerequisites like data integrity, ensure documentation and testing evidence are complete, and guarantee a clear path to rollback if necessary.