automation-quick-fixlisted
Install: claude install-skill plug1210/AutomationHelper_plugins
# Automation Quick Fix
Fast-track resolver for common automation workflow error patterns across multiple platforms with immediate, proven solutions.
## Supported Platforms
- **Power Automate** (Microsoft)
- **n8n** (Open-source)
- **Make** (formerly Integromat)
- **Zapier**
- **Other JSON-based workflow platforms**
## Purpose
Provides rapid fixes for frequently encountered automation workflow errors across all platforms:
- Authentication errors (401/403)
- Throttling errors (429)
- Data format issues (JSON parsing, data transformation)
- Timeout errors
- Not found errors (404)
- Basic expression/formula errors
**When to use this skill**: Error matches a well-known pattern
**When to use automation-debugger instead**: Unknown error, complex scenario, or quick fix doesn't resolve
## Activation Triggers
Activates for messages like:
- "Quick fix for 429 error in SharePoint/API/webhook"
- "Fast solution for authentication error in n8n"
- "I'm getting throttled in Make, need immediate fix"
- "Parse JSON is failing in Zapier, quick help"
- "Function expects one parameter but was invoked with 2"
- "Unable to process template language expressions"
- "Fix this expression/filter/query/condition"
- User provides code snippet and asks for "quick fix" or "fix this"
- Status codes: 401, 403, 404, 429 with platform/connector context
- Platform-specific: "n8n node error", "Make scenario failing", "Power Automate action issue"
## ⚠️ IMPORTANT: Data Structure Check (NEW!)
**Before appl