ci
Installation
SKILL.md
Local CI Smoke Test
Reproduce the GitHub Actions CI pipeline locally. Detect the running platform and run the matching workflow steps.
Execution
Run the bundled script from the project root:
bash "${CLAUDE_SKILL_DIR}/scripts/ci-smoke.sh" $ARGUMENTS
Skip Flags
| Flag | Effect |
|---|---|
--skip-common |
Skip lint, build, typecheck |
--skip-native |
Skip cargo test and native addon build |
--skip-package |
Skip electron-builder packaging and artifact verification |