What problem does it solve?
Creating or editing GitHub issues in the pingcap/docs repository requires strict adherence to three issue templates, a docs-only scope boundary, and a specific label taxonomy, and mistakes lead to malformed or misrouted issues.
Core Features & Use Cases
- Template Enforcement: Selects and fills the correct template (Error Report, Change Request, or Question) since blank issues are disabled and
gh issue create does not auto-apply templates or labels.
- Scope Discipline: Keeps issues within the docs-only boundary by redirecting product bugs to other pingcap repositories and support questions to community channels.
- Label Management: Applies type, area, priority, and workflow labels explicitly via
gh CLI flags, with a fallback comment when label permissions are missing.
- Use Case: When filing a typo report for a TiDB documentation page, the skill searches existing issues first, creates the issue with the Error Report template, fills both required fields, and adds
type/bug plus the relevant area/* label.
Quick Start
Create a GitHub issue in pingcap/docs reporting a broken link on the TiDB quick-start page using the correct template and labels.