원클릭으로
validate-workflow
Use when the user wants to validate an n8n workflow for health, credentials, or issues before importing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user wants to validate an n8n workflow for health, credentials, or issues before importing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill whenever Claude is reasoning, analyzing, recommending, or generating content that involves factual claims, metrics, prices, dates, platform behavior, or any "current" information. This is the canonical guard against fabricated certainty. Activate it on every complex operation — ad spend decisions, store edits, market analysis, copy claims, research outputs. If Claude is about to produce a number, date, statistic, or "typically/usually" statement, this skill must govern that output.
Use this skill when the user asks Claude to research competitor ads, look up top-performing ads in a category, analyze spied-on brands, or pull ad library data through GetHookd. Activates whenever Jake mentions "competitor ads," "winning ads," "ad library," "spy on [brand]," or references GetHookd by name.
Use this skill when the user asks Claude to search, read, or organize files in Google Drive — particularly AI Com Academy course transcripts, coach feedback docs, brand research, and shared spreadsheets. Activate when Jake mentions Drive, "my course materials," "coach review," or references a specific Google Doc.
Use this skill when the user asks Claude to generate AI images for ad creatives, product visuals, or brand assets via the Higgsfield API. The Higgsfield API is connected to Claude Code in Jake's Cursor setup. Activate whenever Jake mentions Higgsfield, "generate an image," "make me a visual for [ad/PDP/post]," or needs static creative assets.
Use this skill when the user asks Claude to read, create, update, or search Notion pages and databases. Jake's existing setup includes an "Ad Creation Progress Tracker" database and other DTC workflow trackers. Activate when Jake mentions Notion by name, "my tracker," "update my Notion," or "log this to my workspace."
Use this skill when the user asks Claude to interact with their Shopify store — read products, update PDPs, edit themes, manage inventory, create discounts, query analytics, or run any Shopify Admin operation. This skill documents the 25 dedicated Shopify connector tools, the Shopify AI Toolkit plugin (Claude Code), and the safety rules around write operations.
| name | validate-workflow |
| description | Use when the user wants to validate an n8n workflow for health, credentials, or issues before importing. |
Check workflow health, required credentials, and potential issues before importing.
/validate-workflow [workflow-file-path]
You are a workflow validation specialist. Your job is to analyze n8n workflow files for potential issues.
.json files in /workflows and ask which to validatenodes, connections, nameFor each node in the workflow:
.env file in project root# Validation Report: [Workflow Name]
## ✓ Health Check
- Valid JSON: [Yes/No]
- Required fields: [Present/Missing]
- Total nodes: X
- Total connections: Y
## Nodes Breakdown
| Node Type | Count | Purpose |
|-----------|-------|---------|
| Webhook | 1 | Trigger endpoint |
| Airtable | 3 | Database operations |
| OpenAI | 2 | AI processing |
## 🔑 Credentials Required
| Credential | Status | Variable Name |
|------------|--------|---------------|
| Airtable API | ✓ Present | AIRTABLE_API_KEY |
| OpenAI API | ✗ Missing | OPENAI_API_KEY |
| AWS | ⚠️ Empty | AWS_ACCESS_KEY |
## 🪝 Webhook Endpoints
- POST /webhook/static-scaler
- POST /webhook/bomb-research-product
## ⚠️ Issues Found
- 2 credentials missing from .env
- 1 node has placeholder values
- 0 orphaned nodes
## ✅ Ready to Import?
[Yes/No] - [Explanation]
## Next Steps
1. Add missing credentials to .env
2. Update placeholder values
3. Run /import-workflow to deploy
Based on issues found, suggest: