debugging-executions

द्वारा n8n-io

डिबग असफल या गलत-आउटपुट वर्कफ़्लो निष्पादनों को निष्पादन टूल का उपयोग करके डिबग करें। जब उपयोगकर्ता निष्पादन विफलताओं, अप्रत्याशित नोड आउटपुट, या खाली… की रिपोर्ट करता है तो लोड करें।

npx skills add https://github.com/n8n-io/n8n --skill debugging-executions

Debugging Executions

Use this skill when debugging workflow execution failures or successful runs with wrong or empty values.

When the user reports it still fails

Re-run the failing path with executions(action="run") (or verify-built-workflow) and inspect the real result before responding. Do not restate that the workflow is "fixed", "verified", or "working", and do not attribute the reported failure to a test-harness artifact, stale state, or "it works in production" without a re-run against the failing path. Treat live signals as real: an execution error, partial coverage (nodesNotReached), an empty node, or a missing node is a real defect to investigate, not something to explain away. If you genuinely cannot re-run the failing path, say so plainly and name what is unconfirmed instead of repeating a success claim.

Testing event-triggered workflows

Use executions(action="run") with inputData matching the trigger's output shape — do not rebuild the workflow with a Manual Trigger. For trigger inputData shapes, read ${N8N_WORKSPACE_DIR}/knowledge-base/reference/trigger-input-data-shapes.md when a sandbox workspace is available.

Failed execution

executions(action="debug") already includes failedNode.resolvedParameters — start there. That bundle has parameters (raw, with expressions intact), resolved (substituted), failedExpressions (those that threw), and emptyResolutions (those that resolved to null/undefined/"" silently). The offending expression is usually visible without a follow-up call. Entries in either list tagged with reason: "unreconstructable-context" are NOT real bugs — they reference variables we don't reconstruct in replay ($vars, $secrets, $response, $request, $pageCount, $ai). The value existed at execution time; we just don't have it here.

Successful execution with wrong or empty value

When debug doesn't apply because nothing errored, call executions(action="get-resolved-node-parameters", executionId, nodeName) on the node whose output looks off — do this unprompted, don't ask the user for permission first. It's a cheap read-only inspection and the only reliable way to confirm whether an empty value came from an expression silently resolving to nullish. Check emptyResolutions first; most "this parameter is empty" cases are expressions resolving to null/undefined/"", not thrown errors.

n8n-io की और Skills

n8n-cli
n8n-io
n8n CLI का उपयोग करके n8n इंस्टेंस पर वर्कफ़्लो, क्रेडेंशियल्स, एक्ज़ीक्यूशन और अधिक का प्रबंधन करें। जब उपयोगकर्ता n8n के साथ इंटरैक्ट करने, वर्कफ़्लो को स्वचालित करने के लिए कहे, तब उपयोग करें…
official
create-issue
n8n-io
n8n कन्वेंशनों का पालन करते हुए Linear टिकट या GitHub इश्यू बनाएं। जब उपयोगकर्ता टिकट बनाने, बग दर्ज करने, इश्यू खोलने, या /create-issue कहने के लिए कहे तब उपयोग करें।
official
node-add-oauth
n8n-io
मौजूदा n8n नोड में OAuth2 क्रेडेंशियल समर्थन जोड़ें — क्रेडेंशियल फ़ाइल बनाता है, नोड अपडेट करता है, परीक्षण जोड़ता है, और CLI स्थिरांक को सिंक में रखता है। इसका उपयोग तब करें जब...
official
spec-driven-development
n8n-io
कार्यान्वयन और विनिर्देशों को समकालिक रखता है। इसका उपयोग तब करें जब किसी ऐसी सुविधा पर काम कर रहे हों जिसका विनिर्देश .claude/specs/ में हो, जब उपयोगकर्ता /spec कहे, या जब शुरू कर रहे हों…
official
content-design
n8n-io
Product content designer for UI copy. Use when writing, reviewing, or auditing user-facing text: button labels, error messages, tooltips, empty states, modal…
official
create-issue
n8n-io
Create Linear tickets or GitHub issues following n8n conventions. Use when the user asks to create a ticket, file a bug, open an issue, or says /create-issue.
official
agent-builder
n8n-io
लक्ष्य n8n एजेंट की बिल्ड कॉन्फ़िगरेशन बनाते, कॉन्फ़िगर करते या संपादित करते समय उपयोग करें — चैट इंटीग्रेशन/ट्रिगर, MCP सर्वर, नोड-टूल रिसोर्स लोकेटर,…
official
create-pr
n8n-io
GitHub पुल रिक्वेस्ट बनाता है जिसमें उचित रूप से स्वरूपित शीर्षक होते हैं जो check-pr-title CI सत्यापन को पास करते हैं। PR बनाते समय, समीक्षा के लिए परिवर्तन सबमिट करते समय उपयोग करें,…
official