hotfix

Create a hotfix pull request targeting the prod branch with backmerge instructions.

381|261|Updated May 7, 2026
One-click install
npx skills add https://github.com/nudgebee/nudgebee --skill hotfix-nudgebee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hotfix
Source: https://github.com/nudgebee/nudgebee/tree/main/.gemini/skills/hotfix
Command: npx skills add https://github.com/nudgebee/nudgebee --skill hotfix-nudgebee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating a hotfix Pull Request (PR) for production environments, guiding the user through branch creation, cherry-picking changes, validation, and PR creation.

Core Features & Use Cases

  • Hotfix PR Creation: Automatically create a PR targeting the prod branch with backmerge instructions.
  • Branch Strategy: Offers a reminder of the hotfix branch strategy and steps to follow.
  • Cherry-Picking: Assists in cherry-picking commits from PRs if necessary.
  • Validation: Guides the user through verifying changes and identifying affected services.
  • Push and PR Creation: Automates the process of pushing changes and creating a PR with the correct title, body, and backmerge checklist.
  • Use Case: When a critical issue is detected in production, this Skill can be used to quickly create a hotfix PR and initiate the necessary backmerge process.

Quick Start

Create a hotfix PR for prod using the hotfix skill with the PR numbers '23368 23371' and a description of the hotfix.

Frequently Asked Questions about hotfix

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

FAQPage Schema
How do I create a hotfix PR for production from existing commits?

To create a hotfix PR, this skill automates branch creation, cherry-picks commits from existing PR numbers, validates changes, and pushes a PR targeting the prod branch with backmerge instructions.

What is the correct Git branch strategy for a production hotfix?

The Git branch strategy for a production hotfix involves creating a dedicated branch, cherry-picking specific commits, validating changes, and opening a PR targeting prod with a backmerge checklist.

Can I cherry-pick commits from multiple PRs into a single hotfix PR?

Yes, you can cherry-pick commits from multiple PRs into a single hotfix PR by providing the specific PR numbers, and the skill will guide the branch creation and cherry-picking process.

Do I need prior knowledge of GitHub workflows to use this hotfix skill?

Yes, you need prior knowledge of Git, GitHub, and PR workflows to use this hotfix skill, as it applies to critical issue resolution and requires understanding branch creation, validation, and PR setup.

Does the hotfix PR automatically include a backmerge checklist?

Yes, the hotfix PR automatically includes a backmerge checklist in the PR body, generating the correct title and instructions to ensure changes are synced back after production deployment.

When should I use an automated hotfix PR workflow for critical issue resolution?

You should use an automated hotfix PR workflow when a critical issue is detected in production to quickly create a PR targeting prod, ensuring proper cherry-picking, validation, and backmerge steps.