hotfix-triage

Solid

Urgent issue classification, root cause analysis, and fast-path routing for production hotfixes

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
40
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Hotfix Triage ## Capabilities Rapidly classifies production issues by severity, locates root causes from logs and stack traces, and routes to the appropriate fix path. Simple fixes skip planning entirely for maximum speed. ## Tool Use Instructions - Use **Read** to examine log files and error reports - Use **Grep** to search for error patterns and stack trace references in code - Use **Glob** to find affected source files - Use **Bash** to reproduce issues and check system state - Use **Write** to generate triage reports ## Process Integration - Used in `maestro-hotfix.js` (Triage and Root Cause) - Agent: Hotfix Specialist - Severity levels: critical (immediate), high (same-day), medium (next-sprint) - Simple fixes skip planning phase - High-risk fixes require human approval breakpoint

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

hotfix

Emergency fix workflow that bypasses normal sprint processes with a full audit trail. Creates hotfix branch, tracks approvals, and ensures the fix is backported correctly.

20,555 Updated 1 weeks ago
Donchitos
AI & Automation Listed

failure-triage

Use when confronted with an unknown failure in CI or production to rapidly categorize the issue before deep debugging.

7 Updated 2 days ago
yeaight7
AI & Automation Listed

ticket-triage

Triage and prioritize a support ticket or customer issue. Use when a new ticket comes in and needs categorization, assigning P1-P4 priority, deciding which team should handle it, or checking whether it's a duplicate or known issue before routing.

2 Updated 2 days ago
nota-america
AI & Automation Solid

trace

Dispatch trace subagent to investigate unknown issues — reproduces, traces, and reports root cause for /fix handoff.

321 Updated today
automagik-dev
AI & Automation Listed

hotfix

Set up the branch topology for a patch release against a previously tagged version: ensures release/<major>.<minor> exists from the source tag, then creates hotfix/<slug> off it. TRIGGER when the user says "hotfix v1.0.0", "patch the release", "I need to fix something in the v2 line", "create a hotfix branch", "/nyann:hotfix". Match phrases like "fix this for the previous release" or "backport this fix to v1.0". Do NOT trigger on "fix this bug" without a target tag — that's a regular feature branch via `/nyann:branch fix <slug>`. Do NOT trigger on "release a hotfix" if the user already has the branch set up — they're after `/nyann:release` directly.

5 Updated yesterday
thettwe