hotfix

Create audit-tracked hotfix workflows with branch management, approvals, and deployment gating.

Updated Dec 22, 2024
One-click install
npx skills add https://github.com/imgamer/AILearn --skill hotfix-imgamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hotfix
Source: https://github.com/imgamer/AILearn/tree/main/game-studios/Claude-Code-Game-Studios-e375f/.claude/skills/hotfix
Command: npx skills add https://github.com/imgamer/AILearn --skill hotfix-imgamer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams apply an urgent hotfix when normal sprint workflow would delay a critical or major fix, while preserving an audit trail and ensuring correct backporting.

Core Features & Use Cases

  • Severity-gated hotfix workflow: Assesses S1/S2 vs S3-or-lower and redirects to the normal bug fix workflow when appropriate.
  • Hotfix record with approvals: Creates a structured hotfix record covering problem, investigation, fix, testing, and required sign-offs (lead-programmer, QA, producer).
  • Branching and controlled deployment: Creates a dedicated hotfix branch (when in a git repo), enforces a QA re-entry gate (smoke check vs targeted team-qa vs full QA), and updates the bug status while planning merges to both release and development branches.

Quick Start

Run /hotfix with the bug ID or description, then follow the prompts to confirm severity, draft the hotfix record, and proceed through approvals and the QA gate.

Frequently Asked Questions about hotfix

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

FAQPage Schema
How do I create an audit-tracked hotfix workflow for urgent bugs?

An audit-tracked hotfix workflow resolves urgent bugs by creating a structured record with branch management, parallel approvals, and deployment gating. It ensures minimal changes are implemented and backported while avoiding regressions.

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

You should use a hotfix branch for S1/S2 severity incidents where normal sprint delays are unacceptable. The workflow assesses severity and redirects S3-or-lower bugs back to the standard bug fix workflow to maintain process integrity.

How do I manage approvals and QA gates for a critical deployment?

Managing approvals requires parallel sign-offs from lead-programmer, QA, and producer roles. The deployment gating enforces a QA re-entry gate, scaling from a smoke check to targeted team-qa or full QA based on the hotfix scope.

Does the hotfix workflow support backporting to both release and development branches?

Yes, the hotfix workflow supports backporting by planning merges to both release and development branches. This ensures the critical fix propagates to the active release without being lost in subsequent development cycles.

What is included in post-deploy verification for a hotfix?

Post-deploy verification for a hotfix includes confirming the fix in production and establishing rollback planning. This verifies the minimal change succeeded while preparing a safe reversion path if unexpected regressions occur.

Can I run this hotfix process outside of a git repository?

You can run the hotfix process outside a git repository, but the workflow only creates a dedicated hotfix branch when it detects a git environment. The audit record, severity triage, and approval gating still function normally without git.