Use when 检查 CinderX 安装、初始化和最小 JIT 是否可用。
Scanned 9/20/2026
Install to Claude Code
npx -y skills add sisibeloved/cpython-optimize-skill --skill cinderx-smoke-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cinderx Smoke Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sisibeloved-cinderx-smoke-check)More formats (shields.io, HTML) on the badges page.
---
name: cinderx-smoke-check
description: Use when 检查 CinderX 安装、初始化和最小 JIT 是否可用。
---
# CinderX Smoke Check
给 verifier、bootstrap 和 runners 使用。它是进入测试或 benchmark 前的 L1 门禁。
## 必查
- `import cinderx`
- `cinderx.__file__`
- `_cinderx` 是否可加载
- `cinderx.is_initialized()`
- `cinderx.get_import_error()`
- 最小 JIT 函数能否触发
- HIR / `PYTHONJITDUMPFINALHIR` 是否可输出
## 输出
返回 smoke 是否通过、失败项、解释器路径、CinderX 路径、JIT flags 和 HIR 产物路径。
smoke 不通过时,不进入 pyperformance 正式跑分。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!