quality-hotfix-workflow

Orchestrate production hotfix workflows from branch creation to patch release.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/cslsoftwares/ParamentersORM --skill quality-hotfix-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-hotfix-workflow
Source: https://github.com/cslsoftwares/ParamentersORM/tree/main/.cursor/skills/quality-hotfix-workflow_V1.0.0
Command: npx skills add https://github.com/cslsoftwares/ParamentersORM --skill quality-hotfix-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill resolve o desafio de gerenciar hotfixes emergenciais em produção, fornecendo um fluxo padronizado desde a criação do branch até a release, com governança para evitar riscos e garantir velocidade segura durante incidentes críticos.

Core Features & Use Cases

  • Criação de branch hotfix a partir da tag de produção para isolamento seguro do fix
  • Implementação do fix mínimo sem introduzir alterações extras
  • Execução de testes rápidos de regressão (smoke tests) e validação de qualidade
  • Revisão de código obrigatória e fusão em main e develop para manter consistência
  • Emissão de patch release e atualização do changelog com referência ao incidente
  • Documentação de pós-mortem e lições aprendidas para melhoria contínua

Quick Start

Crie um branch hotfix a partir da tag de produção e siga o fluxo definido até a emissão do patch.

Frequently Asked Questions about quality-hotfix-workflow

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

FAQPage Schema
What is a production hotfix workflow and when do I need one?

A production hotfix workflow orchestrates emergency fixes for critical S1/S2 incidents. You need it when resolving urgent production issues that require rapid patches with mandatory code review, branching from production tags, smoke tests, and release governance.

How do I execute a production hotfix from branch creation to patch release?

To execute a production hotfix, create a branch from the production tag, implement the minimal fix scope, run smoke tests for regression validation, enforce mandatory code review, merge to main and develop branches, and emit a patch release with changelog updates.

Does the hotfix workflow require branching from production tags?

Yes, the hotfix workflow enforces branching directly from production tags to ensure safe isolation of the fix. This approach maintains release integrity by separating the emergency fix from ongoing development work.

Can I include additional improvements when implementing a critical production hotfix?

No, you must implement the minimal fix scope without introducing extra alterations. Keeping the hotfix isolated prevents unintended side effects during critical S1/S2 incident resolution and ensures faster, safer patch releases.

What's the best way to maintain consistency after deploying an emergency hotfix?

The best way to maintain consistency is merging the reviewed hotfix into both main and develop branches. This ensures the emergency fix propagates across all active development lines and prevents future regression of the resolved incident.