deployment-sop

Route to deployment SOPs and provide pre- and post-deployment checklists.

395|84|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/bybren-llc/wtfb-safe-agentic-workflow --skill deployment-sop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-sop
Source: https://github.com/bybren-llc/wtfb-safe-agentic-workflow/tree/main/.claude/skills/deployment-sop
Command: npx skills add https://github.com/bybren-llc/wtfb-safe-agentic-workflow --skill deployment-sop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route to existing deployment SOPs and provide checklists for safe, validated deployments. This skill does NOT duplicate SOP content—it links to authoritative sources.

Core Features & Use Cases

  • Pre-Deployment Checklist: ensure CI, migrations, blockers are clear
  • Post-Deployment Smoke Testing: health checks and quick validations
  • Rollback Procedures: clear rollback steps
  • Environment Branch Mapping: mapping branch to environment
  • Evidence Templates: attached to Linear ticket

Quick Start

Access deployment SOPs and run pre-deploy validation commands, then perform smoke tests on the target environment.

Frequently Asked Questions about deployment-sop

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

FAQPage Schema
How do I ensure safe deployments with pre-deployment validation?

Pre-deployment validation checks CI pipeline status, pending migrations, and known blockers before proceeding. This Skill provides checklists and links to authoritative SOPs to confirm readiness, reducing deployment failures and rollback incidents.

What should I verify after deploying to production?

Post-deployment smoke testing validates core functionality through health checks and quick validations on the target environment. This Skill includes smoke-testing templates and evidence documentation to confirm the deployment succeeded.

How do I map branches to deployment environments correctly?

Environment branch mapping enforces which Git branches deploy to which environments, preventing accidental production pushes. This Skill provides branch-to-environment rules and validation to maintain deployment safety across staging and production.

What steps should I follow to roll back a failed deployment?

Rollback procedures outline the exact steps to revert a failed deployment safely. This Skill documents clear rollback steps and attaches evidence templates to Linear tickets for tracking and coordination.

Can I use deployment checklists across multiple teams?

Yes. This Skill routes to existing organizational SOPs and provides standardized checklists that teams reference rather than duplicate, enabling consistent deployment practices across Linux development machines and release coordination.

Why should deployment procedures be documented and linked rather than embedded?

Linking to authoritative SOPs ensures teams follow current procedures without maintaining duplicate copies. When processes change, a single update applies everywhere, reducing inconsistency and deployment errors.