automation-validator
✓Validates automation workflow JSON before deployment for Power Automate, n8n, Make, Zapier and other platforms. Checks syntax, structure, best practices, and potential issues. Analyzes workflow JSON files for platform compliance, missing error handling, performance issues, and security concerns. Use when user wants to validate, review, or check a workflow before deployment/import.
Installation
SKILL.md
Comprehensive pre-deployment validator for automation workflow JSON definitions across multiple platforms.
"ScopeGetItems": { "type": "Scope", "actions": { "GetItems": { / existing action / } } }, "HandleErrors": { "runAfter": { "ScopeGetItems": ["Failed", "TimedOut"] } }
"Delay": { "type": "Wait", "inputs": { "interval": { "count": 1, "unit": "Second" } }, "runAfter": { "GetItems": ["Succeeded"] } }
Validates automation workflow JSON before deployment for Power Automate, n8n, Make, Zapier and other platforms. Checks syntax, structure, best practices, and potential issues. Analyzes workflow JSON files for platform compliance, missing error handling, performance issues, and security concerns. Use when user wants to validate, review, or check a workflow before deployment/import. Source: macroman5/automationhelper_plugins.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/macroman5/automationhelper_plugins --skill automation-validator- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is automation-validator?
Validates automation workflow JSON before deployment for Power Automate, n8n, Make, Zapier and other platforms. Checks syntax, structure, best practices, and potential issues. Analyzes workflow JSON files for platform compliance, missing error handling, performance issues, and security concerns. Use when user wants to validate, review, or check a workflow before deployment/import. Source: macroman5/automationhelper_plugins.
How do I install automation-validator?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/macroman5/automationhelper_plugins --skill automation-validator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/macroman5/automationhelper_plugins
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01