command-hotfix

Create GitHub issues, hotfix branches, and pull requests for urgent bugs.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/aroido/vibesmith --skill command-hotfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-hotfix
Source: https://github.com/aroido/vibesmith/tree/main/.codex/skills/command-hotfix
Command: npx skills add https://github.com/aroido/vibesmith --skill command-hotfix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of addressing urgent bugs by automating the creation of GitHub issues, hotfix branches, and pull requests, significantly reducing the time from bug identification to resolution.

Core Features & Use Cases

  • Automated Issue Creation: Generates a GitHub issue with a predefined template for hotfixes.
  • Branch Management: Creates a dedicated hotfix branch based on the issue number.
  • Automated PR Creation: Generates a pull request with appropriate labels and links to the issue.
  • Use Case: A critical bug is reported on the production dashboard. Use this Skill to instantly create an issue, branch, and PR to get the fix deployed as quickly as possible.

Quick Start

Use the command-hotfix skill to create a hotfix for the bug described as "dashboard loading spinner spins infinitely".

Frequently Asked Questions about command-hotfix

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

FAQPage Schema
How do I automate GitHub issue and hotfix branch creation for urgent bug fixes?

Automating hotfix branch creation involves generating a GitHub issue, branching from it, and opening a pull request. This Skill orchestrates that workflow by creating the issue, spawning a dedicated branch, and linking the pull request automatically.

Do I need the gh CLI installed to automate GitHub hotfix pull requests?

Yes, you need the gh CLI and git installed. The Skill requires these tools for seamless integration with GitHub repositories and local version control to create issues, branches, and pull requests.

What's the best way to streamline urgent bug fix pull requests with labels and issue links?

Streamlining urgent bug fixes requires automated artifact generation. This Skill creates the pull request with appropriate labels and directly links it to the newly created GitHub issue for rapid response and review.

Can I use this workflow to create a hotfix branch based on an issue number?

Yes, branch management is a core feature. The Skill creates a dedicated hotfix branch named based on the generated issue number, ensuring traceability between the bug report and the code commit.

When should I use an automated hotfix workflow for production bugs?

Use an automated hotfix workflow when a critical bug is reported on the production dashboard. It significantly reduces the time from bug identification to resolution by instantly creating the necessary development artifacts.