skillfed

Node Version Compatibility Tester Yashu

Node Version Compatibility Tester Yashu runs your skill's functions against three Node.js LTS versions—18.20.8, 20.20.1, and the dynamically queried latest LTS—to generate a compatibility matrix. It reads your skill's function index, executes each function under all three versions, and reports which combinations pass or fail.

Node Version Compatibility Tester Yashu tests skills across three Node.js LTS versions with real functional execution.

AI-generated summary based on this skill's SKILL.md

8 3 unlicensed — metadata only updated by steelan9199

Install

steelan9199/wechat-publisher/node-version-compatibility-tester-yashu · repository language: JavaScript

git clone https://github.com/steelan9199/wechat-publisher
cp -r wechat-publisher ~/.claude/skills/node-version-compatibility-tester-yashu

generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub

npx skillfed install steelan9199/wechat-publisher/node-version-compatibility-tester-yashu

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does Node Version Compatibility Tester Yashu do?

Node Version Compatibility Tester Yashu runs your skill's functions against three Node.js LTS versions—18.20.8, 20.20.1, and the dynamically queried latest LTS—to generate a compatibility matrix. It reads your skill's function index, executes each function under all three versions, and reports which combinations pass or fail.

How do I test node version compatibility with this tool?

Node Version Compatibility Tester Yashu automatically reads your skill's function index and executes each function across the three supported Node.js LTS versions. You simply run the tester and it generates a full compatibility matrix showing which functions pass or fail on each version.

Which Node.js versions does the tester validate?

Node Version Compatibility Tester Yashu tests against three LTS versions: Node.js 18.20.8, Node.js 20.20.1, and the dynamically queried latest LTS version. This ensures your skill functions work across current and recent long-term support releases.

Can I verify if my code works with specific Node versions?

Yes. Node Version Compatibility Tester Yashu verifies your code against Node.js 18.20.8, 20.20.1, and the latest LTS. It executes all functions in your skill's index under each version and reports pass/fail results, letting you confirm version support before deployment.

What output does Node Version Compatibility Tester Yashu provide?

Node Version Compatibility Tester Yashu generates a compatibility matrix showing which of your skill's functions pass or fail on each tested Node.js LTS version. This helps you validate version requirements and identify compatibility issues across your function set.

Related skills

Tags

version-testing nodejs-compatibility cross-version-validation runtime-compatibility dependency-verification