cleanup-cache
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Create a new Git Flow hotfix branch from main for emergency production fixes
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/hotfixContext preview
What this command does when you run it.
Create a new Git Flow hotfix branch from main for emergency production fixes
allowed-tools: Bash(git:*), Read, Edit, Write argument-hint: <hotfix-name> description: Create a new Git Flow hotfix branch from main for emergency production fixes
Create emergency hotfix branch: **$ARGUMENTS**
Create a Git Flow hotfix branch for emergency production fixes:
**Critical Checks:**
**⚠️ IMPORTANT: Hotfix Usage Guidelines**
Hotfixes are ONLY for:
NOT for:
# Switch to main branch git checkout main # Pull latest production code git pull origin main # Create hotfix branch from main git checkout -b hotfix/$ARGUMENTS # Set up remote tracking git push -u origin hotfix/$ARGUMENTS
Analyze the latest tag to suggest hotfix version:
Current production version: v1.2.0 Hotfix version: v1.2.1 Version bump: PATCH (third number incremented)
**Hotfix Version Rules:**
✓ Switched to main branch ✓ Pulled latest production code from origin/main ✓ Created branch: hotfix/$ARGUMENTS ✓ Set up remote tracking: origin/hotfix/$ARGUMENTS ✓ Pushed branch to remote 🔥 Hotfix Branch Ready: hotfix/$ARGUMENTS Branch: hotfix/$ARGUMENTS Base: main (production) Will merge to: main AND develop Suggested version: v1.2.1 ⚠️ CRITICAL HOTFIX WORKFLOW This is an EMERGENCY production fix. Follow these steps: 1. 🔍 Identify the Issue - Reproduce the bug - Understand the root cause - Document the impact 2. 🛠️ Implement the Fix - Make MINIMAL changes - Focus ONLY on the critical issue - Avoid refactoring or improvements - Add tests to prevent regression 3. 🧪 Test Thoroughly - Test the specific fix - Run full regression tests - Test on production-like environment - Verify no side effects 4. 📝 Document the Fix - Update version in package.json - Add entry to CHANGELOG.md - Document the bug and fix - Include reproduction steps 5. 🚀 Deploy Process - Create PR to main - Get expedited review - Run /finish to merge and tag - Deploy to production immediately - Monitor for issues 🎯 Next Steps: 1. Fix the critical issue (MINIMAL changes only) 2. Test thoroughly: npm test 3. Update version: v1.2.1 4. Create emergency PR: gh pr create --label "hotfix,critical" 5. Get fast-track approval 6. Run /finish to merge to main AND develop 7. Deploy to production 8. Monitor systems closely ⚠️ Remember: - Hotfix will be merged to BOTH main and develop - Tag v1.2.1 will be created on main - Production deployment should happen immediately - Team should be notified of the hotfix
**No Hotfix Name Provided:**
❌ Hotfix name is required Usage: /hotfix <hotfix-name> Examples: /hotfix critical-security-patch /hotfix payment-processing-failure /hotfix auth-bypass-vulnerability ⚠️ IMPORTANT: Hotfixes are for CRITICAL production issues only! For non-critical fixes, use: /feature <name> - Regular bug fixes
**Invalid Hotfix Name:**
❌ Invalid hotfix name: "fix" Hotfix names should be: - Descriptive of the issue - Use kebab-case format - Indicate severity/urgency Examples: ✅ critical-security-patch ✅ payment-gateway-timeout ✅ user-data-corruption-fix ❌ fix ❌ bug1 ❌ hotfix
**Uncommitted Changes:**
⚠️ Uncommitted changes detected in working directory: M src/file.js A test.js Hotfixes require a clean working directory. Options: 1. Commit your changes first 2. Stash them: git stash 3. Discard them: git checkout . ⚠️ This is an emergency hotfix. Please clean your working directory.
**Main Branch Behind Remote:**
⚠️ Local main is behind origin/main by 2 commits ✓ Pulling latest production code... ✓ Fetched 2 commits ✓ Main is now synchronized with production ✓ Ready to create hotfix branch
**Not a Critical Issue:**
⚠️ Hotfix Confirmation Required Is this a CRITICAL production issue that requires immediate attention? Critical issues include: - Security vulnerabilities - Production system failures - Data loss or corruption - Payment/transaction failures If this is NOT critical, consider: - Creating a feature branch instead - Waiting for the next release cycle - Using regular bug fix workflow Proceed with hotfix? [y/N]
🔥 Emergency Hotfix Checklist Issue Identification: - [ ] Bug is confirmed and reproducible - [ ] Root cause is identified - [ ] Impact is documented - [ ] Stakeholders are notified Development: - [ ] Fix is minimal and focused - [
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image