What problem does it solve?
Editing GitHub pull request bodies in pingcap/docs often breaks the required PR template structure—headings get renamed, HTML comments get deleted, version checkboxes get reordered, and required sections go missing. This Skill keeps every PR body compliant with the repository's template while you fill in only the mutable fields.
Core Features & Use Cases
- Template-safe PR creation: Start new PRs from
.github/pull_request_template.md and submit with gh pr create --body-file or -T so the canonical structure is preserved.
- Version checkbox and branch rules: Apply the correct affected-version checkboxes, base branch selection (
master, release-8.5 for TiDB Cloud, or release-X.Y), and cherry-pick labels like needs-cherry-pick-release-8.5.
- Translation and label conventions: Fill
This PR is translated from: for docs-cn translations and apply labels such as translation/from-docs-cn or requires-version-specific-changes.
- Use Case: When updating an existing PR, edit only the description text, version checkboxes, and related-link fields while keeping hidden HTML comments, the tips paragraph, and the first-time contributors' checklist rules intact.
Quick Start
Create a pull request for pingcap/docs using the repository PR template, check the correct TiDB version checkboxes, and keep all template comments and sections intact.