hapo:hotfix

Guide structured diagnosis and evidence-based verification for code issue resolution.

54|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/haposoft/cafekit --skill hapo-hotfix
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hapo:hotfix
Source: https://github.com/haposoft/cafekit/tree/main/packages/spec/src/claude/skills/hotfix
Command: npx skills add https://github.com/haposoft/cafekit --skill hapo-hotfix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires hapo:debug, hapo:code-review, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables efficient bug fixing by guiding the user through a structured process of diagnosis and verification, ensuring the root cause is identified and fixed properly before any code changes.

Core Features & Use Cases

  • Structured Bug Elimination: Guides users through a six-step process for thorough bug elimination.
  • Evidence-First Verification: Encourages verification and validation to prevent side effects.
  • Customizable Workflows: Offers different workflows based on the complexity and type of bug.
  • Use Case: For example, when encountering a critical bug in production, this Skill guides the user to conduct a thorough diagnosis before applying any fix.

Quick Start

/hapo:hotfix "Identify and fix the authentication error in the API endpoint '/login'."

Frequently Asked Questions about hapo:hotfix

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

FAQPage Schema
What is a systematic approach to bug fixing and root cause analysis?▼

A systematic approach to bug fixing uses structured diagnosis to identify the root cause of code issues before applying changes. It ensures thorough bug elimination by following a six-step process that prioritizes evidence-first verification to prevent side effects.

How do I fix a critical production bug without causing side effects?▼

To fix a critical production bug safely, follow a structured diagnosis process to isolate the root cause. Apply an evidence-first verification step to validate the fix, ensuring the original error is resolved without introducing new code issues.

What's the best way to conduct root cause analysis for code issues?▼

The best way to conduct root cause analysis for code issues is using a customizable, structured workflow. This method guides you through thorough diagnosis and evidence-based verification before any code changes are made, ensuring proper bug elimination.

Do I need a code review after applying a hotfix to my codebase?▼

Yes, a code review is required after applying a hotfix to ensure quality assurance. The hotfix process depends on code review components to validate that the systematic bug fixing steps have successfully eliminated the issue without side effects.

Can I customize the bug diagnosis workflow based on complexity?▼

Yes, the bug diagnosis workflow offers customizable processes based on the complexity and type of bug. This allows you to adapt the structured diagnosis and evidence-first verification steps to fit both simple code issues and critical production errors.

Why does my hotfix require initial diagnosis before changing code?▼

Your hotfix requires initial diagnosis to ensure the actual root cause is identified first. This structured approach prevents patching symptoms over root causes, using evidence-based verification to validate that the code changes resolve the issue properly.