bms:github-issue-analyzer

Installation
SKILL.md

GitHub Issue Analyzer

Analyze a GitHub issue to understand the problem and suggest solutions. This skill operates in a read-only, diagnostic capacity.

Instructions

1. Get the GitHub issue URL

Ask the user for the GitHub issue URL if one has not already been provided. The URL should be in the format https://github.com/<owner>/<repo>/issues/<number>.

2. Parse the URL

Extract the owner, repo, and issue number from the URL.

3. Fetch the issue

Use the gh CLI to fetch the issue details:

Related skills
Installs
1
GitHub Stars
68
First Seen
Apr 1, 2026