This handles the mechanics of testing n8n automation workflows, from structure validation to execution testing. You get checks for orphaned nodes, credential validation, data flow tracing between nodes, and error path testing with actual code examples. Worth using when you're building or debugging n8n workflows and need to verify trigger configuration, node connections, and data transformations. The execution state tracking and error injection scenarios are solid. It assumes you're already familiar with n8n's node based approach but need systematic testing patterns rather than clicking through the UI hoping things work.
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill n8n-workflow-testing-fundamentals