Skill1.8k repo starsupdated 6d ago
hotfix-triage
Hotfix-triage rapidly classifies production issues by severity and identifies root causes using log analysis and code searching. Use this skill when urgent production problems require immediate triage to determine whether fixes can proceed directly to implementation or need escalation for human review based on risk assessment.
Install in Claude Code
Copygit clone --depth 1 https://github.com/a5c-ai/babysitter /tmp/hotfix-triage && cp -r /tmp/hotfix-triage/library/methodologies/maestro/skills/hotfix-triage ~/.claude/skills/hotfix-triageThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# 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
More from this repository
code-reviewerSubagent
Review TypeScript code changes for consistency, type safety, and monorepo patterns across babysitter packages
sdk-api-documenterSubagent
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs
process-builderSkill
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
agent-dispatchSkill
code-review-gateSkill
feature-intakeSkill
kanban-managementSkill
streaming-progressSkill