·n8n-expression-testing
</>

n8n-expression-testing

proffesor-for-testing/agentic-qe

Validierung der N8N-Ausdruckssyntax, kontextbezogenes Testen, Erkennung häufiger Fallstricke und Leistungsoptimierung. Zur Validierung von n8n-Ausdrücken und Datentransformationen verwenden.

17Installationen·2Trend·@proffesor-for-testing

Installation

$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 }} |

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill n8n-expression-testing
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist n8n-expression-testing?

Validierung der N8N-Ausdruckssyntax, kontextbezogenes Testen, Erkennung häufiger Fallstricke und Leistungsoptimierung. Zur Validierung von n8n-Ausdrücken und Datentransformationen verwenden. Quelle: proffesor-for-testing/agentic-qe.

Wie installiere ich n8n-expression-testing?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill n8n-expression-testing Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

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