Skip to main content
pingcap
ملف منشئ GitHub

pingcap

عرض على مستوى المستودعات لـ ٤٥ skills مجمعة عبر ٧ مستودعات GitHub.

skills مجمعة
٤٥
مستودعات
٧
محدث
١٨ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

mount-tidb-cloud-fs
مديرو الشبكات وأنظمة الحاسوب

Mount an existing TiDB Cloud Filesystem to a local directory with the ti CLI in a clean or ephemeral environment, using TI_FS_TOKEN and TI_REGION_CODE without ti configure, TiDB Cloud API keys, a profile, or TI_FS_FILE_SYSTEM_ID. Use when an agent needs to…

١٨ أغسطس ٢٠٢٦
tidb-query-tuning
مديرو قواعد البيانات

Diagnose and optimize slow TiDB queries using optimizer hints, session variables, join strategy selection, subquery optimization, and index tuning. Use when a query is slow, produces a bad plan, or needs performance guidance on TiDB.

٢١ أبريل ٢٠٢٦
tidb-cloud-zero
مديرو قواعد البيانات

Provision a disposable MySQL-compatible database instantly with no auth required. Includes a claim URL to convert Zero instances into regular TiDB Starter instances when the user needs persistence or more quota.

١٣ مارس ٢٠٢٦
mysql
مديرو قواعد البيانات

MySQL usage guardrails for writing/reviewing SQL and connection patterns, avoiding common pitfalls (prepared statements, transactions, pagination), diagnosing performance, and detecting TiDB behind MySQL drivers so you can switch to tidb-sql guidance or…

٦ مارس ٢٠٢٦
tidbx-javascript-mysql2
مطوّرو البرمجيات

Connect to TiDB from JavaScript/Node.js using the mysql2 driver (mysql2/promise). Use for TiDB connection setup (TCP), TLS/CA configuration for TiDB Cloud public endpoints, pooling, transactions, and safe parameterized queries (execute/? placeholders) plus…

٦ مارس ٢٠٢٦
tidbx-javascript-mysqljs
مطوّرو البرمجيات

Connect to TiDB from JavaScript/Node.js using the mysqljs/mysql driver (npm package: mysql). Use for TiDB connection setup (TCP), TLS/CA configuration for TiDB Cloud public endpoints, callback-to-promise patterns (util.promisify / Promise wrappers),…

٦ مارس ٢٠٢٦
tidbx-nextjs
مطوّرو البرمجيات

Build and deploy Next.js (App Router) apps that connect to TiDB. Covers Route Handlers (app/api/*/route.ts), Node vs Edge runtime selection for database access, environment variable handling, and production-safe DB patterns on Vercel/serverless. Prefer…

٦ مارس ٢٠٢٦
tidbx-prisma
مديرو قواعد البيانات

Prisma ORM setup and usage for TiDB from Node.js/TypeScript. Covers configuring prisma/schema.prisma (MySQL provider), DATABASE_URL formatting for TiDB Cloud TLS (sslaccept=strict and optional sslcert), migrations (prisma migrate), Prisma Client generation,…

٦ مارس ٢٠٢٦
عرض 8 من أصل ١٣ skills مجمعة.
tidb-change-instruction-critic
مطوّرو البرمجيات

Use when implementing a user- or reviewer-prescribed code change (including review comments with suggested fixes or options), especially when the requested edit may be risky, incomplete, ambiguous, or misaligned with TiDB correctness and compatibility…

٢٥ مايو ٢٠٢٦
tidb-bazel-prepare-gate
مطوّرو البرمجيات

Use when deciding whether make bazel_prepare is required before build or test commands based on local file changes in TiDB.

٢٢ مايو ٢٠٢٦
tidb-issue-metadata-guard
مطوّرو البرمجيات

Use when creating or editing TiDB GitHub issues so issue templates, labels, issue titles, and issue descriptions stay consistent with repository workflow. Trigger on tasks involving issue creation, bug reports, enhancement tracking issues, label selection, or…

١٩ مايو ٢٠٢٦
tidb-pr-metadata-guard
مطوّرو البرمجيات

Use when creating or editing TiDB pull requests so PR title scope, PR template fields, hidden HTML comments, and bot-parsed checklist sections stay intact. Trigger on tasks involving PR creation, PR body updates, issue linking from a PR, test checklist…

١٩ مايو ٢٠٢٦
tidb-failpoint-test-runner
محللو ضمان جودة البرمجيات والمختبرون

Use when running TiDB package tests and deciding whether failpoint enable/disable is required before and after the test command.

١٢ مارس ٢٠٢٦
tidb-integrationtest-recorder
محللو ضمان جودة البرمجيات والمختبرون

Use when recording TiDB integration tests under tests/integrationtest and verifying regenerated result files stay minimal and correct.

١٢ مارس ٢٠٢٦
tidb-realtikv-runner
محللو ضمان جودة البرمجيات والمختبرون

Use when running tests under tests/realtikvtest that require a local TiUP playground lifecycle with strict startup, readiness checks, and cleanup.

١٢ مارس ٢٠٢٦
tidb-test-diff-triage
محللو ضمان جودة البرمجيات والمختبرون

Triage unexpected TiDB test diffs that seem unrelated to the current PR. Use when plan/result/testdata changes appear after merge/rebase or only in specific local runs, especially to quickly rule in/out failpoint enablement issues.

١٢ مارس ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
add-related-resources
مطوّرو البرمجيات

Produces and merges Related resources cards for TiDB docs pages using the RelatedResources and ResourceCard MDX components. Use when the user asks to add or update a related resource card, resource link, blog card, video card, YouTube card, or TiDB Lab card…

١٧ يوليو ٢٠٢٦
create-or-update-zh-translation-pr
مطوّرو البرمجيات

Create or update a zh translation PR from pingcap/docs to pingcap/docs-cn by using repo-local scripts to prepare change-unit translation inputs, apply minimal edits to the existing Chinese files, and create or update the target PR with the same branch, title,…

١٧ يوليو ٢٠٢٦
docs-issue-metadata-guard
مطوّرو البرمجيات

Use when creating or editing GitHub issues in pingcap/docs so issue templates, required fields, scope boundaries, and labels stay consistent with repository workflow. Trigger on tasks involving issue creation, error reports, change requests, questions, label…

١٧ يوليو ٢٠٢٦
docs-pr-metadata-guard
مطوّرو البرمجيات

Use when creating or editing pull requests in pingcap/docs so the PR template sections, version checkboxes, related-link fields, HTML comments, and description structure stay intact. Trigger on tasks involving PR creation, PR body updates, version selection,…

١٧ يوليو ٢٠٢٦
review-doc-pr
مطوّرو البرمجيات

Review a TiDB documentation pull request or Markdown diff for factual accuracy, user usefulness, structure, completeness, version fit, links, and repo-style issues in pingcap/docs.

١٧ يوليو ٢٠٢٦
release-notes
مطوّرو البرمجيات

Evaluate whether a change needs a release note. If yes, write, review, revise, or translate TiDB release note entries for the features, compatibility changes, improvements, and bug fixes sections. Use this skill when triaging PRs for release-note relevance,…

١٧ يوليو ٢٠٢٦
write-update-tidb-docs
مطوّرو البرمجيات

Write new TiDB documentation or update existing TiDB documentation from code changes, PRs, issues, design docs, product specs, rough drafts, existing docs, or short feature descriptions. Use when PM or R&D engineers need user-facing docs in pingcap/docs based…

١٧ يوليو ٢٠٢٦
writing-doc-summaries
الكتّاب التقنيون

Writes or updates the front matter `summary` field in pingcap/docs and pingcap/docs-cn Markdown files. The summary targets 115-145 characters, with a 45-character absolute minimum. Use when a document is missing a summary, when a reviewer or CI check flags a…

١٧ يوليو ٢٠٢٦
dev-browser
مطوّرو الويب

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take…

١٣ مارس ٢٠٢٦
create-pages
مطوّرو الويب

Create or update a page-generation workflow in website-docs when the task adds a new Gatsby page type, template-backed route, or build-time page creation rule. Implement the page creator under gatsby/create-pages/, connect the correct template under…

١٣ مارس ٢٠٢٦
create-plugin
مطوّرو البرمجيات

Create or update repository-local Gatsby MDX plugins in website-docs when the task requires custom Markdown transformation, AST rewriting, shortcode conversion, or remark/rehype-style behavior during build. Implement the plugin under gatsby/plugin/, register…

١٣ مارس ٢٠٢٦
extend-mdx
مطوّرو الويب

Extend MDX rendering in website-docs when a request needs either a new custom MDX component that authors can invoke with JSX-like tags, or a build-time Markdown-to-MDX transform that compiles plain Markdown syntax into custom JSX/AST behavior. Implement…

١٣ مارس ٢٠٢٦
integrate-search
مطوّرو الويب

Update onsite search behavior in website-docs when the task changes the search page, search box flows, Algolia client wiring, result categorization, external search fallbacks, or search-related routing. Edit the relevant Gatsby page creator, search template…

١٣ مارس ٢٠٢٦
localize-routes
مطوّرو الويب

Update language-aware routing and translation wiring in website-docs when the task changes locale behavior, top-level route prefixes, translation keys, page language availability, or Gatsby i18n configuration. Review gatsby-config.js matchPath rules, locale…

١٣ مارس ٢٠٢٦
manage-toc
مطوّرو الويب

Modify TOC extraction, navigation generation, or TOC-based filtering behavior in website-docs when the task changes how document navigation trees, right-side headings, or TOC membership are computed. Update the Gatsby TOC pipeline under gatsby/, keep runtime…

١٣ مارس ٢٠٢٦
map-urls
مطوّرو الويب

Modify URL mapping rules in the website-docs Gatsby site by editing gatsby/url-resolver/config.ts and gatsby/link-resolver/config.ts, updating Jest tests, updating gatsby/URL_MAPPING_ARCHITECTURE.md, and reviewing gatsby-plugin-react-i18next matchPath when…

١٣ مارس ٢٠٢٦
عرض ٧ من أصل ٧ مستودعات
تم تحميل كل المستودعات