·n8n-expression-testing
</>

n8n-expression-testing

proffesor-for-testing/agentic-qe

n8n 表達式語法驗證、上下文感知測試、常見陷阱檢測和性能優化。在驗證 n8n 表達式和數據轉換時使用。

17安裝·2熱度·@proffesor-for-testing

安裝

$npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill n8n-expression-testing

SKILL.md

| Basic access | {{ $json.field }} | Access JSON field | | Nested access | {{ $json.user.email }} | Access nested property | | Array access | {{ $json.items[0] }} | Access array element | | Node reference | {{ $node["Name"].json.id }} | Access other node's data | | Method call | {{ $json.name.toLowerCase() }} | Call string method |

| Conditional | {{ $json.x ? "yes" : "no" }} | Ternary expression |

| $json | Current item data | {{ $json.email }} | | $node["Name"] | Other node's data | {{ $node["HTTP"].json.body }} | | $items() | Multiple items | {{ $items("Node", 0, 0).json }} | | $now | Current timestamp | {{ $now.toISO() }} | | $today | Today's date | {{ $today }} | | $runIndex | Run iteration | {{ $runIndex }} |

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill n8n-expression-testing
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 n8n-expression-testing?

n8n 表達式語法驗證、上下文感知測試、常見陷阱檢測和性能優化。在驗證 n8n 表達式和數據轉換時使用。 來源:proffesor-for-testing/agentic-qe。

如何安裝 n8n-expression-testing?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill n8n-expression-testing 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/proffesor-for-testing/agentic-qe