一键导入
test
Run the kafka-timebridge unit/short tests. Use when the user asks to run tests, unit tests, or wants to check that nothing is broken after a change.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the kafka-timebridge unit/short tests. Use when the user asks to run tests, unit tests, or wants to check that nothing is broken after a change.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | test |
| description | Run the kafka-timebridge unit/short tests. Use when the user asks to run tests, unit tests, or wants to check that nothing is broken after a change. |
| allowed-tools | Bash |
Run the kafka-timebridge short test suite (no external dependencies required):
go test -short ./...
-short skips all integration tests (Couchbase, MongoDB) and e2e tests that require a live broker.
After making code changes, also verify the build:
CGO_ENABLED=1 go build -o /dev/null ./cmd
-short../e2e/ and are skipped when E2E_* env vars are unset./e2e skill instead.Diagnose GitHub Actions CI failures for kafka-timebridge. Use when the user asks to check CI, debug a failed run, or wants to know why a workflow failed.
Run the kafka-timebridge end-to-end tests. Use when the user asks to run e2e tests, integration tests, or wants to validate the full message lifecycle against a real Kafka broker.