14-hotfix

Manage post-deployment hotfixes for bugs and small changes.

1|Updated May 31, 2026
One-click install
npx skills add https://github.com/joseph-c-mcguire/spec-driven --skill 14-hotfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 14-hotfix
Source: https://github.com/joseph-c-mcguire/spec-driven/tree/main/.cursor/skills/14-hotfix
Command: npx skills add https://github.com/joseph-c-mcguire/spec-driven --skill 14-hotfix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Skill handles surgical edits post-deployment for bugs, patches, and minor changes without pipeline re-run.

Core Features & Use Cases

  • Post-deployment Bug Fixes: Address bugs in deployed code without re-running the full pipeline.
  • Surgical Patches: Apply small updates to fix issues like configuration, dependencies, and minor behavioral changes.
  • Use Case: For a sudden production error, this Skill allows for targeted fixes like dependency updates or minor config changes, followed by verification and deployment with user approval.

Quick Start

Run the hotfix skill with the issue details to initiate the hotfix process.

Frequently Asked Questions about 14-hotfix

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

FAQPage Schema
How do I apply post-deployment hotfixes for bugs without re-running the full pipeline?

Post-deployment hotfixes for bugs can be applied through surgical edits to the deployed code. This process targets patches, dependency updates, and minor configuration changes without triggering a complete pipeline re-run.

When do I need to use a hotfix for a sudden production error?

A hotfix is needed for a sudden production error when you must apply targeted fixes like dependency updates or minor config changes. It allows you to resolve issues surgically and deploy with user approval.

Does the hotfix process require user intervention for approval?

Yes, the hotfix process requires user intervention for approval. It operates within an established development workflow, coordinating with existing pipelines and spec suites to verify and deploy targeted fixes.

Can I use this approach to fix configuration and dependency issues after deployment?

Yes, you can use this approach to fix configuration and dependency issues after deployment. It applies surgical patches to address minor behavioral changes and updates without disrupting the established pipeline.

What are the limitations of applying surgical patches post-deployment?

Surgical patches are limited to minor changes, configuration updates, and bug fixes. This approach requires an established development workflow that has already reached deployment stage C to properly coordinate and verify targeted fixes.