Use when running tests under tests/realtikvtest that require a local TiUP playground lifecycle with strict startup, readiness checks, and cleanup.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add pingcap/tidb --skill tidb-realtikv-runner --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tidb Realtikv Runner?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/pingcap-tidb-realtikv-runner)More formats (shields.io, HTML) on the badges page.
---
name: tidb-realtikv-runner
description: Use when running tests under tests/realtikvtest that require a local TiUP playground lifecycle with strict startup, readiness checks, and cleanup.
---
# TiDB RealTiKV Runner
## Overview
Use this skill for test targets under `tests/realtikvtest/**`.
Always start playground in the background, verify readiness, run scoped tests, then clean up process and data.
Canonical command details live in `docs/agents/testing-flow.md` -> `RealTiKV tests (/tests/realtikvtest)`.
## Workflow Checklist
1. Choose the standard flow or `Cleanup-safe template` from `docs/agents/testing-flow.md` -> `RealTiKV tests (/tests/realtikvtest)`.
2. Use default `PD_ADDR=127.0.0.1:2379` unless a port conflict requires `--pd.port` or `--port-offset`.
3. Keep the test scope narrow (`-run <TestName>` and target subdir only).
4. If failpoints are needed, enable before tests and disable afterward.
5. Verify teardown by confirming the PD endpoint is unreachable after cleanup.
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!