tidb-verify-profile — cloud-native tidb-verify-profile, tidb, pingcap, community, cloud-native, ai agent skill, ide skills, agent automation, database, distributed-database, distributed-transactions, hacktoberfest

v1.0.0
GitHub

About this Skill

Perfect for Cloud-Native Agents needing efficient TiDB database validation and integration 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

Quality Score

Top 5%
36
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add pingcap/tidb/tidb-verify-profile
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The tidb-verify-profile skill by pingcap is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for cloud-native, database, distributed-database.

Ideal Agent Persona

Perfect for Cloud-Native Agents needing efficient TiDB database validation and integration

Core Value

Empowers agents to execute targeted unit tests and run scoped checks for validating changed behavior in TiDB databases, utilizing go test commands with specific tags like 'intest' and 'deadlock', and avoiding slow sweeps by de-prioritizing comprehensive validation during the coding loop

Capabilities Granted for tidb-verify-profile

Validating TiDB database changes before and after code updates
Running targeted unit tests for specific test names and tags
Optimizing local validation to ensure smooth integration and performance

! Prerequisites & Limits

  • Requires TiDB database setup and access
  • Limited to go test commands and specific tags
  • Intended for use during the coding loop, not for comprehensive validation
SKILL.md
Readonly

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.

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?

Perfect for Cloud-Native Agents needing efficient TiDB database validation and integration 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: Validating TiDB database changes before and after code updates, Running targeted unit tests for specific test names and tags, Optimizing local validation to ensure smooth integration and performance.

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?

Requires TiDB database setup and access. Limited to go test commands and specific tags. Intended for use during the coding loop, not for comprehensive validation.

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.

Related Skills

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

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design