hotfix-deploy

Deploy critical hotfixes quickly

Content Preview
# Hotfix Deploy Command

Deploy critical hotfixes quickly

## Instructions

Follow this emergency hotfix deployment process: **$ARGUMENTS**

1. **Emergency Assessment and Triage**
   - Assess the severity and impact of the issue
   - Determine if a hotfix is necessary or if it can wait
   - Identify affected systems and user impact
   - Estimate time sensitivity and business impact
   - Document the incident and decision rationale

2. **Incident Response Setup**
   - Create incident tracking in 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/hotfix-deploy.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/deploy/hotfix-deploy.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/deploy/hotfix-deploy.md

Related Skills