·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 で使用できるようになります

ソースリポジトリはどこですか?

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