gh-enhance-issue
Installation
SKILL.md
Enhance GitHub Issue
Fetch a GitHub issue and reformat its body to match the appropriate Kibana issue template.
Input
The user provides either:
- An issue number (e.g.
12345) - A GitHub issue URL (e.g.
https://github.com/elastic/kibana/issues/12345)
Extract the issue number from whichever form was provided.
Step 1 — Fetch the issue
gh issue view <NUMBER> --repo elastic/kibana --json number,title,body,labels
Read the title, body, and labels fields from the output.