CI
SkillDev toolsMaintain Node3D GitHub Actions, reusable CI patterns, install modes, matrices, native/GPU/platform limits, lint/test/build jobs, and validation semantics.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the CI skill
What this skill tells your AI
The instructions your AI receives, as published by node-3d/node-3d in .agents/skills/ci/SKILL.md and read by ahel’s review.
Owns
CI workflow behavior and what automated validation claims to prove.
Workflow
- Compare the target with similar package workflows before inventing a pattern.
- Choose install mode deliberately; use
--ignore-scriptswhen native postinstall behavior is irrelevant or brittle. - Separate portable checks from native/hardware/graphics checks.
- Keep workflow names, triggers, Node/npm baselines, and package commands consistent where the package model is shared.
- Encode unavoidable legacy/platform exceptions narrowly.
- If CI changes the meaning of project validation or supported platform claims, Contract Gate is YES.
- Preserve standalone-package workflow paths; do not assume a root workspace
checkout. Use plain
npm cifor native binary build workflows unless a documented reason requires--ignore-scripts.
Load References
Load .agents/references/ci-platform-limits.md for GPU, OpenGL, native binary,
macOS/Linux/Windows ARM, or runner-capability constraints.
Use $tests as secondary when test semantics/scripts are modified.
Signals
- GitHub stars
- 64
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ci-node-3d- Source
- github.com/node-3d/node-3d