hotfix

Run an emergency hotfix process with branch creation, audit logging, and approvals.

70|42|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/tranhieutt/software_development_department --skill hotfix-tranhieutt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hotfix
Source: https://github.com/tranhieutt/software_development_department/tree/main/.claude/skills/hotfix
Command: npx skills add https://github.com/tranhieutt/software_development_department --skill hotfix-tranhieutt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill keeps urgent production issues accountable by guiding you through a documented hotfix workflow that bypasses normal sprints while preserving audit trails, approvals, and rollback planning.

Core Features & Use Cases

  • Structured hotfix record: creates production/hotfixes/hotfix-[date]-[short-name].md entries capturing severity, the problem statement, root cause, fix, testing results, approvals, and rollback details.
  • Controlled branching and approvals: enforces creating a hotfix branch from the release branch or main, mandates minimal changes, validates targeted regressions, and requests explicit lead-programmer, qa-tester, and producer sign-offs.
  • Use Case: when a production payment endpoint is down without a workaround, run this workflow to log the incident, fix the bug, gather approvals, and merge to both release and development safely.

Quick Start

Trigger the hotfix workflow by requesting /hotfix with the critical bug identifier so the emergency branch, audit log, and approvals begin immediately.

Frequently Asked Questions about hotfix

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

FAQPage Schema
How do I handle an emergency production hotfix while maintaining an audit trail?

To handle an emergency production hotfix with an audit trail, trigger a structured workflow that logs the incident severity, root cause, and fix details into a documented markdown record while bypassing normal sprint cycles.

What approvals are required to deploy an emergency hotfix to production?

Deploying an emergency hotfix requires explicit sign-offs from the lead programmer, QA tester, and producer to validate minimal changes, targeted regressions, and rollback planning before merging to release and development branches.

How do I create a rollback plan for a critical production bug fix?

Create a rollback plan for a critical production bug fix by documenting the incident in a structured hotfix record that captures rollback details, testing results, and approvals before any deployment occurs.

When should I bypass a sprint to apply an immediate git rollback or hotfix?

You should bypass a sprint for an immediate git hotfix when a blocker bug requires emergency branch creation and incident response, such as a production payment endpoint going down without a workaround.

What is the best way to ensure minimal commits during an incident response hotfix?

The best way to ensure minimal commits during an incident response hotfix is to enforce a controlled branching process from the release branch that mandates minimal changes and validates targeted regressions.

Does the hotfix workflow merge changes to both the release and development branches?

Yes, the hotfix workflow merges changes to both the release and development branches safely after gathering the required lead-programmer, qa-tester, and producer sign-offs.