hotfix

Coordinate emergency hotfix handling with approvals, rollback planning, and post-incident verification.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill hotfix-wsman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hotfix
Source: https://github.com/wsman/MY-DOGE-MICRO/tree/main/.agents/skills/hotfix
Command: npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill hotfix-wsman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates emergency hotfix work when a severe bug or incident must be resolved quickly without losing auditability, rollback safety, or approval discipline. It helps an operator move from report to verified fix while preserving the evidence needed for release governance.

Core Features & Use Cases

  • Severity triage: Classify the issue and decide whether a hotfix is justified or whether the normal bug-fix workflow should be used instead.
  • Hotfix record and approvals: Draft the incident record, collect lead-programmer, QA, producer, and specialist sign-off, and keep the change history explicit.
  • Deployment safety: Define the rollback plan, validate the targeted surface, prepare backporting, and capture post-deploy verification and retrospective evidence.

Quick Start

Use the hotfix skill to assess the incident, draft the hotfix record, and guide the approval and deployment steps for the affected system.

Frequently Asked Questions about hotfix

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

FAQPage Schema
How do I manage an emergency hotfix without losing audit trail or rollback safety?

Emergency hotfix handling requires orchestrating severity triage, incident records, approval gates, targeted regression testing, and rollback planning to ensure traceable recovery and release governance for critical incidents.

What is the process for incident response and severity triage during a critical bug?

Incident response severity triage classifies the issue to decide whether a hotfix is justified or the normal bug-fix workflow applies, documenting the severity assessment to maintain audit-ready incident records.

How do I collect approvals for a production hotfix deployment?

Production hotfix deployment approvals require drafting an incident record and collecting sign-off from lead-programmer, QA, producer, and specialist stakeholders to keep change history explicit and audit-ready.

How do I plan a rollback for an emergency release?

Emergency release rollback planning involves defining the rollback plan, validating the targeted surface, preparing backporting, and capturing post-deploy verification alongside retrospective evidence for deployment safety.

When should I use a hotfix workflow instead of the normal bug-fix workflow?

A hotfix workflow applies when a severe bug or incident requires immediate containment with minimum-change implementation, whereas normal bug-fix workflows suit non-critical issues lacking urgency for emergency deployment.

Does emergency hotfix deployment require regression testing and compatibility notes?

Emergency hotfix deployment requires targeted regression testing and compatibility notes when relevant, ensuring QA gates pass and post-incident verification evidence is recorded for retrospective follow-up.