hotfix

Create hotfix branches and park feature work using git worktrees.

3|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Pixley-Growth/cal-plugin --skill hotfix-pixley-growth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hotfix
Source: https://github.com/Pixley-Growth/cal-plugin/tree/main/skills/hotfix
Command: npx skills add https://github.com/Pixley-Growth/cal-plugin --skill hotfix-pixley-growth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and managing hotfix branches in version control, ensuring that feature work is safely parked and hotfixes are applied without disrupting the main development line.

Core Features & Use Cases

  • Hotfix Creation: Creates a dedicated hotfix branch and worktree from the main branch.
  • Feature Work Parking: Safely parks current feature work to prevent interference with hotfix activities.
  • Version Control: Manages versioning of hotfixes and integrates with existing git workflow.
  • Use Case: When a critical bug is discovered in production, use this Skill to quickly create a hotfix branch, apply the fix, and merge it back into the main branch without affecting ongoing feature development.

Quick Start

Enter hotfix mode with the version number: /cal:hotfix 2.1

Frequently Asked Questions about hotfix

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

FAQPage Schema
How do I create a git hotfix branch without losing my current feature work?

To create a git hotfix branch without losing feature work, this Skill safely parks your current changes and creates a dedicated hotfix branch with a worktree from the main branch. This prevents interference with ongoing development.

What is the best way to manage a hotfix workflow when a critical production bug is discovered?

The best way to manage a hotfix workflow for a critical production bug is to use automated branch management. This Skill creates a hotfix branch from main, applies the fix, and merges it back without disrupting your main development line.

Do I need git worktree operations to handle version control for emergency hotfixes?

Yes, you need git for branch management and worktree operations to handle emergency hotfixes. Worktree operations allow you to create an isolated hotfix branch from your main branch while keeping your feature work safely parked.

Can I integrate a hotfix branch back into the main branch without disrupting ongoing feature development?

Yes, you can integrate a hotfix branch back into the main branch without disrupting ongoing feature development. The Skill manages versioning and integrates the hotfix into your existing git workflow safely after parking feature work.

How do I start a hotfix workflow with a specific version number?

To start a hotfix workflow with a specific version number, enter the hotfix mode command followed by the version number, such as /cal:hotfix 2.1. This initiates the creation of a dedicated hotfix branch and worktree.