tidb-verify-profile — cloud-native tidb-verify-profile, community, cloud-native, ide skills, database, distributed-database, distributed-transactions, hacktoberfest, mysql-compatibility, serverless, Claude Code

v1.0.0

Sobre este Skill

Perfeito para Agentes Cloud-Native que necessitam de validação e integração eficientes do banco de dados TiDB Use when choosing local validation scope in TiDB work, especially to separate fast coding-loop checks from completion checks and avoid unnecessary slow commands.

# Core Topics

pingcap pingcap
[39.9k]
[6157]
Updated: 3/24/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
36
Canonical Locale
en
Detected Body Locale
en

Perfeito para Agentes Cloud-Native que necessitam de validação e integração eficientes do banco de dados TiDB Use when choosing local validation scope in TiDB work, especially to separate fast coding-loop checks from completion checks and avoid unnecessary slow commands.

Por que usar essa habilidade

Habilita os agentes a executar testes unitários direcionados e executar verificações com escopo para validar o comportamento alterado nos bancos de dados TiDB, utilizando comandos go test com tags específicas como 'intest' e 'deadlock', e evitando varreduras lentas ao despriorizar a validação abrangente durante o loop de codificação

Melhor para

Perfeito para Agentes Cloud-Native que necessitam de validação e integração eficientes do banco de dados TiDB

Casos de Uso Práticos for tidb-verify-profile

Validar alterações no banco de dados TiDB antes e após atualizações de código
Executar testes unitários direcionados para nomes de teste e tags específicas
Otimizar a validação local para garantir integração e desempenho suaves

! Segurança e Limitações

  • Requer configuração e acesso ao banco de dados TiDB
  • Limitado a comandos go test e tags específicas
  • Destina-se a ser usado durante o loop de codificação, não para validação abrangente

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is tidb-verify-profile?

Perfeito para Agentes Cloud-Native que necessitam de validação e integração eficientes do banco de dados TiDB Use when choosing local validation scope in TiDB work, especially to separate fast coding-loop checks from completion checks and avoid unnecessary slow commands.

How do I install tidb-verify-profile?

Run the command: npx killer-skills add pingcap/tidb/tidb-verify-profile. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for tidb-verify-profile?

Key use cases include: Validar alterações no banco de dados TiDB antes e após atualizações de código, Executar testes unitários direcionados para nomes de teste e tags específicas, Otimizar a validação local para garantir integração e desempenho suaves.

Which IDEs are compatible with tidb-verify-profile?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for tidb-verify-profile?

Requer configuração e acesso ao banco de dados TiDB. Limitado a comandos go test e tags específicas. Destina-se a ser usado durante o loop de codificação, não para validação abrangente.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add pingcap/tidb/tidb-verify-profile. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use tidb-verify-profile immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

tidb-verify-profile

Install tidb-verify-profile, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

TiDB Verification Profiles

Overview

Use this skill to decide how much local validation to run before and after code changes. Policy requirements still come from AGENTS.md; this skill is the execution guide.

Profiles

WIP (coding loop)

Use while still iterating and not claiming the task is complete.

  • Run only the smallest scoped checks that validate the changed behavior.
  • Prefer targeted unit tests (go test -run <TestName> -tags=intest,deadlock).
  • Avoid slow sweeps by default (make lint, package-wide runs, realtikvtest).

Ready (completion gate)

Use when claiming task completion or PR readiness. Mandatory trigger phrases are defined in AGENTS.md -> Quick Decision Matrix.

  1. Map changed paths to required test surfaces via AGENTS.md -> Task -> Validation Matrix.
  2. Run minimum required targeted tests for those surfaces.
  3. If code changed, run make lint.
  4. Follow AGENTS.md -> Agent Output Contract for final reporting.

Heavy (explicitly required)

Use only when scope or user request requires expensive checks.

  • Examples: CI reproduction, broad refactor confidence, change scope requiring RealTiKV.
  • Never run make bazel_lint_changed unless the user explicitly requests it.

Habilidades Relacionadas

Looking for an alternative to tidb-verify-profile or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor