Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Cpython Runtime Test Run

ASecurity

Use when 运行或重跑 CinderX RuntimeTests 功能测试、test_cinderx/lib test 集成测试。

2 stars
0 votes
0 copies
0 views
Added 9/20/2026
testingpythonperformance

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add sisibeloved/cpython-optimize-skill --skill cpython-runtime-test-run --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Cpython Runtime Test Run?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Cpython Runtime Test Run
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/sisibeloved-cpython-runtime-test-run/badge)](https://www.skillsdirectory.com/skills/sisibeloved-cpython-runtime-test-run)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: cpython-runtime-test-run
description: Use when 运行或重跑 CinderX RuntimeTests 功能测试、test_cinderx/lib test 集成测试。
---

# CPython Runtime Test Run

负责 RuntimeTests 功能测试和 test_cinderx/lib test 集成测试,不负责 pyperformance 性能测试。

## 三类测试用语

- RuntimeTests = 功能测试。
- test_cinderx/lib test = 集成测试。
- pyperformance = 性能测试,交给 `pyperformance-worker-run` 或 `pyperformance-suite-run`。

## 验证等级

- L1 smoke:`import cinderx`、最小 JIT、目标单元测试、目标功能测试。
- L3 相关子集:受影响 RuntimeTests 功能测试、test_cinderx/lib test 集成测试、失败用例集合。
- L4 全量:近千条 CPython Runtime / CinderX 聚合测试,按明确请求或广泛行为风险选择。

## 命令形态

- RuntimeTests 功能测试:`$CINDERX_TEST_PYTHON ci_pipeline/run_gate.py --suite runtime [--coverage]`。
- test_cinderx/lib test 集成测试:`CINDERX_LOCAL_RUN_LIBTEST=1 $CINDERX_TEST_PYTHON ci_pipeline/run_gate.py --suite cinderx_local`。
- 只跑受影响集合时,保留同一解释器、同一容器线、同一 JIT flags,并记录裁剪理由。

## 规则

- L1 未过,不讨论性能收益。
- 失败重跑保持可比命令和环境变量,使用新的日志路径并记录 exit status,避免覆盖首次失败证据。
- `SIGSEGV` / `exit 139` 转 `cinderx-gdb-core-triage`。
- AArch64 上出现 `DetectsThreadStateOffset` 失败、`tstate_offset = -1`、`_PyThreadState_GetCurrent@plt` 或 `TLSDESC` 时,先转 `cinderx-env-validate` / `cinderx-env-bootstrap` 检查 `/opt/python314` 是否错误构建为共享/PIC Python;不要先归因到 AutoJIT 新代码。
- 测试前后记录 Python、CinderX commit、容器线和 JIT flags。
- 功能测试或集成测试未通过时,不把 pyperformance 性能测试结果写成可提交结论。

输出测试范围、真实命令、失败列表、晋级理由和下一步。

Attribution

sisibelovedsisibeloved
View sourceMore from sisibeloved →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

393431 votes

Python Testing

使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。

2456590 votes

Tdd Workflow

在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。

2456590 votes

Springboot Tdd

使用JUnit 5、Mockito、MockMvc、Testcontainers和JaCoCo进行Spring Boot的测试驱动开发。适用于添加功能、修复错误或重构时。

2456590 votes

Eval Harness

克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则

2456590 votes
View all in testing →