mit einem Klick
skills-hub
skills-hub enthält 7 gesammelte Skills von tenfyzhong, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Deploy, start, validate, or destroy TiDB clusters on AWS using Terraform and TiUP from a bundled terraform-up-tidb-aws template. Use when the user asks to deploy a TiDB cluster with Terraform, specifies PD/TiDB/TiKV/TiFlash/TiCDC node counts, requests extra service or helper nodes by name, selects new or old TiCDC architecture, or wants an agent to provision and start TiDB on AWS. If core node counts are omitted, default to 1 PD, 3 TiDB, 3 TiKV, 1 TiFlash, and 3 TiCDC. If the TiDB version is omitted, resolve and use the latest stable TiDB release, never nightly.
Use when resolving Git conflicts from merge, rebase, cherry-pick, or stash apply/pop via CLI, especially with unmerged paths, standard Git conflict marker lines, or messages like "both modified" or "needs merge".
Analyze GitHub issues by link or issue number. Use when a user says "analyse issue"/"analyze issue" or provides a GitHub issue URL/number and asks to fetch the issue content, verify it matches the current repo, and inspect local code to confirm the problem.
Create a Pull Request from the current branch. Syncs upstream main/master, updates current branch, handles fork remotes intelligently, and generates PR title/description from diff and commits. Respects PR templates if present. REQUIRES Must be in a git repository with gh CLI available.
Implement a GitHub issue end-to-end. Accepts issue number or URL, syncs to latest main/master, creates a feature branch, analyzes the issue, explores the codebase thoroughly, and implements the solution. REQUIRES Must be in a git repository with gh CLI available.
Use when the user asks to create a GitHub issue from the current conversation context (e.g., "new issue", "create issue", "file an issue", bug/feature request) with a target repo given or auto-detected, and gh CLI is available/authenticated.
Comprehensive PR code review skill for git repositories. Use when reviewing a GitHub/GitLab PR by providing a PR link. Analyzes changes against merge base, explains what the PR does, provides review guidelines, identifies issues sorted by severity, evaluates test coverage, and raises uncertain questions. REQUIRES Must be in a git repository with gh CLI available.